From 9906eb8e19cdf68c3b936db1a34345bb7368881f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Jan 2004 08:47:10 +0000 Subject: define HAVE_LIBZ if libz is present, for hugehelp.c --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') 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 -- cgit v1.2.3