aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 17:30:23 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 17:30:23 +0000
commit5998e76e353ee6f501ba9368aebc8e68cb3cc965 (patch)
treea6d90543b199335915c93bed8b61e900d8159b72 /config.h.win32
parent4c3ead1a20773fb32535f2b11699d06feb627a70 (diff)
On Windows: don't (try but fail--the code did not work) to define
HAVE_GZLCEARERR. Define HAVE_INFLATEPRIME if we HAVE_LIBZ. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36954 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 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@