From: Gunter Knauf Date: Tue, 8 Jun 2004 15:05:45 +0000 (+0000) Subject: corrected defines. X-Git-Tag: curl-7_12_1~315 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bfeb60a836cf337809bb35d8813781df9332836;p=thirdparty%2Fcurl.git corrected defines. --- diff --git a/lib/config-netware.h b/lib/config-netware.h index 64a6fad729..56e21b1b14 100644 --- a/lib/config-netware.h +++ b/lib/config-netware.h @@ -392,8 +392,11 @@ /* Define to 1 if you have the header file. */ #undef HAVE_X509_H -/* if you have the zlib.h header file */ -#define HAVE_ZLIB_H 1 +/* if you have the zlib.h header file - set from Makefile */ +/* #undef HAVE_ZLIB_H */ + +/* If zlib is available - set from Makefile */ +/* #undef HAVE_LIBZ */ /* need REENTRANT defined */ #undef NEED_REENTRANT diff --git a/src/config-netware.h b/src/config-netware.h index 39f2e12b69..af695c497b 100644 --- a/src/config-netware.h +++ b/src/config-netware.h @@ -395,8 +395,11 @@ /* Define to 1 if you have the header file. */ #undef HAVE_X509_H -/* if you have the zlib.h header file */ -#define HAVE_ZLIB_H 1 +/* if you have the zlib.h header file - set from Makefile */ +/* #undef HAVE_ZLIB_H */ + +/* If zlib is available - set from Makefile */ +/* #undef HAVE_LIBZ */ /* need REENTRANT defined */ #undef NEED_REENTRANT