aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-12 09:45:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-12 09:45:42 +0000
commit459b0f1deff6abd7412f73f2c54ecf8fc2626330 (patch)
tree4a8fa88d80ad694f7453d60facafdba5a1be1f74 /config.h.win32
parent910425338ab45c1f5caedb182243ba5f7fd2cb19 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7860 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index d013fbe242..15b1380ff6 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.39 2003/06/02 18:40:00 gerald Exp $ */
+/* $Id: config.h.win32,v 1.40 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. */
@@ -110,7 +110,7 @@
#define HAVE_LIBZ 1
/* Define to use GNU ADNS library */
-#define HAVE_GNU_ADNS 1
+@HAVE_GNU_ADNS@
#define ADNS_JGAA_WIN32 1
#ifndef WIN32