diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2011-04-29 17:30:23 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2011-04-29 17:30:23 +0000 |
commit | 6ff4737f44838d6eea28d12a538c1b61c2c13075 (patch) | |
tree | a6d90543b199335915c93bed8b61e900d8159b72 /config.h.win32 | |
parent | 5505ef78ee65552523ffccbefa197f2c0800b04a (diff) | |
download | wireshark-6ff4737f44838d6eea28d12a538c1b61c2c13075.tar.gz wireshark-6ff4737f44838d6eea28d12a538c1b61c2c13075.tar.bz2 wireshark-6ff4737f44838d6eea28d12a538c1b61c2c13075.zip |
On Windows: don't (try but fail--the code did not work) to define
HAVE_GZLCEARERR. Define HAVE_INFLATEPRIME if we HAVE_LIBZ.
svn path=/trunk/; revision=36954
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 3 |
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@ |