Welcome to mirror list, hosted at ThFree Co, Russian Federation.

newlib.hin « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb0e2d75a897545a88fab187c910cd796b2b9e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#ifndef __NEWLIB_H__

#define __NEWLIB_H__ 1

/* EL/IX level */
#undef _ELIX_LEVEL

/* Newlib version */
#undef _NEWLIB_VERSION

/* long long type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_LONG

/* long double type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_DOUBLE

/* Positional argument support in printf functions enabled.  */
#undef _WANT_IO_POS_ARGS

/* Multibyte supported */
#undef _MB_CAPABLE

/* MB_LEN_MAX */
#undef _MB_LEN_MAX

/* ICONV enabled */
#undef _ICONV_ENABLED

/*
 * ICONV converters enabled
 */
#undef _ICONV_CONVERTER_US_ASCII
#undef _ICONV_CONVERTER_BIG5
#undef _ICONV_CONVERTER_SHIFT_JIS
#undef _ICONV_CONVERTER_GB_2312_80
#undef _ICONV_CONVERTER_CP866
#undef _ICONV_CONVERTER_CP855
#undef _ICONV_CONVERTER_CP852
#undef _ICONV_CONVERTER_CP850
#undef _ICONV_CONVERTER_CP775
#undef _ICONV_CONVERTER_KOI8_U
#undef _ICONV_CONVERTER_KOI8_R
#undef _ICONV_CONVERTER_ISO_8859_1
#undef _ICONV_CONVERTER_ISO_8859_2
#undef _ICONV_CONVERTER_ISO_8859_4
#undef _ICONV_CONVERTER_ISO_8859_5
#undef _ICONV_CONVERTER_ISO_8859_15
#undef _ICONV_CONVERTER_EUC_JP
#undef _ICONV_CONVERTER_EUC_KR
#undef _ICONV_CONVERTER_EUC_TW
#undef _ICONV_CONVERTER_ISO_10646_UCS_2
#undef _ICONV_CONVERTER_ISO_10646_UCS_4
#undef _ICONV_CONVERTER_UCS_2_INTERNAL
#undef _ICONV_CONVERTER_UCS_4_INTERNAL
#undef _ICONV_CONVERTER_UTF_16
#undef _ICONV_CONVERTER_UTF_8

#endif /* !__NEWLIB_H__ */