aboutsummaryrefslogtreecommitdiffstats
path: root/epan/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-12 09:45:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-12 09:45:42 +0000
commitec5499613d54fcec1c5ab43134df2a404e1154d1 (patch)
tree4a8fa88d80ad694f7453d60facafdba5a1be1f74 /epan/config.h.win32
parentee97ce31966f61de148ad85cb229e76a88801b02 (diff)
Don't wire into "config.h.win32" files an indication of whether we have
GNU ADNS or not - set it based on whether ADNS_DIR is defined by "config.nmake", and make "config.h.win32" files that specify whether we have GNU ADNS dependent on "config.nmake". Note in "config.nmake" that: if you have GNU ADNS, ADNS_DIR should be defined as the directory in which the ADNS .lib file resides; if you don't have GNU ADNS, ADNS_DIR shouldn't be defined. svn path=/trunk/; revision=7860
Diffstat (limited to 'epan/config.h.win32')
-rw-r--r--epan/config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/config.h.win32 b/epan/config.h.win32
index dfbefc7372..40a6a88e8d 100644
--- a/epan/config.h.win32
+++ b/epan/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.11 2003/06/02 18:40:01 gerald Exp $ */
+/* $Id: config.h.win32,v 1.12 2003/06/12 09:45:42 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -72,7 +72,7 @@
/* #undef HAVE_UNISTD_H */
/* Define to use GNU ADNS library */
-#define HAVE_GNU_ADNS 1
+@HAVE_GNU_ADNS@
#define ADNS_JGAA_WIN32 1
#define HAVE_PLUGINS 1