import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / kerberos_includes / ktypes.h
1 #ifndef __KTYPES_H__
2 #define __KTYPES_H__
3
4 typedef unsigned char u_char;
5 typedef signed char int8_t;
6 typedef unsigned char u_int8_t;
7 typedef short int16_t;
8 typedef unsigned short u_int16_t;
9 #if TARGET_API_MAC_CARBON
10 typedef long int32_t;
11 typedef unsigned long u_int32_t;
12 #else
13 typedef int int32_t;
14 typedef unsigned int u_int32_t;
15 #endif
16 #endif /*  __KTYPES_H__ */