diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,7 +6,7 @@ /* @(#) $Id$ */ #include "zutil.h" -#ifndef Z_SOLO +#ifdef WITH_GZFILEOP # include "gzguts.h" #endif @@ -107,8 +107,6 @@ const char * ZEXPORT zError(err) return ERR_MSG(err); } -#ifndef Z_SOLO - #ifndef MY_ZCALLOC /* Any system without a special alloc function */ void ZLIB_INTERNAL *zcalloc (void *opaque, unsigned items, unsigned size) @@ -125,5 +123,3 @@ void ZLIB_INTERNAL zcfree (void *opaque, void *ptr) } #endif /* MY_ZCALLOC */ - -#endif /* !Z_SOLO */ |