From 8b631ccdc35f14c808e89f4bdc68c712d81ade62 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Mar 2011 10:11:39 +0000 Subject: 2010-03-28 Joel Sherrill * zconf.h: Add include of config.h --- cpukit/zlib/zconf.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/zlib/zconf.h') 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 - -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 */ -- cgit v1.2.3