fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / newlib.hin
blob6f5497c08ed99e17192168d2bb18cca43055d4c2
1 #ifndef __NEWLIB_H__
3 #define __NEWLIB_H__ 1
5 /* EL/IX level */
6 #undef _ELIX_LEVEL
8 /* Newlib version */
9 #undef _NEWLIB_VERSION
11 /* MB_LEN_MAX */
12 #undef _MB_LEN_MAX
14 /* ICONV enabled */
15 #undef _ICONV_ENABLED
18  * ICONV converters enabled
19  */
20 #undef _ICONV_CONVERTER_US_ASCII
21 #undef _ICONV_CONVERTER_BIG5
22 #undef _ICONV_CONVERTER_SHIFT_JIS
23 #undef _ICONV_CONVERTER_GB_2312_80
24 #undef _ICONV_CONVERTER_CP866
25 #undef _ICONV_CONVERTER_CP855
26 #undef _ICONV_CONVERTER_CP852
27 #undef _ICONV_CONVERTER_CP850
28 #undef _ICONV_CONVERTER_CP775
29 #undef _ICONV_CONVERTER_KOI8_U
30 #undef _ICONV_CONVERTER_KOI8_R
31 #undef _ICONV_CONVERTER_ISO_8859_1
32 #undef _ICONV_CONVERTER_ISO_8859_2
33 #undef _ICONV_CONVERTER_ISO_8859_4
34 #undef _ICONV_CONVERTER_ISO_8859_5
35 #undef _ICONV_CONVERTER_ISO_8859_15
36 #undef _ICONV_CONVERTER_EUC_JP
37 #undef _ICONV_CONVERTER_EUC_KR
38 #undef _ICONV_CONVERTER_EUC_TW
39 #undef _ICONV_CONVERTER_ISO_10646_UCS_2
40 #undef _ICONV_CONVERTER_ISO_10646_UCS_4
41 #undef _ICONV_CONVERTER_UCS_2_INTERNAL
42 #undef _ICONV_CONVERTER_UCS_4_INTERNAL
43 #undef _ICONV_CONVERTER_UTF_16
44 #undef _ICONV_CONVERTER_UTF_8
46 #endif /* !__NEWLIB_H__ */