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: 8318469400b083451c585ae857b3db89fd0ba464 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
/* newlib.hin.  Generated from configure.ac by autoheader.  */

/* NB: The contents are filtered before being installed. */

#ifndef __NEWLIB_H__
#define __NEWLIB_H__ 1

/* Newlib version */
#include <_newlib_version.h>

/* Define to 1 if the system has the type `long double'. */
#undef HAVE_LONG_DOUBLE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* If atexit() may dynamically allocate space for cleanup functions. */
#undef _ATEXIT_DYNAMIC_ALLOC

/* EL/IX level */
#undef _ELIX_LEVEL

/* Define if fseek functions support seek optimization. */
#undef _FSEEK_OPTIMIZATION

/* Define if ivo supported in streamio. */
#undef _FVWRITE_IN_STREAMIO

/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
#undef _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL

/* Define if the linker supports .preinit_array/.init_array/.fini_array
   sections. */
#undef _HAVE_INITFINI_ARRAY

/* Define if the platform supports long double type. */
#undef _HAVE_LONG_DOUBLE

/* ICONV enabled. */
#undef _ICONV_ENABLED

/* Enable ICONV external CCS files loading capabilities. */
#undef _ICONV_ENABLE_EXTERNAL_CCS

/* Support big5 input encoding. */
#undef _ICONV_FROM_ENCODING_BIG5

/* Support cp775 input encoding. */
#undef _ICONV_FROM_ENCODING_CP775

/* Support cp850 input encoding. */
#undef _ICONV_FROM_ENCODING_CP850

/* Support cp852 input encoding. */
#undef _ICONV_FROM_ENCODING_CP852

/* Support cp855 input encoding. */
#undef _ICONV_FROM_ENCODING_CP855

/* Support cp866 input encoding. */
#undef _ICONV_FROM_ENCODING_CP866

/* Support euc_jp input encoding. */
#undef _ICONV_FROM_ENCODING_EUC_JP

/* Support euc_kr input encoding. */
#undef _ICONV_FROM_ENCODING_EUC_KR

/* Support euc_tw input encoding. */
#undef _ICONV_FROM_ENCODING_EUC_TW

/* Support iso_8859_1 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_1

/* Support iso_8859_10 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_10

/* Support iso_8859_11 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_11

/* Support iso_8859_13 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_13

/* Support iso_8859_14 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_14

/* Support iso_8859_15 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_15

/* Support iso_8859_2 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_2

/* Support iso_8859_3 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_3

/* Support iso_8859_4 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_4

/* Support iso_8859_5 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_5

/* Support iso_8859_6 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_6

/* Support iso_8859_7 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_7

/* Support iso_8859_8 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_8

/* Support iso_8859_9 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_8859_9

/* Support iso_ir_111 input encoding. */
#undef _ICONV_FROM_ENCODING_ISO_IR_111

/* Support koi8_r input encoding. */
#undef _ICONV_FROM_ENCODING_KOI8_R

/* Support koi8_ru input encoding. */
#undef _ICONV_FROM_ENCODING_KOI8_RU

/* Support koi8_u input encoding. */
#undef _ICONV_FROM_ENCODING_KOI8_U

/* Support koi8_uni input encoding. */
#undef _ICONV_FROM_ENCODING_KOI8_UNI

/* Support ucs_2 input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_2

/* Support ucs_2be input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_2BE

/* Support ucs_2le input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_2LE

/* Support ucs_2_internal input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_2_INTERNAL

/* Support ucs_4 input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_4

/* Support ucs_4be input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_4BE

/* Support ucs_4le input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_4LE

/* Support ucs_4_internal input encoding. */
#undef _ICONV_FROM_ENCODING_UCS_4_INTERNAL

/* Support us_ascii input encoding. */
#undef _ICONV_FROM_ENCODING_US_ASCII

/* Support utf_16 input encoding. */
#undef _ICONV_FROM_ENCODING_UTF_16

/* Support utf_16be input encoding. */
#undef _ICONV_FROM_ENCODING_UTF_16BE

/* Support utf_16le input encoding. */
#undef _ICONV_FROM_ENCODING_UTF_16LE

/* Support utf_8 input encoding. */
#undef _ICONV_FROM_ENCODING_UTF_8

/* Support win_1250 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1250

/* Support win_1251 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1251

/* Support win_1252 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1252

/* Support win_1253 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1253

/* Support win_1254 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1254

/* Support win_1255 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1255

/* Support win_1256 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1256

/* Support win_1257 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1257

/* Support win_1258 input encoding. */
#undef _ICONV_FROM_ENCODING_WIN_1258

/* Support big5 output encoding. */
#undef _ICONV_TO_ENCODING_BIG5

/* Support cp775 output encoding. */
#undef _ICONV_TO_ENCODING_CP775

/* Support cp850 output encoding. */
#undef _ICONV_TO_ENCODING_CP850

/* Support cp852 output encoding. */
#undef _ICONV_TO_ENCODING_CP852

/* Support cp855 output encoding. */
#undef _ICONV_TO_ENCODING_CP855

/* Support cp866 output encoding. */
#undef _ICONV_TO_ENCODING_CP866

/* Support euc_jp output encoding. */
#undef _ICONV_TO_ENCODING_EUC_JP

/* Support euc_kr output encoding. */
#undef _ICONV_TO_ENCODING_EUC_KR

