diff --git a/lib/config-netware.h b/lib/config-netware.h
index 64a6fad729f108b577b1b7df96b90ae2e2f5d8d5..56e21b1b14930de94ec6868d68d207d662074a8c 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 39f2e12b69d99ed8579eb7fd6df4c73e881fd0ae..af695c497b420b0cd0b09a68e236c41158c46191 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