[CVE-2018-17942] libunistring security patch
[platform/upstream/libunistring.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* CPU and C ABI indicator */
4 #ifndef __i386__
5 #undef __i386__
6 #endif
7 #ifndef __x86_64_x32__
8 #undef __x86_64_x32__
9 #endif
10 #ifndef __x86_64__
11 #undef __x86_64__
12 #endif
13 #ifndef __alpha__
14 #undef __alpha__
15 #endif
16 #ifndef __arm__
17 #undef __arm__
18 #endif
19 #ifndef __armhf__
20 #undef __armhf__
21 #endif
22 #ifndef __arm64_ilp32__
23 #undef __arm64_ilp32__
24 #endif
25 #ifndef __arm64__
26 #undef __arm64__
27 #endif
28 #ifndef __hppa__
29 #undef __hppa__
30 #endif
31 #ifndef __hppa64__
32 #undef __hppa64__
33 #endif
34 #ifndef __ia64_ilp32__
35 #undef __ia64_ilp32__
36 #endif
37 #ifndef __ia64__
38 #undef __ia64__
39 #endif
40 #ifndef __m68k__
41 #undef __m68k__
42 #endif
43 #ifndef __mips__
44 #undef __mips__
45 #endif
46 #ifndef __mipsn32__
47 #undef __mipsn32__
48 #endif
49 #ifndef __mips64__
50 #undef __mips64__
51 #endif
52 #ifndef __powerpc__
53 #undef __powerpc__
54 #endif
55 #ifndef __powerpc64__
56 #undef __powerpc64__
57 #endif
58 #ifndef __powerpc64_elfv2__
59 #undef __powerpc64_elfv2__
60 #endif
61 #ifndef __riscv32__
62 #undef __riscv32__
63 #endif
64 #ifndef __riscv64__
65 #undef __riscv64__
66 #endif
67 #ifndef __riscv32_ilp32__
68 #undef __riscv32_ilp32__
69 #endif
70 #ifndef __riscv32_ilp32f__
71 #undef __riscv32_ilp32f__
72 #endif
73 #ifndef __riscv32_ilp32d__
74 #undef __riscv32_ilp32d__
75 #endif
76 #ifndef __riscv64_ilp32__
77 #undef __riscv64_ilp32__
78 #endif
79 #ifndef __riscv64_ilp32f__
80 #undef __riscv64_ilp32f__
81 #endif
82 #ifndef __riscv64_ilp32d__
83 #undef __riscv64_ilp32d__
84 #endif
85 #ifndef __riscv64_lp64__
86 #undef __riscv64_lp64__
87 #endif
88 #ifndef __riscv64_lp64f__
89 #undef __riscv64_lp64f__
90 #endif
91 #ifndef __riscv64_lp64d__
92 #undef __riscv64_lp64d__
93 #endif
94 #ifndef __s390__
95 #undef __s390__
96 #endif
97 #ifndef __s390x__
98 #undef __s390x__
99 #endif
100 #ifndef __sh__
101 #undef __sh__
102 #endif
103 #ifndef __sparc__
104 #undef __sparc__
105 #endif
106 #ifndef __sparc64__
107 #undef __sparc64__
108 #endif
109
110
111 /* Define if building universal (internal helper macro) */
112 #undef AC_APPLE_UNIVERSAL_BUILD
113
114 /* Define to the number of bits in type 'ptrdiff_t'. */
115 #undef BITSIZEOF_PTRDIFF_T
116
117 /* Define to the number of bits in type 'sig_atomic_t'. */
118 #undef BITSIZEOF_SIG_ATOMIC_T
119
120 /* Define to the number of bits in type 'size_t'. */
121 #undef BITSIZEOF_SIZE_T
122
123 /* Define to the number of bits in type 'wchar_t'. */
124 #undef BITSIZEOF_WCHAR_T
125
126 /* Define to the number of bits in type 'wint_t'. */
127 #undef BITSIZEOF_WINT_T
128
129 /* Define if you wish *printf() functions that have a safe handling of
130    non-IEEE-754 'long double' values. */
131 #undef CHECK_PRINTF_SAFE
132
133 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
134    systems. This function is required for `alloca.c' support on those systems.
135    */
136 #undef CRAY_STACKSEG_END
137
138 /* Define to 1 if using `alloca.c'. */
139 #undef C_ALLOCA
140
141 /* Define to 1 if the C locale may have encoding errors. */
142 #undef C_LOCALE_MAYBE_EILSEQ
143
144 /* Define as the bit index in the word where to find bit 0 of the exponent of
145    'double'. */
146 #undef DBL_EXPBIT0_BIT
147
148 /* Define as the word index where to find the exponent of 'double'. */
149 #undef DBL_EXPBIT0_WORD
150
151 /* Define as the bit index in the word where to find the sign of 'double'. */
152 #undef DBL_SIGNBIT_BIT
153
154 /* Define as the word index where to find the sign of 'double'. */
155 #undef DBL_SIGNBIT_WORD
156
157 /* Define to 1 if // is a file system root distinct from /. */
158 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
159
160 /* Define to 1 if the package shall run at any location in the file system. */
161 #undef ENABLE_RELOCATABLE
162
163 /* Define to nothing if C supports flexible array members, and to 1 if it does
164    not. That way, with a declaration like 'struct s { int n; double
165    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
166    compilers. When computing the size of such an object, don't use 'sizeof
167    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
168    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
169    MSVC and with C++ compilers. */
170 #undef FLEXIBLE_ARRAY_MEMBER
171
172 /* Define as the bit index in the word where to find bit 0 of the exponent of
173    'float'. */
174 #undef FLT_EXPBIT0_BIT
175
176 /* Define as the word index where to find the exponent of 'float'. */
177 #undef FLT_EXPBIT0_WORD
178
179 /* Define as the bit index in the word where to find the sign of 'float'. */
180 #undef FLT_SIGNBIT_BIT
181
182 /* Define as the word index where to find the sign of 'float'. */
183 #undef FLT_SIGNBIT_WORD
184
185 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
186    whether the gnulib module fscanf shall be considered present. */
187 #undef GNULIB_FSCANF
188
189 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
190    whether the gnulib module lock shall be considered present. */
191 #undef GNULIB_LOCK
192
193 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
194    whether the gnulib module msvc-nothrow shall be considered present. */
195 #undef GNULIB_MSVC_NOTHROW
196
197 /* Define to 1 if printf and friends should be labeled with attribute
198    "__gnu_printf__" instead of "__printf__" */
199 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
200
201 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
202    whether the gnulib module scanf shall be considered present. */
203 #undef GNULIB_SCANF
204
205 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
206    whether the gnulib module strerror shall be considered present. */
207 #undef GNULIB_STRERROR
208
209 /* Define to 1 when the gnulib module btowc should be tested. */
210 #undef GNULIB_TEST_BTOWC
211
212 /* Define to 1 when the gnulib module environ should be tested. */
213 #undef GNULIB_TEST_ENVIRON
214
215 /* Define to 1 when the gnulib module fdopen should be tested. */
216 #undef GNULIB_TEST_FDOPEN
217
218 /* Define to 1 when the gnulib module frexp should be tested. */
219 #undef GNULIB_TEST_FREXP
220
221 /* Define to 1 when the gnulib module frexpl should be tested. */
222 #undef GNULIB_TEST_FREXPL
223
224 /* Define to 1 when the gnulib module getpagesize should be tested. */
225 #undef GNULIB_TEST_GETPAGESIZE
226
227 /* Define to 1 when the gnulib module iswblank should be tested. */
228 #undef GNULIB_TEST_ISWBLANK
229
230 /* Define to 1 when the gnulib module malloc-posix should be tested. */
231 #undef GNULIB_TEST_MALLOC_POSIX
232
233 /* Define to 1 when the gnulib module mbrtowc should be tested. */
234 #undef GNULIB_TEST_MBRTOWC
235
236 /* Define to 1 when the gnulib module mbsinit should be tested. */
237 #undef GNULIB_TEST_MBSINIT
238
239 /* Define to 1 when the gnulib module mbsnlen should be tested. */
240 #undef GNULIB_TEST_MBSNLEN
241
242 /* Define to 1 when the gnulib module mbtowc should be tested. */
243 #undef GNULIB_TEST_MBTOWC
244
245 /* Define to 1 when the gnulib module memchr should be tested. */
246 #undef GNULIB_TEST_MEMCHR
247
248 /* Define to 1 when the gnulib module pthread_sigmask should be tested. */
249 #undef GNULIB_TEST_PTHREAD_SIGMASK
250
251 /* Define to 1 when the gnulib module putenv should be tested. */
252 #undef GNULIB_TEST_PUTENV
253
254 /* Define to 1 when the gnulib module raise should be tested. */
255 #undef GNULIB_TEST_RAISE
256
257 /* Define to 1 when the gnulib module setenv should be tested. */
258 #undef GNULIB_TEST_SETENV
259
260 /* Define to 1 when the gnulib module setlocale should be tested. */
261 #undef GNULIB_TEST_SETLOCALE
262
263 /* Define to 1 when the gnulib module signbit should be tested. */
264 #undef GNULIB_TEST_SIGNBIT
265
266 /* Define to 1 when the gnulib module sigprocmask should be tested. */
267 #undef GNULIB_TEST_SIGPROCMASK
268
269 /* Define to 1 when the gnulib module sleep should be tested. */
270 #undef GNULIB_TEST_SLEEP
271
272 /* Define to 1 when the gnulib module strerror should be tested. */
273 #undef GNULIB_TEST_STRERROR
274
275 /* Define to 1 when the gnulib module strncat should be tested. */
276 #undef GNULIB_TEST_STRNCAT
277
278 /* Define to 1 when the gnulib module strstr should be tested. */
279 #undef GNULIB_TEST_STRSTR
280
281 /* Define to 1 when the gnulib module uninorm/u16-normalize should be tested.
282    */
283 #undef GNULIB_TEST_UNINORM_U16_NORMALIZE
284
285 /* Define to 1 when the gnulib module uninorm/u32-normalize should be tested.
286    */
287 #undef GNULIB_TEST_UNINORM_U32_NORMALIZE
288
289 /* Define to 1 when the gnulib module uninorm/u8-normalize should be tested.
290    */
291 #undef GNULIB_TEST_UNINORM_U8_NORMALIZE
292
293 /* Define to 1 when the gnulib module unsetenv should be tested. */
294 #undef GNULIB_TEST_UNSETENV
295
296 /* Define to 1 when the gnulib module usleep should be tested. */
297 #undef GNULIB_TEST_USLEEP
298
299 /* Define to 1 when the gnulib module wcrtomb should be tested. */
300 #undef GNULIB_TEST_WCRTOMB
301
302 /* Define to 1 when the gnulib module wctob should be tested. */
303 #undef GNULIB_TEST_WCTOB
304
305 /* Define to 1 when the gnulib module wctomb should be tested. */
306 #undef GNULIB_TEST_WCTOMB
307
308 /* Define to 1 when the gnulib module wcwidth should be tested. */
309 #undef GNULIB_TEST_WCWIDTH
310
311 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
312    whether the gnulib module unigbrk/u16-grapheme-breaks shall be considered
313    present. */
314 #undef GNULIB_UNIGBRK_U16_GRAPHEME_BREAKS
315
316 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
317    whether the gnulib module unigbrk/u16-grapheme-next shall be considered
318    present. */
319 #undef GNULIB_UNIGBRK_U16_GRAPHEME_NEXT
320
321 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
322    whether the gnulib module unigbrk/u16-grapheme-prev shall be considered
323    present. */
324 #undef GNULIB_UNIGBRK_U16_GRAPHEME_PREV
325
326 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
327    whether the gnulib module unigbrk/u32-grapheme-breaks shall be considered
328    present. */
329 #undef GNULIB_UNIGBRK_U32_GRAPHEME_BREAKS
330
331 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
332    whether the gnulib module unigbrk/u32-grapheme-next shall be considered
333    present. */
334 #undef GNULIB_UNIGBRK_U32_GRAPHEME_NEXT
335
336 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
337    whether the gnulib module unigbrk/u32-grapheme-prev shall be considered
338    present. */
339 #undef GNULIB_UNIGBRK_U32_GRAPHEME_PREV
340
341 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
342    whether the gnulib module unigbrk/u8-grapheme-breaks shall be considered
343    present. */
344 #undef GNULIB_UNIGBRK_U8_GRAPHEME_BREAKS
345
346 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
347    whether the gnulib module unigbrk/u8-grapheme-next shall be considered
348    present. */
349 #undef GNULIB_UNIGBRK_U8_GRAPHEME_NEXT
350
351 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
352    whether the gnulib module unigbrk/u8-grapheme-prev shall be considered
353    present. */
354 #undef GNULIB_UNIGBRK_U8_GRAPHEME_PREV
355
356 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
357    whether the gnulib module unigbrk/uc-grapheme-breaks shall be considered
358    present. */
359 #undef GNULIB_UNIGBRK_UC_GRAPHEME_BREAKS
360
361 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
362    whether the gnulib module unigbrk/ulc-grapheme-breaks shall be considered
363    present. */
364 #undef GNULIB_UNIGBRK_ULC_GRAPHEME_BREAKS
365
366 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
367    whether the gnulib module unistr/u16-mbtouc shall be considered present. */
368 #undef GNULIB_UNISTR_U16_MBTOUC
369
370 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
371    whether the gnulib module unistr/u16-mbtoucr shall be considered present.
372    */
373 #undef GNULIB_UNISTR_U16_MBTOUCR
374
375 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
376    whether the gnulib module unistr/u16-mbtouc-unsafe shall be considered
377    present. */
378 #undef GNULIB_UNISTR_U16_MBTOUC_UNSAFE
379
380 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
381    whether the gnulib module unistr/u16-uctomb shall be considered present. */
382 #undef GNULIB_UNISTR_U16_UCTOMB
383
384 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
385    whether the gnulib module unistr/u32-mbtouc shall be considered present. */
386 #undef GNULIB_UNISTR_U32_MBTOUC
387
388 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
389    whether the gnulib module unistr/u32-mbtoucr shall be considered present.
390    */
391 #undef GNULIB_UNISTR_U32_MBTOUCR
392
393 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
394    whether the gnulib module unistr/u32-mbtouc-unsafe shall be considered
395    present. */
396 #undef GNULIB_UNISTR_U32_MBTOUC_UNSAFE
397
398 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
399    whether the gnulib module unistr/u32-uctomb shall be considered present. */
400 #undef GNULIB_UNISTR_U32_UCTOMB
401
402 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
403    whether the gnulib module unistr/u8-mbtouc shall be considered present. */
404 #undef GNULIB_UNISTR_U8_MBTOUC
405
406 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
407    whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
408 #undef GNULIB_UNISTR_U8_MBTOUCR
409
410 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
411    whether the gnulib module unistr/u8-mbtouc-unsafe shall be considered
412    present. */
413 #undef GNULIB_UNISTR_U8_MBTOUC_UNSAFE
414
415 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
416    whether the gnulib module unistr/u8-uctomb shall be considered present. */
417 #undef GNULIB_UNISTR_U8_UCTOMB
418
419 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
420    may be supplied by this distribution. */
421 #undef HAVE_ALLOCA
422
423 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
424    */
425 #undef HAVE_ALLOCA_H
426
427 /* Define to 1 if you have the <bp-sym.h> header file. */
428 #undef HAVE_BP_SYM_H
429
430 /* Define to 1 if you have the `btowc' function. */
431 #undef HAVE_BTOWC
432
433 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
434    CoreFoundation framework. */
435 #undef HAVE_CFLOCALECOPYCURRENT
436
437 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
438    the CoreFoundation framework. */
439 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
440
441 /* Define if the copysignf function is declared in <math.h> and available in
442    libc. */
443 #undef HAVE_COPYSIGNF_IN_LIBC
444
445 /* Define if the copysignl function is declared in <math.h> and available in
446    libc. */
447 #undef HAVE_COPYSIGNL_IN_LIBC
448
449 /* Define if the copysign function is declared in <math.h> and available in
450    libc. */
451 #undef HAVE_COPYSIGN_IN_LIBC
452
453 /* Define to 1 if you have the <crtdefs.h> header file. */
454 #undef HAVE_CRTDEFS_H
455
456 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
457    */
458 #undef HAVE_DECL_ALARM
459
460 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
461    don't. */
462 #undef HAVE_DECL_COPYSIGN
463
464 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
465    don't. */
466 #undef HAVE_DECL_COPYSIGNF
467
468 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
469    don't. */
470 #undef HAVE_DECL_COPYSIGNL
471
472 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
473    don't. */
474 #undef HAVE_DECL_GETC_UNLOCKED
475
476 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
477    don't. */
478 #undef HAVE_DECL_ISWBLANK
479
480 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
481    don't. */
482 #undef HAVE_DECL_MBRTOWC
483
484 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
485    don't. */
486 #undef HAVE_DECL_MBSINIT
487
488 /* Define to 1 if you have the declaration of `program_invocation_name', and
489    to 0 if you don't. */
490 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
491
492 /* Define to 1 if you have the declaration of `program_invocation_short_name',
493    and to 0 if you don't. */
494 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
495
496 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
497    */
498 #undef HAVE_DECL_SETENV
499
500 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
501    */
502 #undef HAVE_DECL_SLEEP
503
504 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
505    don't. */
506 #undef HAVE_DECL_STRERROR_R
507
508 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
509    don't. */
510 #undef HAVE_DECL_TOWLOWER
511
512 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
513    don't. */
514 #undef HAVE_DECL_UNSETENV
515
516 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
517    don't. */
518 #undef HAVE_DECL_WCRTOMB
519
520 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
521    */
522 #undef HAVE_DECL_WCTOB
523
524 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
525    don't. */
526 #undef HAVE_DECL_WCWIDTH
527
528 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
529    don't. */
530 #undef HAVE_DECL__PUTENV
531
532 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
533    don't. */
534 #undef HAVE_DECL__SNPRINTF
535
536 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
537    */
538 #undef HAVE_DECL___ARGV
539
540 /* Define to 1 if you have the <dlfcn.h> header file. */
541 #undef HAVE_DLFCN_H
542
543 /* Define if you have the declaration of environ. */
544 #undef HAVE_ENVIRON_DECL
545
546 /* Define to 1 if you have the <features.h> header file. */
547 #undef HAVE_FEATURES_H
548
549 /* Define if the frexpl function is available in libc. */
550 #undef HAVE_FREXPL_IN_LIBC
551
552 /* Define if the frexp function is available in libc. */
553 #undef HAVE_FREXP_IN_LIBC
554
555 /* Define to 1 if you have the `getexecname' function. */
556 #undef HAVE_GETEXECNAME
557
558 /* Define to 1 if you have the `getlocalename_l' function. */
559 #undef HAVE_GETLOCALENAME_L
560
561 /* Define to 1 if you have the `getprogname' function. */
562 #undef HAVE_GETPROGNAME
563
564 /* Define if you have the iconv() function and it works. */
565 #undef HAVE_ICONV
566
567 /* Define to 1 if you have the <iconv.h> header file. */
568 #undef HAVE_ICONV_H
569
570 /* Define to 1 if the compiler supports one of the keywords 'inline',
571    '__inline__', '__inline' and effectively inlines functions marked as such.
572    */
573 #undef HAVE_INLINE
574
575 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
576 #undef HAVE_INTMAX_T
577
578 /* Define to 1 if you have the <inttypes.h> header file. */
579 #undef HAVE_INTTYPES_H
580
581 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
582    declares uintmax_t. */
583 #undef HAVE_INTTYPES_H_WITH_UINTMAX
584
585 /* Define to 1 if you have the `isblank' function. */
586 #undef HAVE_ISBLANK
587
588 /* Define if the isnan(double) function is available in libc. */
589 #undef HAVE_ISNAND_IN_LIBC
590
591 /* Define if the isnan(float) function is available in libc. */
592 #undef HAVE_ISNANF_IN_LIBC
593
594 /* Define if the isnan(long double) function is available in libc. */
595 #undef HAVE_ISNANL_IN_LIBC
596
597 /* Define to 1 if you have the `iswblank' function. */
598 #undef HAVE_ISWBLANK
599
600 /* Define to 1 if you have the `iswcntrl' function. */
601 #undef HAVE_ISWCNTRL
602
603 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
604 #undef HAVE_LANGINFO_CODESET
605
606 /* Define to 1 if you have the <langinfo.h> header file. */
607 #undef HAVE_LANGINFO_H
608
609 /* Define if your <locale.h> file defines LC_MESSAGES. */
610 #undef HAVE_LC_MESSAGES
611
612 /* Define if the ldexpl function is available in libc. */
613 #undef HAVE_LDEXPL_IN_LIBC
614
615 /* Define if the ldexp function is available in libc. */
616 #undef HAVE_LDEXP_IN_LIBC
617
618 /* Define to 1 if you have the <limits.h> header file. */
619 #undef HAVE_LIMITS_H
620
621 /* Define to 1 if the system has the type 'long long int'. */
622 #undef HAVE_LONG_LONG_INT
623
624 /* Define if the 'malloc' function is POSIX compliant. */
625 #undef HAVE_MALLOC_POSIX
626
627 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
628    config.h and <sys/mman.h>. */
629 #undef HAVE_MAP_ANONYMOUS
630
631 /* Define to 1 if you have the <math.h> header file. */
632 #undef HAVE_MATH_H
633
634 /* Define to 1 if you have the `mbrtowc' function. */
635 #undef HAVE_MBRTOWC
636
637 /* Define to 1 if you have the `mbsinit' function. */
638 #undef HAVE_MBSINIT
639
640 /* Define to 1 if <wchar.h> declares mbstate_t. */
641 #undef HAVE_MBSTATE_T
642
643 /* Define to 1 if you have the <memory.h> header file. */
644 #undef HAVE_MEMORY_H
645
646 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
647 #undef HAVE_MINMAX_IN_LIMITS_H
648
649 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
650 #undef HAVE_MINMAX_IN_SYS_PARAM_H
651
652 /* Define to 1 if you have the `mprotect' function. */
653 #undef HAVE_MPROTECT
654
655 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
656    concept. */
657 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
658
659 /* Define to 1 if you have the `newlocale' function. */
660 #undef HAVE_NEWLOCALE
661
662 /* Define to 1 if you have the `nl_langinfo' function. */
663 #undef HAVE_NL_LANGINFO
664
665 /* Define to 1 if you have the <OS.h> header file. */
666 #undef HAVE_OS_H
667
668 /* Define to 1 if you have the `pthread_atfork' function. */
669 #undef HAVE_PTHREAD_ATFORK
670
671 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
672 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
673
674 /* Define if the POSIX multithreading library has read/write locks. */
675 #undef HAVE_PTHREAD_RWLOCK
676
677 /* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
678    reader. */
679 #undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
680
681 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
682 #undef HAVE_PTHREAD_SIGMASK
683
684 /* Define to 1 if you have the `raise' function. */
685 #undef HAVE_RAISE
686
687 /* Define to 1 if acosf is declared even after undefining macros. */
688 #undef HAVE_RAW_DECL_ACOSF
689
690 /* Define to 1 if acosl is declared even after undefining macros. */
691 #undef HAVE_RAW_DECL_ACOSL
692
693 /* Define to 1 if asinf is declared even after undefining macros. */
694 #undef HAVE_RAW_DECL_ASINF
695
696 /* Define to 1 if asinl is declared even after undefining macros. */
697 #undef HAVE_RAW_DECL_ASINL
698
699 /* Define to 1 if atanf is declared even after undefining macros. */
700 #undef HAVE_RAW_DECL_ATANF
701
702 /* Define to 1 if atanl is declared even after undefining macros. */
703 #undef HAVE_RAW_DECL_ATANL
704
705 /* Define to 1 if atoll is declared even after undefining macros. */
706 #undef HAVE_RAW_DECL_ATOLL
707
708 /* Define to 1 if btowc is declared even after undefining macros. */
709 #undef HAVE_RAW_DECL_BTOWC
710
711 /* Define to 1 if canonicalize_file_name is declared even after undefining
712    macros. */
713 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
714
715 /* Define to 1 if cbrt is declared even after undefining macros. */
716 #undef HAVE_RAW_DECL_CBRT
717
718 /* Define to 1 if cbrtf is declared even after undefining macros. */
719 #undef HAVE_RAW_DECL_CBRTF
720
721 /* Define to 1 if cbrtl is declared even after undefining macros. */
722 #undef HAVE_RAW_DECL_CBRTL
723
724 /* Define to 1 if ceilf is declared even after undefining macros. */
725 #undef HAVE_RAW_DECL_CEILF
726
727 /* Define to 1 if ceill is declared even after undefining macros. */
728 #undef HAVE_RAW_DECL_CEILL
729
730 /* Define to 1 if chdir is declared even after undefining macros. */
731 #undef HAVE_RAW_DECL_CHDIR
732
733 /* Define to 1 if chown is declared even after undefining macros. */
734 #undef HAVE_RAW_DECL_CHOWN
735
736 /* Define to 1 if copysign is declared even after undefining macros. */
737 #undef HAVE_RAW_DECL_COPYSIGN
738
739 /* Define to 1 if copysignf is declared even after undefining macros. */
740 #undef HAVE_RAW_DECL_COPYSIGNF
741
742 /* Define to 1 if copysignl is declared even after undefining macros. */
743 #undef HAVE_RAW_DECL_COPYSIGNL
744
745 /* Define to 1 if cosf is declared even after undefining macros. */
746 #undef HAVE_RAW_DECL_COSF
747
748 /* Define to 1 if coshf is declared even after undefining macros. */
749 #undef HAVE_RAW_DECL_COSHF
750
751 /* Define to 1 if cosl is declared even after undefining macros. */
752 #undef HAVE_RAW_DECL_COSL
753
754 /* Define to 1 if dprintf is declared even after undefining macros. */
755 #undef HAVE_RAW_DECL_DPRINTF
756
757 /* Define to 1 if dup is declared even after undefining macros. */
758 #undef HAVE_RAW_DECL_DUP
759
760 /* Define to 1 if dup2 is declared even after undefining macros. */
761 #undef HAVE_RAW_DECL_DUP2
762
763 /* Define to 1 if dup3 is declared even after undefining macros. */
764 #undef HAVE_RAW_DECL_DUP3
765
766 /* Define to 1 if duplocale is declared even after undefining macros. */
767 #undef HAVE_RAW_DECL_DUPLOCALE
768
769 /* Define to 1 if endusershell is declared even after undefining macros. */
770 #undef HAVE_RAW_DECL_ENDUSERSHELL
771
772 /* Define to 1 if environ is declared even after undefining macros. */
773 #undef HAVE_RAW_DECL_ENVIRON
774
775 /* Define to 1 if euidaccess is declared even after undefining macros. */
776 #undef HAVE_RAW_DECL_EUIDACCESS
777
778 /* Define to 1 if exp2 is declared even after undefining macros. */
779 #undef HAVE_RAW_DECL_EXP2
780
781 /* Define to 1 if exp2f is declared even after undefining macros. */
782 #undef HAVE_RAW_DECL_EXP2F
783
784 /* Define to 1 if exp2l is declared even after undefining macros. */
785 #undef HAVE_RAW_DECL_EXP2L
786
787 /* Define to 1 if expf is declared even after undefining macros. */
788 #undef HAVE_RAW_DECL_EXPF
789
790 /* Define to 1 if expl is declared even after undefining macros. */
791 #undef HAVE_RAW_DECL_EXPL
792
793 /* Define to 1 if expm1 is declared even after undefining macros. */
794 #undef HAVE_RAW_DECL_EXPM1
795
796 /* Define to 1 if expm1f is declared even after undefining macros. */
797 #undef HAVE_RAW_DECL_EXPM1F
798
799 /* Define to 1 if expm1l is declared even after undefining macros. */
800 #undef HAVE_RAW_DECL_EXPM1L
801
802 /* Define to 1 if fabsf is declared even after undefining macros. */
803 #undef HAVE_RAW_DECL_FABSF
804
805 /* Define to 1 if fabsl is declared even after undefining macros. */
806 #undef HAVE_RAW_DECL_FABSL
807
808 /* Define to 1 if faccessat is declared even after undefining macros. */
809 #undef HAVE_RAW_DECL_FACCESSAT
810
811 /* Define to 1 if fchdir is declared even after undefining macros. */
812 #undef HAVE_RAW_DECL_FCHDIR
813
814 /* Define to 1 if fchownat is declared even after undefining macros. */
815 #undef HAVE_RAW_DECL_FCHOWNAT
816
817 /* Define to 1 if fdatasync is declared even after undefining macros. */
818 #undef HAVE_RAW_DECL_FDATASYNC
819
820 /* Define to 1 if ffsl is declared even after undefining macros. */
821 #undef HAVE_RAW_DECL_FFSL
822
823 /* Define to 1 if ffsll is declared even after undefining macros. */
824 #undef HAVE_RAW_DECL_FFSLL
825
826 /* Define to 1 if floorf is declared even after undefining macros. */
827 #undef HAVE_RAW_DECL_FLOORF
828
829 /* Define to 1 if floorl is declared even after undefining macros. */
830 #undef HAVE_RAW_DECL_FLOORL
831
832 /* Define to 1 if fma is declared even after undefining macros. */
833 #undef HAVE_RAW_DECL_FMA
834
835 /* Define to 1 if fmaf is declared even after undefining macros. */
836 #undef HAVE_RAW_DECL_FMAF
837
838 /* Define to 1 if fmal is declared even after undefining macros. */
839 #undef HAVE_RAW_DECL_FMAL
840
841 /* Define to 1 if fmod is declared even after undefining macros. */
842 #undef HAVE_RAW_DECL_FMOD
843
844 /* Define to 1 if fmodf is declared even after undefining macros. */
845 #undef HAVE_RAW_DECL_FMODF
846
847 /* Define to 1 if fmodl is declared even after undefining macros. */
848 #undef HAVE_RAW_DECL_FMODL
849
850 /* Define to 1 if fpurge is declared even after undefining macros. */
851 #undef HAVE_RAW_DECL_FPURGE
852
853 /* Define to 1 if frexpf is declared even after undefining macros. */
854 #undef HAVE_RAW_DECL_FREXPF
855
856 /* Define to 1 if frexpl is declared even after undefining macros. */
857 #undef HAVE_RAW_DECL_FREXPL
858
859 /* Define to 1 if fseeko is declared even after undefining macros. */
860 #undef HAVE_RAW_DECL_FSEEKO
861
862 /* Define to 1 if fsync is declared even after undefining macros. */
863 #undef HAVE_RAW_DECL_FSYNC
864
865 /* Define to 1 if ftello is declared even after undefining macros. */
866 #undef HAVE_RAW_DECL_FTELLO
867
868 /* Define to 1 if ftruncate is declared even after undefining macros. */
869 #undef HAVE_RAW_DECL_FTRUNCATE
870
871 /* Define to 1 if getcwd is declared even after undefining macros. */
872 #undef HAVE_RAW_DECL_GETCWD
873
874 /* Define to 1 if getdelim is declared even after undefining macros. */
875 #undef HAVE_RAW_DECL_GETDELIM
876
877 /* Define to 1 if getdomainname is declared even after undefining macros. */
878 #undef HAVE_RAW_DECL_GETDOMAINNAME
879
880 /* Define to 1 if getdtablesize is declared even after undefining macros. */
881 #undef HAVE_RAW_DECL_GETDTABLESIZE
882
883 /* Define to 1 if getgroups is declared even after undefining macros. */
884 #undef HAVE_RAW_DECL_GETGROUPS
885
886 /* Define to 1 if gethostname is declared even after undefining macros. */
887 #undef HAVE_RAW_DECL_GETHOSTNAME
888
889 /* Define to 1 if getline is declared even after undefining macros. */
890 #undef HAVE_RAW_DECL_GETLINE
891
892 /* Define to 1 if getloadavg is declared even after undefining macros. */
893 #undef HAVE_RAW_DECL_GETLOADAVG
894
895 /* Define to 1 if getlogin is declared even after undefining macros. */
896 #undef HAVE_RAW_DECL_GETLOGIN
897
898 /* Define to 1 if getlogin_r is declared even after undefining macros. */
899 #undef HAVE_RAW_DECL_GETLOGIN_R
900
901 /* Define to 1 if getpagesize is declared even after undefining macros. */
902 #undef HAVE_RAW_DECL_GETPAGESIZE
903
904 /* Define to 1 if gets is declared even after undefining macros. */
905 #undef HAVE_RAW_DECL_GETS
906
907 /* Define to 1 if getsubopt is declared even after undefining macros. */
908 #undef HAVE_RAW_DECL_GETSUBOPT
909
910 /* Define to 1 if getusershell is declared even after undefining macros. */
911 #undef HAVE_RAW_DECL_GETUSERSHELL
912
913 /* Define to 1 if grantpt is declared even after undefining macros. */
914 #undef HAVE_RAW_DECL_GRANTPT
915
916 /* Define to 1 if group_member is declared even after undefining macros. */
917 #undef HAVE_RAW_DECL_GROUP_MEMBER
918
919 /* Define to 1 if hypotf is declared even after undefining macros. */
920 #undef HAVE_RAW_DECL_HYPOTF
921
922 /* Define to 1 if hypotl is declared even after undefining macros. */
923 #undef HAVE_RAW_DECL_HYPOTL
924
925 /* Define to 1 if ilogb is declared even after undefining macros. */
926 #undef HAVE_RAW_DECL_ILOGB
927
928 /* Define to 1 if ilogbf is declared even after undefining macros. */
929 #undef HAVE_RAW_DECL_ILOGBF
930
931 /* Define to 1 if ilogbl is declared even after undefining macros. */
932 #undef HAVE_RAW_DECL_ILOGBL
933
934 /* Define to 1 if imaxabs is declared even after undefining macros. */
935 #undef HAVE_RAW_DECL_IMAXABS
936
937 /* Define to 1 if imaxdiv is declared even after undefining macros. */
938 #undef HAVE_RAW_DECL_IMAXDIV
939
940 /* Define to 1 if initstate is declared even after undefining macros. */
941 #undef HAVE_RAW_DECL_INITSTATE
942
943 /* Define to 1 if initstate_r is declared even after undefining macros. */
944 #undef HAVE_RAW_DECL_INITSTATE_R
945
946 /* Define to 1 if isatty is declared even after undefining macros. */
947 #undef HAVE_RAW_DECL_ISATTY
948
949 /* Define to 1 if isblank is declared even after undefining macros. */
950 #undef HAVE_RAW_DECL_ISBLANK
951
952 /* Define to 1 if iswctype is declared even after undefining macros. */
953 #undef HAVE_RAW_DECL_ISWCTYPE
954
955 /* Define to 1 if lchown is declared even after undefining macros. */
956 #undef HAVE_RAW_DECL_LCHOWN
957
958 /* Define to 1 if ldexpf is declared even after undefining macros. */
959 #undef HAVE_RAW_DECL_LDEXPF
960
961 /* Define to 1 if ldexpl is declared even after undefining macros. */
962 #undef HAVE_RAW_DECL_LDEXPL
963
964 /* Define to 1 if link is declared even after undefining macros. */
965 #undef HAVE_RAW_DECL_LINK
966
967 /* Define to 1 if linkat is declared even after undefining macros. */
968 #undef HAVE_RAW_DECL_LINKAT
969
970 /* Define to 1 if log is declared even after undefining macros. */
971 #undef HAVE_RAW_DECL_LOG
972
973 /* Define to 1 if log10 is declared even after undefining macros. */
974 #undef HAVE_RAW_DECL_LOG10
975
976 /* Define to 1 if log10f is declared even after undefining macros. */
977 #undef HAVE_RAW_DECL_LOG10F
978
979 /* Define to 1 if log10l is declared even after undefining macros. */
980 #undef HAVE_RAW_DECL_LOG10L
981
982 /* Define to 1 if log1p is declared even after undefining macros. */
983 #undef HAVE_RAW_DECL_LOG1P
984
985 /* Define to 1 if log1pf is declared even after undefining macros. */
986 #undef HAVE_RAW_DECL_LOG1PF
987
988 /* Define to 1 if log1pl is declared even after undefining macros. */
989 #undef HAVE_RAW_DECL_LOG1PL
990
991 /* Define to 1 if log2 is declared even after undefining macros. */
992 #undef HAVE_RAW_DECL_LOG2
993
994 /* Define to 1 if log2f is declared even after undefining macros. */
995 #undef HAVE_RAW_DECL_LOG2F
996
997 /* Define to 1 if log2l is declared even after undefining macros. */
998 #undef HAVE_RAW_DECL_LOG2L
999
1000 /* Define to 1 if logb is declared even after undefining macros. */
1001 #undef HAVE_RAW_DECL_LOGB
1002
1003 /* Define to 1 if logbf is declared even after undefining macros. */
1004 #undef HAVE_RAW_DECL_LOGBF
1005
1006 /* Define to 1 if logbl is declared even after undefining macros. */
1007 #undef HAVE_RAW_DECL_LOGBL
1008
1009 /* Define to 1 if logf is declared even after undefining macros. */
1010 #undef HAVE_RAW_DECL_LOGF
1011
1012 /* Define to 1 if logl is declared even after undefining macros. */
1013 #undef HAVE_RAW_DECL_LOGL
1014
1015 /* Define to 1 if lseek is declared even after undefining macros. */
1016 #undef HAVE_RAW_DECL_LSEEK
1017
1018 /* Define to 1 if mbrlen is declared even after undefining macros. */
1019 #undef HAVE_RAW_DECL_MBRLEN
1020
1021 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1022 #undef HAVE_RAW_DECL_MBRTOWC
1023
1024 /* Define to 1 if mbsinit is declared even after undefining macros. */
1025 #undef HAVE_RAW_DECL_MBSINIT
1026
1027 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1028 #undef HAVE_RAW_DECL_MBSNRTOWCS
1029
1030 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1031 #undef HAVE_RAW_DECL_MBSRTOWCS
1032
1033 /* Define to 1 if memmem is declared even after undefining macros. */
1034 #undef HAVE_RAW_DECL_MEMMEM
1035
1036 /* Define to 1 if mempcpy is declared even after undefining macros. */
1037 #undef HAVE_RAW_DECL_MEMPCPY
1038
1039 /* Define to 1 if memrchr is declared even after undefining macros. */
1040 #undef HAVE_RAW_DECL_MEMRCHR
1041
1042 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1043 #undef HAVE_RAW_DECL_MKDTEMP
1044
1045 /* Define to 1 if mkostemp is declared even after undefining macros. */
1046 #undef HAVE_RAW_DECL_MKOSTEMP
1047
1048 /* Define to 1 if mkostemps is declared even after undefining macros. */
1049 #undef HAVE_RAW_DECL_MKOSTEMPS
1050
1051 /* Define to 1 if mkstemp is declared even after undefining macros. */
1052 #undef HAVE_RAW_DECL_MKSTEMP
1053
1054 /* Define to 1 if mkstemps is declared even after undefining macros. */
1055 #undef HAVE_RAW_DECL_MKSTEMPS
1056
1057 /* Define to 1 if modf is declared even after undefining macros. */
1058 #undef HAVE_RAW_DECL_MODF
1059
1060 /* Define to 1 if modff is declared even after undefining macros. */
1061 #undef HAVE_RAW_DECL_MODFF
1062
1063 /* Define to 1 if modfl is declared even after undefining macros. */
1064 #undef HAVE_RAW_DECL_MODFL
1065
1066 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1067 #undef HAVE_RAW_DECL_NL_LANGINFO
1068
1069 /* Define to 1 if pclose is declared even after undefining macros. */
1070 #undef HAVE_RAW_DECL_PCLOSE
1071
1072 /* Define to 1 if pipe is declared even after undefining macros. */
1073 #undef HAVE_RAW_DECL_PIPE
1074
1075 /* Define to 1 if pipe2 is declared even after undefining macros. */
1076 #undef HAVE_RAW_DECL_PIPE2
1077
1078 /* Define to 1 if popen is declared even after undefining macros. */
1079 #undef HAVE_RAW_DECL_POPEN
1080
1081 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1082 #undef HAVE_RAW_DECL_POSIX_OPENPT
1083
1084 /* Define to 1 if powf is declared even after undefining macros. */
1085 #undef HAVE_RAW_DECL_POWF
1086
1087 /* Define to 1 if pread is declared even after undefining macros. */
1088 #undef HAVE_RAW_DECL_PREAD
1089
1090 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1091 #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1092
1093 /* Define to 1 if ptsname is declared even after undefining macros. */
1094 #undef HAVE_RAW_DECL_PTSNAME
1095
1096 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1097 #undef HAVE_RAW_DECL_PTSNAME_R
1098
1099 /* Define to 1 if pwrite is declared even after undefining macros. */
1100 #undef HAVE_RAW_DECL_PWRITE
1101
1102 /* Define to 1 if qsort_r is declared even after undefining macros. */
1103 #undef HAVE_RAW_DECL_QSORT_R
1104
1105 /* Define to 1 if random is declared even after undefining macros. */
1106 #undef HAVE_RAW_DECL_RANDOM
1107
1108 /* Define to 1 if random_r is declared even after undefining macros. */
1109 #undef HAVE_RAW_DECL_RANDOM_R
1110
1111 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1112 #undef HAVE_RAW_DECL_RAWMEMCHR
1113
1114 /* Define to 1 if readlink is declared even after undefining macros. */
1115 #undef HAVE_RAW_DECL_READLINK
1116
1117 /* Define to 1 if readlinkat is declared even after undefining macros. */
1118 #undef HAVE_RAW_DECL_READLINKAT
1119
1120 /* Define to 1 if reallocarray is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_REALLOCARRAY
1122
1123 /* Define to 1 if realpath is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_REALPATH
1125
1126 /* Define to 1 if remainder is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_REMAINDER
1128
1129 /* Define to 1 if remainderf is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_REMAINDERF
1131
1132 /* Define to 1 if remainderl is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_REMAINDERL
1134
1135 /* Define to 1 if renameat is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_RENAMEAT
1137
1138 /* Define to 1 if rint is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_RINT
1140
1141 /* Define to 1 if rintf is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_RINTF
1143
1144 /* Define to 1 if rintl is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_RINTL
1146
1147 /* Define to 1 if rmdir is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_RMDIR
1149
1150 /* Define to 1 if round is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_ROUND
1152
1153 /* Define to 1 if roundf is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_ROUNDF
1155
1156 /* Define to 1 if roundl is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_ROUNDL
1158
1159 /* Define to 1 if rpmatch is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_RPMATCH
1161
1162 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_SECURE_GETENV
1164
1165 /* Define to 1 if setenv is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_SETENV
1167
1168 /* Define to 1 if sethostname is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_SETHOSTNAME
1170
1171 /* Define to 1 if setlocale is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_SETLOCALE
1173
1174 /* Define to 1 if setstate is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_SETSTATE
1176
1177 /* Define to 1 if setstate_r is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_SETSTATE_R
1179
1180 /* Define to 1 if setusershell is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_SETUSERSHELL
1182
1183 /* Define to 1 if sigaction is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_SIGACTION
1185
1186 /* Define to 1 if sigaddset is declared even after undefining macros. */
1187 #undef HAVE_RAW_DECL_SIGADDSET
1188
1189 /* Define to 1 if sigdelset is declared even after undefining macros. */
1190 #undef HAVE_RAW_DECL_SIGDELSET
1191
1192 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1193 #undef HAVE_RAW_DECL_SIGEMPTYSET
1194
1195 /* Define to 1 if sigfillset is declared even after undefining macros. */
1196 #undef HAVE_RAW_DECL_SIGFILLSET
1197
1198 /* Define to 1 if sigismember is declared even after undefining macros. */
1199 #undef HAVE_RAW_DECL_SIGISMEMBER
1200
1201 /* Define to 1 if sigpending is declared even after undefining macros. */
1202 #undef HAVE_RAW_DECL_SIGPENDING
1203
1204 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1205 #undef HAVE_RAW_DECL_SIGPROCMASK
1206
1207 /* Define to 1 if sinf is declared even after undefining macros. */
1208 #undef HAVE_RAW_DECL_SINF
1209
1210 /* Define to 1 if sinhf is declared even after undefining macros. */
1211 #undef HAVE_RAW_DECL_SINHF
1212
1213 /* Define to 1 if sinl is declared even after undefining macros. */
1214 #undef HAVE_RAW_DECL_SINL
1215
1216 /* Define to 1 if sleep is declared even after undefining macros. */
1217 #undef HAVE_RAW_DECL_SLEEP
1218
1219 /* Define to 1 if snprintf is declared even after undefining macros. */
1220 #undef HAVE_RAW_DECL_SNPRINTF
1221
1222 /* Define to 1 if sqrtf is declared even after undefining macros. */
1223 #undef HAVE_RAW_DECL_SQRTF
1224
1225 /* Define to 1 if sqrtl is declared even after undefining macros. */
1226 #undef HAVE_RAW_DECL_SQRTL
1227
1228 /* Define to 1 if srandom is declared even after undefining macros. */
1229 #undef HAVE_RAW_DECL_SRANDOM
1230
1231 /* Define to 1 if srandom_r is declared even after undefining macros. */
1232 #undef HAVE_RAW_DECL_SRANDOM_R
1233
1234 /* Define to 1 if stpcpy is declared even after undefining macros. */
1235 #undef HAVE_RAW_DECL_STPCPY
1236
1237 /* Define to 1 if stpncpy is declared even after undefining macros. */
1238 #undef HAVE_RAW_DECL_STPNCPY
1239
1240 /* Define to 1 if strcasestr is declared even after undefining macros. */
1241 #undef HAVE_RAW_DECL_STRCASESTR
1242
1243 /* Define to 1 if strchrnul is declared even after undefining macros. */
1244 #undef HAVE_RAW_DECL_STRCHRNUL
1245
1246 /* Define to 1 if strdup is declared even after undefining macros. */
1247 #undef HAVE_RAW_DECL_STRDUP
1248
1249 /* Define to 1 if strerror_r is declared even after undefining macros. */
1250 #undef HAVE_RAW_DECL_STRERROR_R
1251
1252 /* Define to 1 if strncat is declared even after undefining macros. */
1253 #undef HAVE_RAW_DECL_STRNCAT
1254
1255 /* Define to 1 if strndup is declared even after undefining macros. */
1256 #undef HAVE_RAW_DECL_STRNDUP
1257
1258 /* Define to 1 if strnlen is declared even after undefining macros. */
1259 #undef HAVE_RAW_DECL_STRNLEN
1260
1261 /* Define to 1 if strpbrk is declared even after undefining macros. */
1262 #undef HAVE_RAW_DECL_STRPBRK
1263
1264 /* Define to 1 if strsep is declared even after undefining macros. */
1265 #undef HAVE_RAW_DECL_STRSEP
1266
1267 /* Define to 1 if strsignal is declared even after undefining macros. */
1268 #undef HAVE_RAW_DECL_STRSIGNAL
1269
1270 /* Define to 1 if strtod is declared even after undefining macros. */
1271 #undef HAVE_RAW_DECL_STRTOD
1272
1273 /* Define to 1 if strtoimax is declared even after undefining macros. */
1274 #undef HAVE_RAW_DECL_STRTOIMAX
1275
1276 /* Define to 1 if strtok_r is declared even after undefining macros. */
1277 #undef HAVE_RAW_DECL_STRTOK_R
1278
1279 /* Define to 1 if strtoll is declared even after undefining macros. */
1280 #undef HAVE_RAW_DECL_STRTOLL
1281
1282 /* Define to 1 if strtoull is declared even after undefining macros. */
1283 #undef HAVE_RAW_DECL_STRTOULL
1284
1285 /* Define to 1 if strtoumax is declared even after undefining macros. */
1286 #undef HAVE_RAW_DECL_STRTOUMAX
1287
1288 /* Define to 1 if strverscmp is declared even after undefining macros. */
1289 #undef HAVE_RAW_DECL_STRVERSCMP
1290
1291 /* Define to 1 if symlink is declared even after undefining macros. */
1292 #undef HAVE_RAW_DECL_SYMLINK
1293
1294 /* Define to 1 if symlinkat is declared even after undefining macros. */
1295 #undef HAVE_RAW_DECL_SYMLINKAT
1296
1297 /* Define to 1 if tanf is declared even after undefining macros. */
1298 #undef HAVE_RAW_DECL_TANF
1299
1300 /* Define to 1 if tanhf is declared even after undefining macros. */
1301 #undef HAVE_RAW_DECL_TANHF
1302
1303 /* Define to 1 if tanl is declared even after undefining macros. */
1304 #undef HAVE_RAW_DECL_TANL
1305
1306 /* Define to 1 if tmpfile is declared even after undefining macros. */
1307 #undef HAVE_RAW_DECL_TMPFILE
1308
1309 /* Define to 1 if towctrans is declared even after undefining macros. */
1310 #undef HAVE_RAW_DECL_TOWCTRANS
1311
1312 /* Define to 1 if trunc is declared even after undefining macros. */
1313 #undef HAVE_RAW_DECL_TRUNC
1314
1315 /* Define to 1 if truncate is declared even after undefining macros. */
1316 #undef HAVE_RAW_DECL_TRUNCATE
1317
1318 /* Define to 1 if truncf is declared even after undefining macros. */
1319 #undef HAVE_RAW_DECL_TRUNCF
1320
1321 /* Define to 1 if truncl is declared even after undefining macros. */
1322 #undef HAVE_RAW_DECL_TRUNCL
1323
1324 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1325 #undef HAVE_RAW_DECL_TTYNAME_R
1326
1327 /* Define to 1 if unlink is declared even after undefining macros. */
1328 #undef HAVE_RAW_DECL_UNLINK
1329
1330 /* Define to 1 if unlinkat is declared even after undefining macros. */
1331 #undef HAVE_RAW_DECL_UNLINKAT
1332
1333 /* Define to 1 if unlockpt is declared even after undefining macros. */
1334 #undef HAVE_RAW_DECL_UNLOCKPT
1335
1336 /* Define to 1 if unsetenv is declared even after undefining macros. */
1337 #undef HAVE_RAW_DECL_UNSETENV
1338
1339 /* Define to 1 if usleep is declared even after undefining macros. */
1340 #undef HAVE_RAW_DECL_USLEEP
1341
1342 /* Define to 1 if vdprintf is declared even after undefining macros. */
1343 #undef HAVE_RAW_DECL_VDPRINTF
1344
1345 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1346 #undef HAVE_RAW_DECL_VSNPRINTF
1347
1348 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1349 #undef HAVE_RAW_DECL_WCPCPY
1350
1351 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1352 #undef HAVE_RAW_DECL_WCPNCPY
1353
1354 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1355 #undef HAVE_RAW_DECL_WCRTOMB
1356
1357 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1358 #undef HAVE_RAW_DECL_WCSCASECMP
1359
1360 /* Define to 1 if wcscat is declared even after undefining macros. */
1361 #undef HAVE_RAW_DECL_WCSCAT
1362
1363 /* Define to 1 if wcschr is declared even after undefining macros. */
1364 #undef HAVE_RAW_DECL_WCSCHR
1365
1366 /* Define to 1 if wcscmp is declared even after undefining macros. */
1367 #undef HAVE_RAW_DECL_WCSCMP
1368
1369 /* Define to 1 if wcscoll is declared even after undefining macros. */
1370 #undef HAVE_RAW_DECL_WCSCOLL
1371
1372 /* Define to 1 if wcscpy is declared even after undefining macros. */
1373 #undef HAVE_RAW_DECL_WCSCPY
1374
1375 /* Define to 1 if wcscspn is declared even after undefining macros. */
1376 #undef HAVE_RAW_DECL_WCSCSPN
1377
1378 /* Define to 1 if wcsdup is declared even after undefining macros. */
1379 #undef HAVE_RAW_DECL_WCSDUP
1380
1381 /* Define to 1 if wcsftime is declared even after undefining macros. */
1382 #undef HAVE_RAW_DECL_WCSFTIME
1383
1384 /* Define to 1 if wcslen is declared even after undefining macros. */
1385 #undef HAVE_RAW_DECL_WCSLEN
1386
1387 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1388 #undef HAVE_RAW_DECL_WCSNCASECMP
1389
1390 /* Define to 1 if wcsncat is declared even after undefining macros. */
1391 #undef HAVE_RAW_DECL_WCSNCAT
1392
1393 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1394 #undef HAVE_RAW_DECL_WCSNCMP
1395
1396 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1397 #undef HAVE_RAW_DECL_WCSNCPY
1398
1399 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1400 #undef HAVE_RAW_DECL_WCSNLEN
1401
1402 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1403 #undef HAVE_RAW_DECL_WCSNRTOMBS
1404
1405 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1406 #undef HAVE_RAW_DECL_WCSPBRK
1407
1408 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1409 #undef HAVE_RAW_DECL_WCSRCHR
1410
1411 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1412 #undef HAVE_RAW_DECL_WCSRTOMBS
1413
1414 /* Define to 1 if wcsspn is declared even after undefining macros. */
1415 #undef HAVE_RAW_DECL_WCSSPN
1416
1417 /* Define to 1 if wcsstr is declared even after undefining macros. */
1418 #undef HAVE_RAW_DECL_WCSSTR
1419
1420 /* Define to 1 if wcstok is declared even after undefining macros. */
1421 #undef HAVE_RAW_DECL_WCSTOK
1422
1423 /* Define to 1 if wcswidth is declared even after undefining macros. */
1424 #undef HAVE_RAW_DECL_WCSWIDTH
1425
1426 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1427 #undef HAVE_RAW_DECL_WCSXFRM
1428
1429 /* Define to 1 if wctob is declared even after undefining macros. */
1430 #undef HAVE_RAW_DECL_WCTOB
1431
1432 /* Define to 1 if wctrans is declared even after undefining macros. */
1433 #undef HAVE_RAW_DECL_WCTRANS
1434
1435 /* Define to 1 if wctype is declared even after undefining macros. */
1436 #undef HAVE_RAW_DECL_WCTYPE
1437
1438 /* Define to 1 if wcwidth is declared even after undefining macros. */
1439 #undef HAVE_RAW_DECL_WCWIDTH
1440
1441 /* Define to 1 if wmemchr is declared even after undefining macros. */
1442 #undef HAVE_RAW_DECL_WMEMCHR
1443
1444 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1445 #undef HAVE_RAW_DECL_WMEMCMP
1446
1447 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1448 #undef HAVE_RAW_DECL_WMEMCPY
1449
1450 /* Define to 1 if wmemmove is declared even after undefining macros. */
1451 #undef HAVE_RAW_DECL_WMEMMOVE
1452
1453 /* Define to 1 if wmemset is declared even after undefining macros. */
1454 #undef HAVE_RAW_DECL_WMEMSET
1455
1456 /* Define to 1 if _Exit is declared even after undefining macros. */
1457 #undef HAVE_RAW_DECL__EXIT
1458
1459 /* Define to 1 if 'long double' and 'double' have the same representation. */
1460 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1461
1462 /* Define to 1 if you have the <search.h> header file. */
1463 #undef HAVE_SEARCH_H
1464
1465 /* Define to 1 if you have the <semaphore.h> header file. */
1466 #undef HAVE_SEMAPHORE_H
1467
1468 /* Define to 1 if you have the `setenv' function. */
1469 #undef HAVE_SETENV
1470
1471 /* Define to 1 if you have the `setlocale' function. */
1472 #undef HAVE_SETLOCALE
1473
1474 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1475 #undef HAVE_SIGNED_SIG_ATOMIC_T
1476
1477 /* Define to 1 if 'wchar_t' is a signed integer type. */
1478 #undef HAVE_SIGNED_WCHAR_T
1479
1480 /* Define to 1 if 'wint_t' is a signed integer type. */
1481 #undef HAVE_SIGNED_WINT_T
1482
1483 /* Define to 1 if the system has the type `sigset_t'. */
1484 #undef HAVE_SIGSET_T
1485
1486 /* Define to 1 if you have the `sleep' function. */
1487 #undef HAVE_SLEEP
1488
1489 /* Define to 1 if you have the `snprintf' function. */
1490 #undef HAVE_SNPRINTF
1491
1492 /* Define if the return value of the snprintf function is the number of of
1493    bytes (excluding the terminating NUL) that would have been produced if the
1494    buffer had been large enough. */
1495 #undef HAVE_SNPRINTF_RETVAL_C99
1496
1497 /* Define to 1 if you have the <stdint.h> header file. */
1498 #undef HAVE_STDINT_H
1499
1500 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1501    uintmax_t. */
1502 #undef HAVE_STDINT_H_WITH_UINTMAX
1503
1504 /* Define to 1 if you have the <stdlib.h> header file. */
1505 #undef HAVE_STDLIB_H
1506
1507 /* Define to 1 if you have the `stpcpy' function. */
1508 #undef HAVE_STPCPY
1509
1510 /* Define to 1 if you have the `strdup' function. */
1511 #undef HAVE_STRDUP
1512
1513 /* Define to 1 if you have the `strerror_r' function. */
1514 #undef HAVE_STRERROR_R
1515
1516 /* Define to 1 if you have the <strings.h> header file. */
1517 #undef HAVE_STRINGS_H
1518
1519 /* Define to 1 if you have the <string.h> header file. */
1520 #undef HAVE_STRING_H
1521
1522 /* Define to 1 if you have the `strnlen' function. */
1523 #undef HAVE_STRNLEN
1524
1525 /* Define to 1 if you have the `symlink' function. */
1526 #undef HAVE_SYMLINK
1527
1528 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1529 #undef HAVE_SYS_BITYPES_H
1530
1531 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1532 #undef HAVE_SYS_INTTYPES_H
1533
1534 /* Define to 1 if you have the <sys/mman.h> header file. */
1535 #undef HAVE_SYS_MMAN_H
1536
1537 /* Define to 1 if you have the <sys/param.h> header file. */
1538 #undef HAVE_SYS_PARAM_H
1539
1540 /* Define to 1 if you have the <sys/socket.h> header file. */
1541 #undef HAVE_SYS_SOCKET_H
1542
1543 /* Define to 1 if you have the <sys/stat.h> header file. */
1544 #undef HAVE_SYS_STAT_H
1545
1546 /* Define to 1 if you have the <sys/time.h> header file. */
1547 #undef HAVE_SYS_TIME_H
1548
1549 /* Define to 1 if you have the <sys/types.h> header file. */
1550 #undef HAVE_SYS_TYPES_H
1551
1552 /* Define to 1 if you have the `towlower' function. */
1553 #undef HAVE_TOWLOWER
1554
1555 /* Define to 1 if you have the `tsearch' function. */
1556 #undef HAVE_TSEARCH
1557
1558 /* Define to 1 if you have the <unistd.h> header file. */
1559 #undef HAVE_UNISTD_H
1560
1561 /* Define to 1 if you have the `unsetenv' function. */
1562 #undef HAVE_UNSETENV
1563
1564 /* Define to 1 if the system has the type 'unsigned long long int'. */
1565 #undef HAVE_UNSIGNED_LONG_LONG_INT
1566
1567 /* Define to 1 if you have the `uselocale' function. */
1568 #undef HAVE_USELOCALE
1569
1570 /* Define to 1 if you have the `usleep' function. */
1571 #undef HAVE_USLEEP
1572
1573 /* Define if you have a global __progname variable */
1574 #undef HAVE_VAR___PROGNAME
1575
1576 /* Define to 1 if you have the <wchar.h> header file. */
1577 #undef HAVE_WCHAR_H
1578
1579 /* Define if you have the 'wchar_t' type. */
1580 #undef HAVE_WCHAR_T
1581
1582 /* Define to 1 if you have the `wcrtomb' function. */
1583 #undef HAVE_WCRTOMB
1584
1585 /* Define to 1 if you have the `wcslen' function. */
1586 #undef HAVE_WCSLEN
1587
1588 /* Define to 1 if you have the `wcsnlen' function. */
1589 #undef HAVE_WCSNLEN
1590
1591 /* Define to 1 if you have the `wctob' function. */
1592 #undef HAVE_WCTOB
1593
1594 /* Define to 1 if you have the <wctype.h> header file. */
1595 #undef HAVE_WCTYPE_H
1596
1597 /* Define to 1 if you have the `wcwidth' function. */
1598 #undef HAVE_WCWIDTH
1599
1600 /* Define to 1 if you have the <winsock2.h> header file. */
1601 #undef HAVE_WINSOCK2_H
1602
1603 /* Define if you have the 'wint_t' type. */
1604 #undef HAVE_WINT_T
1605
1606 /* Define to 1 if O_NOATIME works. */
1607 #undef HAVE_WORKING_O_NOATIME
1608
1609 /* Define to 1 if O_NOFOLLOW works. */
1610 #undef HAVE_WORKING_O_NOFOLLOW
1611
1612 /* Define to 1 if you have the <xlocale.h> header file. */
1613 #undef HAVE_XLOCALE_H
1614
1615 /* Define to 1 if the system has the type `_Bool'. */
1616 #undef HAVE__BOOL
1617
1618 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1619 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1620
1621 /* Define to 1 if the compiler supports __builtin_expect,
1622    and to 2 if <builtins.h> does.  */
1623 #undef HAVE___BUILTIN_EXPECT
1624 #ifndef HAVE___BUILTIN_EXPECT
1625 # define __builtin_expect(e, c) (e)
1626 #elif HAVE___BUILTIN_EXPECT == 2
1627 # include <builtins.h>
1628 #endif
1629     
1630
1631 /* Define to 1 if you have the `__fseterr' function. */
1632 #undef HAVE___FSETERR
1633
1634 /* Define as const if the declaration of iconv() needs const. */
1635 #undef ICONV_CONST
1636
1637 /* Define to a symbolic name denoting the flavor of iconv_open()
1638    implementation. */
1639 #undef ICONV_FLAVOR
1640
1641 /* Define to the value of ${prefix}, as a string. */
1642 #undef INSTALLPREFIX
1643
1644 /* Define as the bit index in the word where to find bit 0 of the exponent of
1645    'long double'. */
1646 #undef LDBL_EXPBIT0_BIT
1647
1648 /* Define as the word index where to find the exponent of 'long double'. */
1649 #undef LDBL_EXPBIT0_WORD
1650
1651 /* Define as the bit index in the word where to find the sign of 'long
1652    double'. */
1653 #undef LDBL_SIGNBIT_BIT
1654
1655 /* Define as the word index where to find the sign of 'long double'. */
1656 #undef LDBL_SIGNBIT_WORD
1657
1658 /* Define to the sub-directory where libtool stores uninstalled libraries. */
1659 #undef LT_OBJDIR
1660
1661 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1662 #undef MALLOC_0_IS_NONNULL
1663
1664 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1665 #undef MAP_ANONYMOUS
1666
1667 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1668    */
1669 #undef MBRTOWC_EMPTY_INPUT_BUG
1670
1671 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1672 #undef MBRTOWC_NULL_ARG1_BUG
1673
1674 /* Define if the mbrtowc function has the NULL string argument bug. */
1675 #undef MBRTOWC_NULL_ARG2_BUG
1676
1677 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1678 #undef MBRTOWC_NUL_RETVAL_BUG
1679
1680 /* Define if the mbrtowc function returns a wrong return value. */
1681 #undef MBRTOWC_RETVAL_BUG
1682
1683 /* Use GNU style printf and scanf.  */
1684 #ifndef __USE_MINGW_ANSI_STDIO
1685 # undef __USE_MINGW_ANSI_STDIO
1686 #endif
1687
1688
1689 /* Define if the vasnprintf implementation needs special code for the 'a' and
1690    'A' directives. */
1691 #undef NEED_PRINTF_DIRECTIVE_A
1692
1693 /* Define if the vasnprintf implementation needs special code for the 'F'
1694    directive. */
1695 #undef NEED_PRINTF_DIRECTIVE_F
1696
1697 /* Define if the vasnprintf implementation needs special code for the 'ls'
1698    directive. */
1699 #undef NEED_PRINTF_DIRECTIVE_LS
1700
1701 /* Define if the vasnprintf implementation needs special code for 'double'
1702    arguments. */
1703 #undef NEED_PRINTF_DOUBLE
1704
1705 /* Define if the vasnprintf implementation needs special code for surviving
1706    out-of-memory conditions. */
1707 #undef NEED_PRINTF_ENOMEM
1708
1709 /* Define if the vasnprintf implementation needs special code for the ' flag.
1710    */
1711 #undef NEED_PRINTF_FLAG_GROUPING
1712
1713 /* Define if the vasnprintf implementation needs special code for the '-'
1714    flag. */
1715 #undef NEED_PRINTF_FLAG_LEFTADJUST
1716
1717 /* Define if the vasnprintf implementation needs special code for the 0 flag.
1718    */
1719 #undef NEED_PRINTF_FLAG_ZERO
1720
1721 /* Define if the vasnprintf implementation needs special code for infinite
1722    'double' arguments. */
1723 #undef NEED_PRINTF_INFINITE_DOUBLE
1724
1725 /* Define if the vasnprintf implementation needs special code for infinite
1726    'long double' arguments. */
1727 #undef NEED_PRINTF_INFINITE_LONG_DOUBLE
1728
1729 /* Define if the vasnprintf implementation needs special code for 'long
1730    double' arguments. */
1731 #undef NEED_PRINTF_LONG_DOUBLE
1732
1733 /* Define if the vasnprintf implementation needs special code for supporting
1734    large precisions without arbitrary bounds. */
1735 #undef NEED_PRINTF_UNBOUNDED_PRECISION
1736
1737 /* Name of package */
1738 #undef PACKAGE
1739
1740 /* Define to the address where bug reports for this package should be sent. */
1741 #undef PACKAGE_BUGREPORT
1742
1743 /* Define to the full name of this package. */
1744 #undef PACKAGE_NAME
1745
1746 /* Define to the full name and version of this package. */
1747 #undef PACKAGE_STRING
1748
1749 /* Define to the one symbol short name of this package. */
1750 #undef PACKAGE_TARNAME
1751
1752 /* Define to the home page for this package. */
1753 #undef PACKAGE_URL
1754
1755 /* Define to the version of this package. */
1756 #undef PACKAGE_VERSION
1757
1758 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1759 #undef PRI_MACROS_BROKEN
1760
1761 /* Define if the pthread_in_use() detection is hard. */
1762 #undef PTHREAD_IN_USE_DETECTION_HARD
1763
1764 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1765    */
1766 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1767
1768 /* Define to 1 if pthread_sigmask may return 0 and have no effect. */
1769 #undef PTHREAD_SIGMASK_INEFFECTIVE
1770
1771 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1772 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1773
1774 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1775    'ptrdiff_t'. */
1776 #undef PTRDIFF_T_SUFFIX
1777
1778 /* Define to 1 if strerror(0) does not return a message implying success. */
1779 #undef REPLACE_STRERROR_0
1780
1781 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1782    'sig_atomic_t'. */
1783 #undef SIG_ATOMIC_T_SUFFIX
1784
1785 /* Define as the maximum value of type 'size_t', if the system doesn't define
1786    it. */
1787 #ifndef SIZE_MAX
1788 # undef SIZE_MAX
1789 #endif
1790
1791 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1792    'size_t'. */
1793 #undef SIZE_T_SUFFIX
1794
1795 /* If using the C implementation of alloca, define if you know the
1796    direction of stack growth for your system; otherwise it will be
1797    automatically deduced at runtime.
1798         STACK_DIRECTION > 0 => grows toward higher addresses
1799         STACK_DIRECTION < 0 => grows toward lower addresses
1800         STACK_DIRECTION = 0 => direction of growth unknown */
1801 #undef STACK_DIRECTION
1802
1803 /* Define to 1 if you have the ANSI C header files. */
1804 #undef STDC_HEADERS
1805
1806 /* Define to 1 if strerror_r returns char *. */
1807 #undef STRERROR_R_CHAR_P
1808
1809 /* Define if the POSIX multithreading library can be used. */
1810 #undef USE_POSIX_THREADS
1811
1812 /* Define if references to the POSIX multithreading library should be made
1813    weak. */
1814 #undef USE_POSIX_THREADS_WEAK
1815
1816 /* Define if the GNU Pth multithreading library can be used. */
1817 #undef USE_PTH_THREADS
1818
1819 /* Define if references to the GNU Pth multithreading library should be made
1820    weak. */
1821 #undef USE_PTH_THREADS_WEAK
1822
1823 /* Define if the old Solaris multithreading library can be used. */
1824 #undef USE_SOLARIS_THREADS
1825
1826 /* Define if references to the old Solaris multithreading library should be
1827    made weak. */
1828 #undef USE_SOLARIS_THREADS_WEAK
1829
1830 /* Enable extensions on AIX 3, Interix.  */
1831 #ifndef _ALL_SOURCE
1832 # undef _ALL_SOURCE
1833 #endif
1834 /* Enable general extensions on macOS.  */
1835 #ifndef _DARWIN_C_SOURCE
1836 # undef _DARWIN_C_SOURCE
1837 #endif
1838 /* Enable GNU extensions on systems that have them.  */
1839 #ifndef _GNU_SOURCE
1840 # undef _GNU_SOURCE
1841 #endif
1842 /* Enable NetBSD extensions on NetBSD.  */
1843 #ifndef _NETBSD_SOURCE
1844 # undef _NETBSD_SOURCE
1845 #endif
1846 /* Enable OpenBSD extensions on NetBSD.  */
1847 #ifndef _OPENBSD_SOURCE
1848 # undef _OPENBSD_SOURCE
1849 #endif
1850 /* Enable threading extensions on Solaris.  */
1851 #ifndef _POSIX_PTHREAD_SEMANTICS
1852 # undef _POSIX_PTHREAD_SEMANTICS
1853 #endif
1854 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1855 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1856 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1857 #endif
1858 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1859 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1860 # undef __STDC_WANT_IEC_60559_BFP_EXT__
1861 #endif
1862 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1863 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1864 # undef __STDC_WANT_IEC_60559_DFP_EXT__
1865 #endif
1866 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1867 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1868 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1869 #endif
1870 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1871 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1872 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
1873 #endif
1874 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1875 #ifndef __STDC_WANT_LIB_EXT2__
1876 # undef __STDC_WANT_LIB_EXT2__
1877 #endif
1878 /* Enable extensions specified by ISO/IEC 24747:2009.  */
1879 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1880 # undef __STDC_WANT_MATH_SPEC_FUNCS__
1881 #endif
1882 /* Enable extensions on HP NonStop.  */
1883 #ifndef _TANDEM_SOURCE
1884 # undef _TANDEM_SOURCE
1885 #endif
1886 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1887    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1888    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1889 #ifndef _XOPEN_SOURCE
1890 # undef _XOPEN_SOURCE
1891 #endif
1892 /* Enable X/Open compliant socket functions that do not require linking
1893    with -lxnet on HP-UX 11.11.  */
1894 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
1895 # undef _HPUX_ALT_XOPEN_SOCKET_API
1896 #endif
1897 /* Enable general extensions on Solaris.  */
1898 #ifndef __EXTENSIONS__
1899 # undef __EXTENSIONS__
1900 #endif
1901
1902
1903 /* Define if the native Windows multithreading API can be used. */
1904 #undef USE_WINDOWS_THREADS
1905
1906 /* Version number of package */
1907 #undef VERSION
1908
1909 /* Define to 1 if unsetenv returns void instead of int. */
1910 #undef VOID_UNSETENV
1911
1912 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1913    'wchar_t'. */
1914 #undef WCHAR_T_SUFFIX
1915
1916 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1917    'wint_t'. */
1918 #undef WINT_T_SUFFIX
1919
1920 /* Define when --enable-shared is used on mingw or Cygwin. */
1921 #undef WOE32DLL
1922
1923 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1924    significant byte first (like Motorola and SPARC, unlike Intel). */
1925 #if defined AC_APPLE_UNIVERSAL_BUILD
1926 # if defined __BIG_ENDIAN__
1927 #  define WORDS_BIGENDIAN 1
1928 # endif
1929 #else
1930 # ifndef WORDS_BIGENDIAN
1931 #  undef WORDS_BIGENDIAN
1932 # endif
1933 #endif
1934
1935 /* Define to 1 on Solaris. */
1936 #undef _LCONV_C99
1937
1938 /* Define to 1 if on MINIX. */
1939 #undef _MINIX
1940
1941 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1942 #undef _NETBSD_SOURCE
1943
1944 /* The _Noreturn keyword of C11.  */
1945 #if ! (defined _Noreturn \
1946        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1947 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1948       || 0x5110 <= __SUNPRO_C)
1949 #  define _Noreturn __attribute__ ((__noreturn__))
1950 # elif defined _MSC_VER && 1200 <= _MSC_VER
1951 #  define _Noreturn __declspec (noreturn)
1952 # else
1953 #  define _Noreturn
1954 # endif
1955 #endif
1956
1957
1958 /* Define to 2 if the system does not provide POSIX.1 features except with
1959    this defined. */
1960 #undef _POSIX_1_SOURCE
1961
1962 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1963 #undef _POSIX_SOURCE
1964
1965 /* For standard stat data types on VMS. */
1966 #undef _USE_STD_STAT
1967
1968 /* Define to 1 if the system <stdint.h> predates C++11. */
1969 #undef __STDC_CONSTANT_MACROS
1970
1971 /* Define to 1 if the system <stdint.h> predates C++11. */
1972 #undef __STDC_LIMIT_MACROS
1973
1974 /* Please see the Gnulib manual for how to use these macros.
1975
1976    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1977    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
1978
1979    Suppress extern inline with Sun C in standards-conformance mode, as it
1980    mishandles inline functions that call each other.  E.g., for 'inline void f
1981    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1982    'reference to static identifier "f" in extern inline function'.
1983    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1984
1985    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1986    on configurations that mistakenly use 'static inline' to implement
1987    functions or macros in standard C headers like <ctype.h>.  For example,
1988    if isdigit is mistakenly implemented via a static inline function,
1989    a program containing an extern inline function that calls isdigit
1990    may not work since the C standard prohibits extern inline functions
1991    from calling static functions.  This bug is known to occur on:
1992
1993      OS X 10.8 and earlier; see:
1994      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
1995
1996      DragonFly; see
1997      http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1998
1999      FreeBSD; see:
2000      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
2001
2002    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2003    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
2004    Assume DragonFly and FreeBSD will be similar.  */
2005 #if (((defined __APPLE__ && defined __MACH__) \
2006       || defined __DragonFly__ || defined __FreeBSD__) \
2007      && (defined __header_inline \
2008          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2009             && ! defined __clang__) \
2010          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2011              && (defined __GNUC__ || defined __cplusplus)) \
2012             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2013                 && defined __GNUC__ && ! defined __cplusplus))))
2014 # define _GL_EXTERN_INLINE_STDHEADER_BUG
2015 #endif
2016 #if ((__GNUC__ \
2017       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2018       : (199901L <= __STDC_VERSION__ \
2019          && !defined __HP_cc \
2020          && !defined __PGI \
2021          && !(defined __SUNPRO_C && __STDC__))) \
2022      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2023 # define _GL_INLINE inline
2024 # define _GL_EXTERN_INLINE extern inline
2025 # define _GL_EXTERN_INLINE_IN_USE
2026 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2027        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2028 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2029    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2030 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2031 # else
2032 #  define _GL_INLINE extern inline
2033 # endif
2034 # define _GL_EXTERN_INLINE extern
2035 # define _GL_EXTERN_INLINE_IN_USE
2036 #else
2037 # define _GL_INLINE static _GL_UNUSED
2038 # define _GL_EXTERN_INLINE static _GL_UNUSED
2039 #endif
2040
2041 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
2042    suppress bogus "no previous prototype for 'FOO'"
2043    and "no previous declaration for 'FOO'" diagnostics,
2044    when FOO is an inline function in the header; see
2045    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2046    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
2047 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
2048 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2049 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2050 # else
2051 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2052      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2053 # endif
2054 # define _GL_INLINE_HEADER_BEGIN \
2055     _Pragma ("GCC diagnostic push") \
2056     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2057     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2058     _GL_INLINE_HEADER_CONST_PRAGMA
2059 # define _GL_INLINE_HEADER_END \
2060     _Pragma ("GCC diagnostic pop")
2061 #else
2062 # define _GL_INLINE_HEADER_BEGIN
2063 # define _GL_INLINE_HEADER_END
2064 #endif
2065
2066 /* Define to `int' if <sys/types.h> doesn't define. */
2067 #undef gid_t
2068
2069 /* Define to `__inline__' or `__inline' if that's what the C compiler
2070    calls it, or to nothing if 'inline' is not supported under any name.  */
2071 #ifndef __cplusplus
2072 #undef inline
2073 #endif
2074
2075 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2076 #undef intmax_t
2077
2078 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2079    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2080    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2081    __APPLE__ && __MACH__ test for Mac OS X.
2082    __APPLE_CC__ tests for the Apple compiler and its version.
2083    __STDC_VERSION__ tests for the C99 mode.  */
2084 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2085 # define __GNUC_STDC_INLINE__ 1
2086 #endif
2087
2088 /* Define to a type if <wchar.h> does not define. */
2089 #undef mbstate_t
2090
2091 /* Define to `int' if <sys/types.h> does not define. */
2092 #undef mode_t
2093
2094 /* Define to `int' if <sys/types.h> does not define. */
2095 #undef pid_t
2096
2097 /* Define as the type of the result of subtracting two pointers, if the system
2098    doesn't define it. */
2099 #undef ptrdiff_t
2100
2101 /* Define to the equivalent of the C99 'restrict' keyword, or to
2102    nothing if this is not supported.  Do not define if restrict is
2103    supported directly.  */
2104 #undef restrict
2105 /* Work around a bug in Sun C++: it does not support _Restrict or
2106    __restrict__, even though the corresponding Sun C compiler ends up with
2107    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2108    previous line.  Perhaps some future version of Sun C++ will work with
2109    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2110 #if defined __SUNPRO_CC && !defined __RESTRICT
2111 # define _Restrict
2112 # define __restrict__
2113 #endif
2114
2115 /* Define to `unsigned int' if <sys/types.h> does not define. */
2116 #undef size_t
2117
2118 /* Define as a signed type of the same size as size_t. */
2119 #undef ssize_t
2120
2121 /* Define to `int' if <sys/types.h> doesn't define. */
2122 #undef uid_t
2123
2124 /* Define as a marker that can be attached to declarations that might not
2125     be used.  This helps to reduce warnings, such as from
2126     GCC -Wunused-parameter.  */
2127 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2128 # define _GL_UNUSED __attribute__ ((__unused__))
2129 #else
2130 # define _GL_UNUSED
2131 #endif
2132 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2133    is a misnomer outside of parameter lists.  */
2134 #define _UNUSED_PARAMETER_ _GL_UNUSED
2135
2136 /* gcc supports the "unused" attribute on possibly unused labels, and
2137    g++ has since version 4.5.  Note to support C++ as well as C,
2138    _GL_UNUSED_LABEL should be used with a trailing ;  */
2139 #if !defined __cplusplus || __GNUC__ > 4 \
2140     || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
2141 # define _GL_UNUSED_LABEL _GL_UNUSED
2142 #else
2143 # define _GL_UNUSED_LABEL
2144 #endif
2145
2146 /* The __pure__ attribute was added in gcc 2.96.  */
2147 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2148 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2149 #else
2150 # define _GL_ATTRIBUTE_PURE /* empty */
2151 #endif
2152
2153 /* The __const__ attribute was added in gcc 2.95.  */
2154 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2155 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2156 #else
2157 # define _GL_ATTRIBUTE_CONST /* empty */
2158 #endif
2159
2160 /* The __malloc__ attribute was added in gcc 3.  */
2161 #if 3 <= __GNUC__
2162 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
2163 #else
2164 # define _GL_ATTRIBUTE_MALLOC /* empty */
2165 #endif
2166
2167
2168 /* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
2169 #undef useconds_t