version.h

This commit is contained in:
Mark Andrews
2003-08-27 01:27:34 +00:00
parent 0a26225288
commit 4ddffdf9be
3 changed files with 16 additions and 8 deletions

View File

@@ -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 <isc/platform.h>

View File

@@ -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 <bind9/version.h>
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;

View File

@@ -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 */
/*