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/ChangeLog | 4 ++++ cpukit/zlib/zconf.h | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/cpukit/zlib/ChangeLog b/cpukit/zlib/ChangeLog index e602746373..7c36ae4b4d 100644 --- a/cpukit/zlib/ChangeLog +++ b/cpukit/zlib/ChangeLog @@ -1,3 +1,7 @@ +2010-03-28 Joel Sherrill + + * zconf.h: Add include of config.h + 2010-03-26 Thomas Doerfler * zlib.h, zutil.c, zutil.h, gzlib.c, crc32.c, adler32.c: 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