Well, you need more than just an escaped # to handle the undef, so go
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jun 2003 08:41:33 +0000 (08:41 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jun 2003 08:41:33 +0000 (08:41 +0000)
back to defining it as nothing.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7939 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake

index a0a2f068dc66c4eaa5debb6062e44e67d492b226..e47d1f8e147c1f8d65d0f875d124c908dbd27de9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.52 2003/06/25 06:49:59 guy Exp $
+# $Id: config.nmake,v 1.53 2003/06/26 08:41:33 guy Exp $
 
 VERSION=0.9.13
 #
@@ -114,7 +114,7 @@ ADNS_LIBS=$(ADNS_DIR)\adns_win32\lib\adns_dll.lib
 # Nmake uses carets to escape special characters
 ADNS_CONFIG=^#define HAVE_GNU_ADNS 1
 !else
-ADNS_CFLAGS=/* ^#undef HAVE_GNU_ADNS */
+ADNS_CFLAGS=
 ADNS_LIBS=
 ADNS_CONFIG=
 !ENDIF