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