summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/zlib/zconf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/zlib/zconf.h b/cpukit/zlib/zconf.h
index 76be7915e6..58880245c1 100644
--- a/cpukit/zlib/zconf.h
+++ b/cpukit/zlib/zconf.h
@@ -333,20 +333,11 @@
# define FAR
#endif
-#if defined(__rtems__)
-#include <stdint.h>
-
-typedef uint_least8_t Byte;
-typedef uint_least16_t uInt;
-typedef uint_least32_t uLong;
-
-#else
#if !defined(__MACTYPES__)
typedef unsigned char Byte; /* 8 bits */
#endif
typedef unsigned int uInt; /* 16 bits or more */
typedef unsigned long uLong; /* 32 bits or more */
-#endif
#ifdef SMALL_MEDIUM
/* Borland C/C++ and some old MSC versions ignore FAR inside typedef */