/* Support euc_tw output encoding. */
#undef _ICONV_TO_ENCODING_EUC_TW

/* Support iso_8859_1 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_1

/* Support iso_8859_10 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_10

/* Support iso_8859_11 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_11

/* Support iso_8859_13 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_13

/* Support iso_8859_14 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_14

/* Support iso_8859_15 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_15

/* Support iso_8859_2 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_2

/* Support iso_8859_3 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_3

/* Support iso_8859_4 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_4

/* Support iso_8859_5 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_5

/* Support iso_8859_6 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_6

/* Support iso_8859_7 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_7

/* Support iso_8859_8 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_8

/* Support iso_8859_9 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_8859_9

/* Support iso_ir_111 output encoding. */
#undef _ICONV_TO_ENCODING_ISO_IR_111

/* Support koi8_r output encoding. */
#undef _ICONV_TO_ENCODING_KOI8_R

/* Support koi8_ru output encoding. */
#undef _ICONV_TO_ENCODING_KOI8_RU

/* Support koi8_u output encoding. */
#undef _ICONV_TO_ENCODING_KOI8_U

/* Support koi8_uni output encoding. */
#undef _ICONV_TO_ENCODING_KOI8_UNI

/* Support ucs_2 output encoding. */
#undef _ICONV_TO_ENCODING_UCS_2

/* Support ucs_2be output encoding. */
#undef _ICONV_TO_ENCODING_UCS_2BE

/* Support ucs_2le output encoding. */
#undef _ICONV_TO_ENCODING_UCS_2LE

/* Support ucs_2_internal output encoding. */
#undef _ICONV_TO_ENCODING_UCS_2_INTERNAL

/* Support ucs_4 output encoding. */
#undef _ICONV_TO_ENCODING_UCS_4

/* Support ucs_4be output encoding. */
#undef _ICONV_TO_ENCODING_UCS_4BE

/* Support ucs_4le output encoding. */
#undef _ICONV_TO_ENCODING_UCS_4LE

/* Support ucs_4_internal output encoding. */
#undef _ICONV_TO_ENCODING_UCS_4_INTERNAL

/* Support us_ascii output encoding. */
#undef _ICONV_TO_ENCODING_US_ASCII

/* Support utf_16 output encoding. */
#undef _ICONV_TO_ENCODING_UTF_16

/* Support utf_16be output encoding. */
#undef _ICONV_TO_ENCODING_UTF_16BE

/* Support utf_16le output encoding. */
#undef _ICONV_TO_ENCODING_UTF_16LE

/* Support utf_8 output encoding. */
#undef _ICONV_TO_ENCODING_UTF_8

/* Support win_1250 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1250

/* Support win_1251 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1251

/* Support win_1252 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1252

/* Support win_1253 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1253

/* Support win_1254 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1254

/* Support win_1255 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1255

/* Support win_1256 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1256

/* Support win_1257 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1257

/* Support win_1258 output encoding. */
#undef _ICONV_TO_ENCODING_WIN_1258

/* Define if the platform long double type is equal to double. */
#undef _LDBL_EQ_DBL

/* Define if lite version of exit supported. */
#undef _LITE_EXIT

/* Multibyte supported. */
#undef _MB_CAPABLE

/* Multibyte max length. */
#undef _MB_LEN_MAX

/* Define if small footprint nano-formatted-IO implementation used. */
#undef _NANO_FORMATTED_IO

/* nano version of malloc is used. */
#undef _NANO_MALLOC

/* The newlib version in string format. */
#undef _NEWLIB_VERSION

/* Verify _REENT_CHECK macros allocate memory successfully. */
#undef _REENT_CHECK_VERIFY

/* Define if using retargetable functions for default lock routines. */
#undef _RETARGETABLE_LOCKING

/* Define if unbuffered stream file optimization is supported. */
#undef _UNBUF_STREAM_OPT

/* Enable C99 formats support (e.g. %a, %zu, ...) in IO functions like
   printf/scanf. */
#undef _WANT_IO_C99_FORMATS

/* Define to enable long double type support in IO functions like
   printf/scanf. */
#undef _WANT_IO_LONG_DOUBLE

/* Define to enable long long type support in IO functions like printf/scanf.
   */
#undef _WANT_IO_LONG_LONG

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

/* Define to enable backward binary compatibility for struct _reent. */
#undef _WANT_REENT_BACKWARD_BINARY_COMPAT

/* Optional reentrant struct support. Used mostly on platforms with very
   restricted storage. */
#undef _WANT_REENT_SMALL

/* Define to enable thread-local storage objects as a replacment for struct
   _reent members. */
#undef _WANT_REENT_THREAD_LOCAL

/* Register application finalization function using atexit. */
#undef _WANT_REGISTER_FINI

/* Define if using gdtoa rather than legacy ldtoa. */
#undef _WANT_USE_GDTOA

/* Define to use type long for time_t. */
#undef _WANT_USE_LONG_TIME_T

/* Define if wide char orientation is supported. */
#undef _WIDE_ORIENT

/* The newlib minor version number. */
#undef __NEWLIB_MINOR__

/* The newlib patch level. */
#undef __NEWLIB_PATCHLEVEL__

/* The newlib major version number. */
#undef __NEWLIB__

#endif /* !__NEWLIB_H__ */