1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

define HAVE_LIBZ if libz is present, for hugehelp.c

This commit is contained in:
Daniel Stenberg 2004-01-13 08:47:10 +00:00
parent 44d931dbc7
commit 9906eb8e19

View File

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