aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 18:29:26 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-29 18:29:26 +0000
commitcee195ce23b1f64129a2421e60fb4761fb229dc1 (patch)
treeb26663ba5e3254796dcd669a880eceb65c38db61 /cmakeconfig.h.in
parent5998e76e353ee6f501ba9368aebc8e68cb3cc965 (diff)
Don't check for the existence of gzclearerr() any more.
Check for inflatePrime(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36955 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index a9267120cd..55ce56eb4a 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -111,8 +111,8 @@
/* Define to use libz library */
#cmakedefine HAVE_LIBZ 1
-/* Define to 1 if you have the `gzclearerr' function */
-#cmakedefine HAVE_GZCLEARERR 1
+/* Define to 1 if you have the `inflatePrime' function */
+#cmakedefine HAVE_INFLATEPRIME 1
/* Define to 1 if you have the <lua5.1/lauxlib.h> header file. */
#cmakedefine HAVE_LUA5_1_LAUXLIB_H 1
@@ -353,7 +353,7 @@
/* Define WS_MSVC_NORETURN appropriately for declarations of routines that
never return (just like Charlie on the MTA).
-
+
Note that MSVC++ expects __declspec(noreturn) to precede the function
name and GCC, as far as I know, expects __attribute__((noreturn)) to
follow the function name, so we need two different flavors of