aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index 2c22d32..ca12b79 100644
--- a/zconf.h
+++ b/zconf.h
@@ -225,6 +225,7 @@
225#endif 225#endif
226 226
227#ifndef Z_SOLO 227#ifndef Z_SOLO
228# define z_longlong long long
228# ifdef NO_SIZE_T 229# ifdef NO_SIZE_T
229 typedef unsigned NO_SIZE_T z_size_t; 230 typedef unsigned NO_SIZE_T z_size_t;
230# else 231# else
@@ -237,6 +238,7 @@
237# include <sys/types.h> 238# include <sys/types.h>
238 typedef ssize_t z_ssize_t; 239 typedef ssize_t z_ssize_t;
239# endif 240# endif
241# undef z_longlong
240#endif 242#endif
241 243
242/* Maximum value for memLevel in deflateInit2 */ 244/* Maximum value for memLevel in deflateInit2 */