]> git.saurik.com Git - apple/icu.git/blame - icuSources/acconfig.h
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / acconfig.h
CommitLineData
b75a7d8f
A
1/* Copyright (c) 1999-2000, International Business Machines Corporation and
2 others. All Rights Reserved. */
3/* Define to signed char if not in <sys/types.h> */
4#undef int8_t
5
6/* Define to unsigned char if not in <sys/types.h> */
7#undef uint8_t
8
9/* Define to signed short if not in <sys/types.h> */
10#undef int16_t
11
12/* Define to unsigned short if not in <sys/types.h> */
13#undef uint16_t
14
15/* Define to signed long if not in <sys/types.h> */
16#undef int32_t
17
18/* Define to unsigned long if not in <sys/types.h> */
19#undef uint32_t
20
21/* Define to signed char if not in <sys/types.h> */
22#undef bool_t
23
24/* Define if your system has <wchar.h> */
25#undef HAVE_WCHAR_H
26
27/* Define to the size of wchar_t */
28#undef SIZEOF_WCHAR_T
29