summaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/zutil.c b/zutil.c
index ada99dd..5c1c754 100644
--- a/zutil.c
+++ b/zutil.c
@@ -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 */