diff --git a/lib/bind9/include/bind9/version.h b/lib/bind9/include/bind9/version.h index f7ae026a26..3420714d9b 100644 --- a/lib/bind9/include/bind9/version.h +++ b/lib/bind9/include/bind9/version.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.h,v 1.2 2001/11/19 03:08:05 mayer Exp $ */ +/* $Id: version.h,v 1.2.208.1 2003/08/27 01:27:34 marka Exp $ */ #include diff --git a/lib/bind9/version.c b/lib/bind9/version.c index 751070d9c3..d8c2482500 100644 --- a/lib/bind9/version.c +++ b/lib/bind9/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001 Internet Software Consortium. + * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.3.200.1 2003/08/04 04:23:55 marka Exp $ */ +/* $Id: version.c,v 1.3.200.2 2003/08/27 01:27:34 marka Exp $ */ -char bind9_version[] = VERSION; +#include -unsigned int bind9_libinterface = LIBINTERFACE; -unsigned int bind9_librevision = LIBREVISION; -unsigned int bind9_libage = LIBAGE; +const char bind9_version[] = VERSION; + +const unsigned int bind9_libinterface = LIBINTERFACE; +const unsigned int bind9_librevision = LIBREVISION; +const unsigned int bind9_libage = LIBAGE; diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in index 0c0fedf47e..79fb3841a7 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.24.2.1.10.2 2003/08/25 03:30:34 marka Exp $ */ +/* $Id: platform.h.in,v 1.24.2.1.10.3 2003/08/27 01:27:33 marka Exp $ */ #ifndef ISC_PLATFORM_H #define ISC_PLATFORM_H 1 @@ -173,6 +173,7 @@ #define LIBDNS_EXTERNAL_DATA #define LIBISCCC_EXTERNAL_DATA #define LIBISCCFG_EXTERNAL_DATA +#define LIBBIND9_EXTERNAL_DATA #else /* ISC_PLATFORM_USEDECLSPEC */ #ifdef LIBISC_EXPORTS #define LIBISC_EXTERNAL_DATA __declspec(dllexport) @@ -194,6 +195,11 @@ #else #define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport) #endif +#ifdef LIBBIND9_EXPORTS +#define LIBBIND9_EXTERNAL_DATA __declspec(dllexport) +#else +#define LIBBIND9_EXTERNAL_DATA __declspec(dllimport) +#endif #endif /* ISC_PLATFORM_USEDECLSPEC */ /*