aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-07 23:27:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-07 23:27:13 +0000
commit187eded5daea444661c0a576c57e8e5cad512e84 (patch)
tree31467b8662686eb7c79f6e06a684e15bd58a0fcc /config.h.win32
parent2c5495cda324e2cc43e69ccf03610ca81dcc527e (diff)
Let people configure whether to build with Zlib or not solely by
controlling whether ZLIB_DIR is defined or not in config.nmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8911 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 c578948398..4e07268eba 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.41 2003/10/10 09:48:54 guy Exp $ */
+/* $Id: config.h.win32,v 1.42 2003/11/07 23:27:07 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -109,7 +109,7 @@
/* #define HAVE_UNISTD_H 1 */
/* Define if you have the z library (-lz). */
-#define HAVE_LIBZ 1
+@HAVE_LIBZ@
/* Define to use GNU ADNS library */
@HAVE_GNU_ADNS@