diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:47:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:47:10 +0000 |
commit | 9906eb8e19cdf68c3b936db1a34345bb7368881f (patch) | |
tree | 2a70e1f72438900743bd72091d8852a8864b3464 | |
parent | 44d931dbc794543f8d8e22f629f5bae438679773 (diff) |
define HAVE_LIBZ if libz is present, for hugehelp.c
-rw-r--r-- | src/config.h.in | 3 |
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 |