diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |