2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32

This commit is contained in:
Danny Mayer
2001-11-19 03:08:44 +00:00
parent 707b733dc3
commit e61793f086
33 changed files with 135 additions and 110 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: masterdump.c,v 1.62 2001/11/12 19:05:21 gson Exp $ */
/* $Id: masterdump.c,v 1.63 2001/11/19 03:08:10 mayer Exp $ */
#include <config.h>
@@ -160,7 +160,7 @@ dns_master_style_explicitttl = {
24, 32, 32, 40, 80, 8
};
const dns_master_style_t
LIBDNS_EXTERNAL_DATA const dns_master_style_t
dns_master_style_cache = {
DNS_STYLEFLAG_OMIT_OWNER |
DNS_STYLEFLAG_OMIT_CLASS |
@@ -171,7 +171,7 @@ dns_master_style_cache = {
};
const dns_master_style_t
dns_master_style_simple = {
LIBDNS_EXTERNAL_DATA dns_master_style_simple = {
0,
24, 32, 32, 40, 80, 8
};