diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.167 2011/06/03 01:17:49 tim Exp $ */ | 28 | /* $Id: defines.h,v 1.168 2011/09/29 01:11:56 djm Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -194,11 +194,7 @@ typedef unsigned int u_int; | |||
194 | #endif | 194 | #endif |
195 | 195 | ||
196 | #ifndef HAVE_INTXX_T | 196 | #ifndef HAVE_INTXX_T |
197 | # if (SIZEOF_CHAR == 1) | 197 | typedef signed char int8_t; |
198 | typedef char int8_t; | ||
199 | # else | ||
200 | # error "8 bit int type not found." | ||
201 | # endif | ||
202 | # if (SIZEOF_SHORT_INT == 2) | 198 | # if (SIZEOF_SHORT_INT == 2) |
203 | typedef short int int16_t; | 199 | typedef short int int16_t; |
204 | # else | 200 | # else |