summaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-15 15:10:51 +0200
committerhansr <hk-git@circlestorm.org>2014-10-15 15:10:51 +0200
commit5fafd66cd0d0adb7bc34db3617bfad61a6a9f16a (patch)
treecd224368abdb8ec6c9adae93df016853acc2880a /zconf.h
parentd0f3cb7da3ae274228eedde81eb3917f71d55bc0 (diff)
Remove more workarounds for really old compilers
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/zconf.h b/zconf.h
index 538573b..8bd4879 100644
--- a/zconf.h
+++ b/zconf.h
@@ -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