From 9906eb8e19cdf68c3b936db1a34345bb7368881f Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 13 Jan 2004 08:47:10 +0000
Subject: [PATCH] define HAVE_LIBZ if libz is present, for hugehelp.c

---
 src/config.h.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/config.h.in b/src/config.h.in
index e63c51d716..5694187007 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
-- 
GitLab