Commit 9906eb8e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

define HAVE_LIBZ if libz is present, for hugehelp.c

parent 44d931db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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