From 4192ad97702962b1596614222cdc95e0ead8af2c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 7 Nov 2003 23:27:13 +0000 Subject: 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 --- 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 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@ -- cgit v1.2.3