generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H.
authorkramm <kramm>
Fri, 31 Jan 2003 16:04:54 +0000 (16:04 +0000)
committerkramm <kramm>
Fri, 31 Jan 2003 16:04:54 +0000 (16:04 +0000)
config.h.in

index 0ae5d84..ece0c0e 100644 (file)
 /* Define to 1 if this machine has network byte order*/
 #undef WORDS_BIGENDIAN
 
 /* Define to 1 if this machine has network byte order*/
 #undef WORDS_BIGENDIAN
 
+#ifdef HAVE_ZLIB_H
+#ifdef HAVE_LIBZ
+#define HAVE_ZLIB
+#endif
+#endif
+
 #endif
 #endif