Subversion Repositories Kolibri OS

Rev

Rev 6607 | Rev 6749 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6607 Rev 6627
Line 15... Line 15...
15
 
15
 
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
16
/* C99 formats support (such as %a, %zu, ...) in IO functions like
17
 * printf/scanf enabled */
17
 * printf/scanf enabled */
Line 18... Line -...
18
#define _WANT_IO_C99_FORMATS
-
 
19
 
-
 
20
#define __DYNAMIC_REENT__
18
#define _WANT_IO_C99_FORMATS
21
 
19
 
Line 22... Line 20...
22
/* long long type support in IO functions like printf/scanf enabled */
20
/* long long type support in IO functions like printf/scanf enabled */
23
#define _WANT_IO_LONG_LONG
21
#define _WANT_IO_LONG_LONG
Line 34... Line 32...
34
/* Optional reentrant struct support.  Used mostly on platforms with
32
/* Optional reentrant struct support.  Used mostly on platforms with
35
   very restricted storage.  */
33
   very restricted storage.  */
36
/* #undef _WANT_REENT_SMALL */
34
/* #undef _WANT_REENT_SMALL */
Line 37... Line 35...
37
 
35
 
38
/* Multibyte supported */
36
/* Multibyte supported */
Line 39... Line 37...
39
/* #undef _MB_CAPABLE */
37
#define _MB_CAPABLE
40
 
38
 
Line 41... Line 39...
41
/* MB_LEN_MAX */
39
/* MB_LEN_MAX */
42
#define _MB_LEN_MAX 1
40
#define _MB_LEN_MAX 2
Line 43... Line 41...
43
 
41
 
Line 62... Line 60...
62
#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
60
#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
Line 63... Line 61...
63
 
61
 
64
/* True if long double supported and it is equal to double.  */
62
/* True if long double supported and it is equal to double.  */
Line -... Line 63...
-
 
63
/* #undef _LDBL_EQ_DBL */
-
 
64
 
-
 
65
/* Define if wide char orientation is supported.  */
-
 
66
#define _WIDE_ORIENT 1
-
 
67
 
-
 
68
/* Define if unbuffered stream file optimization is supported.  */
-
 
69
#define _UNBUF_STREAM_OPT 1
-
 
70
 
-
 
71
/* Define if lite version of exit supported.  */
-
 
72
/* #undef _LITE_EXIT */
-
 
73
 
-
 
74
/* Define if declare atexit data as global.  */
-
 
75
/* #undef _REENT_GLOBAL_ATEXIT */
-
 
76
 
-
 
77
/* Define if small footprint nano-formatted-IO implementation used.  */
65
/* #undef _LDBL_EQ_DBL */
78
/* #undef _NANO_FORMATTED_IO */
66
 
79
 
67
/*
80
/*
68
 * Iconv encodings enabled ("to" direction)
81
 * Iconv encodings enabled ("to" direction)
69
 */
82
 */
Line 170... Line 183...
170
/* #undef _ICONV_FROM_ENCODING_WIN_1255 */
183
/* #undef _ICONV_FROM_ENCODING_WIN_1255 */
171
/* #undef _ICONV_FROM_ENCODING_WIN_1256 */
184
/* #undef _ICONV_FROM_ENCODING_WIN_1256 */
172
/* #undef _ICONV_FROM_ENCODING_WIN_1257 */
185
/* #undef _ICONV_FROM_ENCODING_WIN_1257 */
173
/* #undef _ICONV_FROM_ENCODING_WIN_1258 */
186
/* #undef _ICONV_FROM_ENCODING_WIN_1258 */
Line -... Line 187...
-
 
187
 
-
 
188
#define __DYNAMIC_REENT__
174
 
189
 
175
#ifdef STATIC_LIBC
190
#ifdef STATIC_LIBC
176
  #define BUILD_LIBC
191
  #define BUILD_LIBC
Line 177... Line 192...
177
#endif
192
#endif