aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-13 08:47:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-13 08:47:10 +0000
commit9906eb8e19cdf68c3b936db1a34345bb7368881f (patch)
tree2a70e1f72438900743bd72091d8852a8864b3464 /src/config.h.in
parent44d931dbc794543f8d8e22f629f5bae438679773 (diff)
define HAVE_LIBZ if libz is present, for hugehelp.c
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index e63c51d71..569418700 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -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