aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-07 23:27:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-07 23:27:13 +0000
commit4192ad97702962b1596614222cdc95e0ead8af2c (patch)
tree31467b8662686eb7c79f6e06a684e15bd58a0fcc /config.h.win32
parented66a067f5500d9d4bce1d9210799ba898bd5a19 (diff)
Let people configure whether to build with Zlib or not solely by
controlling whether ZLIB_DIR is defined or not in config.nmake. svn path=/trunk/; revision=8911
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@