aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index df7ff61..fd10c6a 100644
--- a/zconf.h
+++ b/zconf.h
@@ -214,6 +214,12 @@
214# endif 214# endif
215#endif 215#endif
216 216
217#if defined(ZLIB_CONST) && !defined(z_const)
218# define z_const const
219#else
220# define z_const
221#endif
222
217/* Some Mac compilers merge all .h files incorrectly: */ 223/* Some Mac compilers merge all .h files incorrectly: */
218#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__) 224#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
219# define NO_DUMMY_DECL 225# define NO_DUMMY_DECL