aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/zconf.h b/zconf.h
index 4a52aed..d6c159a 100644
--- a/zconf.h
+++ b/zconf.h
@@ -235,10 +235,12 @@
235# endif 235# endif
236#endif 236#endif
237 237
238#if defined(ZLIB_CONST) && !defined(z_const) 238#ifndef z_const
239# define z_const const 239# ifdef ZLIB_CONST
240#else 240# define z_const const
241# define z_const 241# else
242# define z_const
243# endif
242#endif 244#endif
243 245
244#ifdef Z_SOLO 246#ifdef Z_SOLO