aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-02 18:40:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-06-02 18:40:02 +0000
commit4cbc17e4fccff5cd5218cc5b35c95a211a3e7054 (patch)
tree24af1fe3ad5bfaa454c7aa0768c9d1ce05367567 /config.h.win32
parent39313be10f0d2ba169f06f157be1aa6fc083b316 (diff)
Add GNU ADNS to the Windows build environment. A precompiled DLL can be
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7769 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win326
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 768dad63b1..d013fbe242 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.38 2002/10/23 18:27:33 guy Exp $ */
+/* $Id: config.h.win32,v 1.39 2003/06/02 18:40:00 gerald Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -109,6 +109,10 @@
/* Define if you have the z library (-lz). */
#define HAVE_LIBZ 1
+/* Define to use GNU ADNS library */
+#define HAVE_GNU_ADNS 1
+#define ADNS_JGAA_WIN32 1
+
#ifndef WIN32
#define WIN32 1
#endif