aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h.win323
-rw-r--r--config.nmake1
2 files changed, 3 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index a39e85dc41..cac7958938 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -170,6 +170,9 @@
/* Define if you have the z library (-lz). */
@HAVE_LIBZ@
+#ifdef HAVE_LIBZ
+#define HAVE_INFLATEPRIME 1
+#endif
/* Define to use GNU ADNS library */
@HAVE_C_ARES@
diff --git a/config.nmake b/config.nmake
index 4f50330ca7..e3da7c1f54 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1138,7 +1138,6 @@ ZLIB_LIBS=$(ZLIB_DIR)\lib\zdll.lib
ZLIB_DLL=$(ZLIB_DIR)\zlib1.dll
# Nmake uses carets to escape special characters
ZLIB_CONFIG=^#define HAVE_LIBZ 1
-ZLIB_GZCLEARERR_CONFIG=^#define HAVE_GZCLEARERR 1
!else
ZLIB_CFLAGS=
ZLIB_LIBS=