diff options
author | Gunter Knauf <gk@gknw.de> | 2004-06-08 15:05:45 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-06-08 15:05:45 +0000 |
commit | 5bfeb60a836cf337809bb35d8813781df9332836 (patch) | |
tree | 155709077a49d00e6b26a7a99133e497637b2692 | |
parent | 1ab4a2f870ed4f9e62322f719336a86667107b52 (diff) |
corrected defines.
-rw-r--r-- | lib/config-netware.h | 7 | ||||
-rw-r--r-- | src/config-netware.h | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/lib/config-netware.h b/lib/config-netware.h index 64a6fad72..56e21b1b1 100644 --- a/lib/config-netware.h +++ b/lib/config-netware.h @@ -392,8 +392,11 @@ /* Define to 1 if you have the <x509.h> 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 39f2e12b6..af695c497 100644 --- a/src/config-netware.h +++ b/src/config-netware.h @@ -395,8 +395,11 @@ /* Define to 1 if you have the <x509.h> 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 |