From: Daniel Stenberg Date: Tue, 13 Jan 2004 08:47:10 +0000 (+0000) Subject: define HAVE_LIBZ if libz is present, for hugehelp.c X-Git-Tag: curl-7_11_0~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9906eb8e19cdf68c3b936db1a34345bb7368881f;p=curl define HAVE_LIBZ if libz is present, for hugehelp.c --- 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