diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-15 15:10:51 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-15 15:10:51 +0200 |
commit | 5fafd66cd0d0adb7bc34db3617bfad61a6a9f16a (patch) | |
tree | cd224368abdb8ec6c9adae93df016853acc2880a /zconf.h | |
parent | d0f3cb7da3ae274228eedde81eb3917f71d55bc0 (diff) |
Remove more workarounds for really old compilers
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -161,10 +161,6 @@ # endif #endif -#ifndef STDC -# define STDC -#endif - #ifdef __STDC_VERSION__ # if __STDC_VERSION__ >= 199901L # ifndef STDC99 @@ -179,11 +175,6 @@ # define z_const #endif -/* Some Mac compilers merge all .h files incorrectly: */ -#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__) -# define NO_DUMMY_DECL -#endif - /* Maximum value for memLevel in deflateInit2 */ #ifndef MAX_MEM_LEVEL # define MAX_MEM_LEVEL 9 |