aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
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 /config.nmake
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 'config.nmake')
-rw-r--r--config.nmake10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 4a5a79d383..68bac6b3c5 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.40 2003/06/10 01:47:33 gerald Exp $
+# $Id: config.nmake,v 1.41 2003/06/12 09:45:42 guy Exp $
VERSION=0.9.13
RC_VERSION=0.9.13
@@ -12,6 +12,14 @@ GTK_DIR=C:\ethereal-win32-libs\gtk+
ZLIB_DIR=C:\ethereal-win32-libs\zlib-1.1.3
PCAP_DIR=C:\ethereal-win32-libs\WPdpack
NET_SNMP_DIR=C:\ethereal-win32-libs\net-snmp-5.0.6
+
+#
+# If you have GNU ADNS, set this to the pathname of the directory in
+# which the GNU ADNS .lib file is stored.
+#
+# If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
+# isn't defined.
+#
ADNS_DIR=C:\ethereal-win32-libs\adns-1.0-win32-01
COMMON_FILES_GNU=c:\program files\common files\gnu