define HAVE_LIBZ if libz is present, for hugehelp.c
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Jan 2004 08:47:10 +0000 (08:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Jan 2004 08:47:10 +0000 (08:47 +0000)
src/config.h.in

index e63c51d..5694187 100644 (file)
@@ -82,3 +82,6 @@
 
 /* The size of a `off_t', as computed by sizeof. */
 #undef SIZEOF_OFF_T
+
+/* If zlib is available */
+#undef HAVE_LIBZ