From 459b0f1deff6abd7412f73f2c54ecf8fc2626330 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 12 Jun 2003 09:45:42 +0000 Subject: 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 --- config.h.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h.win32') 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 -- cgit v1.2.3