Bump to m4 1.4.19
[platform/upstream/m4.git] / lib / config.hin
1 /* lib/config.hin.  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 1 if using 'alloca.c'. */
134 #undef C_ALLOCA
135
136 /* Define as the bit index in the word where to find bit 0 of the exponent of
137    'double'. */
138 #undef DBL_EXPBIT0_BIT
139
140 /* Define as the word index where to find the exponent of 'double'. */
141 #undef DBL_EXPBIT0_WORD
142
143 /* Define as the bit index in the word where to find the sign of 'double'. */
144 #undef DBL_SIGNBIT_BIT
145
146 /* Define as the word index where to find the sign of 'double'. */
147 #undef DBL_SIGNBIT_WORD
148
149 /* the name of the file descriptor member of DIR */
150 #undef DIR_FD_MEMBER_NAME
151
152 #ifdef DIR_FD_MEMBER_NAME
153 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
154 #else
155 # define DIR_TO_FD(Dir_p) -1
156 #endif
157
158
159 /* Define to 1 if // is a file system root distinct from /. */
160 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
161
162 /* Define if struct dirent has a member d_ino that actually works. */
163 #undef D_INO_IN_DIRENT
164
165 /* Define to 1 if the changeword(REGEXP) functionality is wanted */
166 #undef ENABLE_CHANGEWORD
167
168 /* Define to 1 if translation of program messages to the user's native
169    language is requested. */
170 #undef ENABLE_NLS
171
172 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
173 #undef FCNTL_DUPFD_BUGGY
174
175 /* Define to nothing if C supports flexible array members, and to 1 if it does
176    not. That way, with a declaration like 'struct s { int n; short
177    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
178    compilers. Use 'FLEXSIZEOF (struct s, d, N * sizeof (short))' to calculate
179    the size in bytes of such a struct containing an N-element array. */
180 #undef FLEXIBLE_ARRAY_MEMBER
181
182 /* Define as the bit index in the word where to find bit 0 of the exponent of
183    'float'. */
184 #undef FLT_EXPBIT0_BIT
185
186 /* Define as the word index where to find the exponent of 'float'. */
187 #undef FLT_EXPBIT0_WORD
188
189 /* Define as the bit index in the word where to find the sign of 'float'. */
190 #undef FLT_SIGNBIT_BIT
191
192 /* Define as the word index where to find the sign of 'float'. */
193 #undef FLT_SIGNBIT_WORD
194
195 /* Define to 1 if fopen() fails to recognize a trailing slash. */
196 #undef FOPEN_TRAILING_SLASH_BUG
197
198 /* Enable compile-time and run-time bounds-checking, and some warnings,
199       without upsetting newer glibc. */
200    #if defined __OPTIMIZE__ && __OPTIMIZE__
201    # define _FORTIFY_SOURCE 2
202    #endif
203   
204
205 /* Define to 1 if the system's ftello function has the Solaris bug. */
206 #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
207
208 /* Define to 1 if the system's ftello function has the macOS bug. */
209 #undef FTELLO_BROKEN_AFTER_UNGETC
210
211 /* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
212    fflush is known to not work, -1 if unknown. */
213 #undef FUNC_FFLUSH_STDIN
214
215 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
216    dot component. */
217 #undef FUNC_MKDIR_DOT_BUG
218
219 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
220 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
221
222 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
223    and handles a trailing slash correctly. */
224 #undef FUNC_REALPATH_NEARLY_WORKS
225
226 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
227    and handles leading slashes and a trailing slash correctly. */
228 #undef FUNC_REALPATH_WORKS
229
230 /* Define to 1 if ungetc is broken when used on arbitrary bytes. */
231 #undef FUNC_UNGETC_BROKEN
232
233 /* Define this to 'void' or 'struct timezone' to match the system's
234    declaration of the second argument to gettimeofday. */
235 #undef GETTIMEOFDAY_TIMEZONE
236
237 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
238    whether the gnulib module canonicalize shall be considered present. */
239 #undef GNULIB_CANONICALIZE
240
241 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
242    whether the gnulib module canonicalize-lgpl shall be considered present. */
243 #undef GNULIB_CANONICALIZE_LGPL
244
245 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
246    whether the gnulib module close-stream shall be considered present. */
247 #undef GNULIB_CLOSE_STREAM
248
249 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
250    whether the gnulib module dirname shall be considered present. */
251 #undef GNULIB_DIRNAME
252
253 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
254    whether the gnulib module fdopendir shall be considered present. */
255 #undef GNULIB_FDOPENDIR
256
257 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
258    whether the gnulib module fd-safer-flag shall be considered present. */
259 #undef GNULIB_FD_SAFER_FLAG
260
261 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
262    whether the gnulib module fflush shall be considered present. */
263 #undef GNULIB_FFLUSH
264
265 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
266    whether the gnulib module filenamecat shall be considered present. */
267 #undef GNULIB_FILENAMECAT
268
269 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
270    whether the gnulib module fopen-gnu shall be considered present. */
271 #undef GNULIB_FOPEN_GNU
272
273 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
274    whether the gnulib module fopen-safer shall be considered present. */
275 #undef GNULIB_FOPEN_SAFER
276
277 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
278    whether the gnulib module fscanf shall be considered present. */
279 #undef GNULIB_FSCANF
280
281 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
282    whether the gnulib module getcwd shall be considered present. */
283 #undef GNULIB_GETCWD
284
285 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
286    whether the gnulib module isblank shall be considered present. */
287 #undef GNULIB_ISBLANK
288
289 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
290    whether the gnulib module lock shall be considered present. */
291 #undef GNULIB_LOCK
292
293 /* Define to optimize mbrtowc. */
294 #undef GNULIB_MBRTOWC_SINGLE_THREAD
295
296 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
297    whether the gnulib module msvc-nothrow shall be considered present. */
298 #undef GNULIB_MSVC_NOTHROW
299
300 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
301    whether the gnulib module openat shall be considered present. */
302 #undef GNULIB_OPENAT
303
304 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
305    whether the gnulib module pipe2-safer shall be considered present. */
306 #undef GNULIB_PIPE2_SAFER
307
308 /* Define to 1 if printf and friends should be labeled with attribute
309    "__gnu_printf__" instead of "__printf__" */
310 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
311
312 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
313    whether the gnulib module reallocarray shall be considered present. */
314 #undef GNULIB_REALLOCARRAY
315
316 /* Define to optimize regex. */
317 #undef GNULIB_REGEX_SINGLE_THREAD
318
319 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
320    whether the gnulib module scanf shall be considered present. */
321 #undef GNULIB_SCANF
322
323 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
324    whether the gnulib module sigpipe shall be considered present. */
325 #undef GNULIB_SIGPIPE
326
327 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
328    whether the gnulib module snprintf shall be considered present. */
329 #undef GNULIB_SNPRINTF
330
331 /* Define to 1 if you want the FILE stream functions getc, putc, etc. to use
332    unlocked I/O if available, throughout the package. Unlocked I/O can improve
333    performance, sometimes dramatically. But unlocked I/O is safe only in
334    single-threaded programs, as well as in multithreaded programs for which
335    you can guarantee that every FILE stream, including stdin, stdout, stderr,
336    is used only in a single thread. */
337 #undef GNULIB_STDIO_SINGLE_THREAD
338
339 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
340    whether the gnulib module strerror shall be considered present. */
341 #undef GNULIB_STRERROR
342
343 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
344    whether the gnulib module strerror_r-posix shall be considered present. */
345 #undef GNULIB_STRERROR_R_POSIX
346
347 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
348    whether the gnulib module tempname shall be considered present. */
349 #undef GNULIB_TEMPNAME
350
351 /* Define to 1 when the gnulib module accept should be tested. */
352 #undef GNULIB_TEST_ACCEPT
353
354 /* Define to 1 when the gnulib module access should be tested. */
355 #undef GNULIB_TEST_ACCESS
356
357 /* Define to 1 when the gnulib module bind should be tested. */
358 #undef GNULIB_TEST_BIND
359
360 /* Define to 1 when the gnulib module btowc should be tested. */
361 #undef GNULIB_TEST_BTOWC
362
363 /* Define to 1 when the gnulib module calloc-posix should be tested. */
364 #undef GNULIB_TEST_CALLOC_POSIX
365
366 /* Define to 1 when the gnulib module canonicalize should be tested. */
367 #undef GNULIB_TEST_CANONICALIZE
368
369 /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
370    */
371 #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
372
373 /* Define to 1 when the gnulib module chdir should be tested. */
374 #undef GNULIB_TEST_CHDIR
375
376 /* Define to 1 when the gnulib module cloexec should be tested. */
377 #undef GNULIB_TEST_CLOEXEC
378
379 /* Define to 1 when the gnulib module close should be tested. */
380 #undef GNULIB_TEST_CLOSE
381
382 /* Define to 1 when the gnulib module closedir should be tested. */
383 #undef GNULIB_TEST_CLOSEDIR
384
385 /* Define to 1 when the gnulib module connect should be tested. */
386 #undef GNULIB_TEST_CONNECT
387
388 /* Define to 1 when the gnulib module creat should be tested. */
389 #undef GNULIB_TEST_CREAT
390
391 /* Define to 1 when the gnulib module dirfd should be tested. */
392 #undef GNULIB_TEST_DIRFD
393
394 /* Define to 1 when the gnulib module dup should be tested. */
395 #undef GNULIB_TEST_DUP
396
397 /* Define to 1 when the gnulib module dup2 should be tested. */
398 #undef GNULIB_TEST_DUP2
399
400 /* Define to 1 when the gnulib module environ should be tested. */
401 #undef GNULIB_TEST_ENVIRON
402
403 /* Define to 1 when the gnulib module explicit_bzero should be tested. */
404 #undef GNULIB_TEST_EXPLICIT_BZERO
405
406 /* Define to 1 when the gnulib module fchdir should be tested. */
407 #undef GNULIB_TEST_FCHDIR
408
409 /* Define to 1 when the gnulib module fclose should be tested. */
410 #undef GNULIB_TEST_FCLOSE
411
412 /* Define to 1 when the gnulib module fcntl should be tested. */
413 #undef GNULIB_TEST_FCNTL
414
415 /* Define to 1 when the gnulib module fdopen should be tested. */
416 #undef GNULIB_TEST_FDOPEN
417
418 /* Define to 1 when the gnulib module fdopendir should be tested. */
419 #undef GNULIB_TEST_FDOPENDIR
420
421 /* Define to 1 when the gnulib module fflush should be tested. */
422 #undef GNULIB_TEST_FFLUSH
423
424 /* Define to 1 when the gnulib module fgetc should be tested. */
425 #undef GNULIB_TEST_FGETC
426
427 /* Define to 1 when the gnulib module fgets should be tested. */
428 #undef GNULIB_TEST_FGETS
429
430 /* Define to 1 when the gnulib module fopen should be tested. */
431 #undef GNULIB_TEST_FOPEN
432
433 /* Define to 1 when the gnulib module fprintf should be tested. */
434 #undef GNULIB_TEST_FPRINTF
435
436 /* Define to 1 when the gnulib module fpurge should be tested. */
437 #undef GNULIB_TEST_FPURGE
438
439 /* Define to 1 when the gnulib module fputc should be tested. */
440 #undef GNULIB_TEST_FPUTC
441
442 /* Define to 1 when the gnulib module fputs should be tested. */
443 #undef GNULIB_TEST_FPUTS
444
445 /* Define to 1 when the gnulib module fread should be tested. */
446 #undef GNULIB_TEST_FREAD
447
448 /* Define to 1 when the gnulib module free-posix should be tested. */
449 #undef GNULIB_TEST_FREE_POSIX
450
451 /* Define to 1 when the gnulib module freopen should be tested. */
452 #undef GNULIB_TEST_FREOPEN
453
454 /* Define to 1 when the gnulib module frexp should be tested. */
455 #undef GNULIB_TEST_FREXP
456
457 /* Define to 1 when the gnulib module frexpl should be tested. */
458 #undef GNULIB_TEST_FREXPL
459
460 /* Define to 1 when the gnulib module fscanf should be tested. */
461 #undef GNULIB_TEST_FSCANF
462
463 /* Define to 1 when the gnulib module fseek should be tested. */
464 #undef GNULIB_TEST_FSEEK
465
466 /* Define to 1 when the gnulib module fseeko should be tested. */
467 #undef GNULIB_TEST_FSEEKO
468
469 /* Define to 1 when the gnulib module fstat should be tested. */
470 #undef GNULIB_TEST_FSTAT
471
472 /* Define to 1 when the gnulib module fstatat should be tested. */
473 #undef GNULIB_TEST_FSTATAT
474
475 /* Define to 1 when the gnulib module ftell should be tested. */
476 #undef GNULIB_TEST_FTELL
477
478 /* Define to 1 when the gnulib module ftello should be tested. */
479 #undef GNULIB_TEST_FTELLO
480
481 /* Define to 1 when the gnulib module ftruncate should be tested. */
482 #undef GNULIB_TEST_FTRUNCATE
483
484 /* Define to 1 when the gnulib module fwrite should be tested. */
485 #undef GNULIB_TEST_FWRITE
486
487 /* Define to 1 when the gnulib module getc should be tested. */
488 #undef GNULIB_TEST_GETC
489
490 /* Define to 1 when the gnulib module getchar should be tested. */
491 #undef GNULIB_TEST_GETCHAR
492
493 /* Define to 1 when the gnulib module getcwd should be tested. */
494 #undef GNULIB_TEST_GETCWD
495
496 /* Define to 1 when the gnulib module getdtablesize should be tested. */
497 #undef GNULIB_TEST_GETDTABLESIZE
498
499 /* Define to 1 when the gnulib module getopt-posix should be tested. */
500 #undef GNULIB_TEST_GETOPT_POSIX
501
502 /* Define to 1 when the gnulib module getpagesize should be tested. */
503 #undef GNULIB_TEST_GETPAGESIZE
504
505 /* Define to 1 when the gnulib module getrandom should be tested. */
506 #undef GNULIB_TEST_GETRANDOM
507
508 /* Define to 1 when the gnulib module gettimeofday should be tested. */
509 #undef GNULIB_TEST_GETTIMEOFDAY
510
511 /* Define to 1 when the gnulib module ioctl should be tested. */
512 #undef GNULIB_TEST_IOCTL
513
514 /* Define to 1 when the gnulib module iswblank should be tested. */
515 #undef GNULIB_TEST_ISWBLANK
516
517 /* Define to 1 when the gnulib module iswdigit should be tested. */
518 #undef GNULIB_TEST_ISWDIGIT
519
520 /* Define to 1 when the gnulib module iswxdigit should be tested. */
521 #undef GNULIB_TEST_ISWXDIGIT
522
523 /* Define to 1 when the gnulib module link should be tested. */
524 #undef GNULIB_TEST_LINK
525
526 /* Define to 1 when the gnulib module listen should be tested. */
527 #undef GNULIB_TEST_LISTEN
528
529 /* Define to 1 when the gnulib module localeconv should be tested. */
530 #undef GNULIB_TEST_LOCALECONV
531
532 /* Define to 1 when the gnulib module localename should be tested. */
533 #undef GNULIB_TEST_LOCALENAME
534
535 /* Define to 1 when the gnulib module lseek should be tested. */
536 #undef GNULIB_TEST_LSEEK
537
538 /* Define to 1 when the gnulib module lstat should be tested. */
539 #undef GNULIB_TEST_LSTAT
540
541 /* Define to 1 when the gnulib module malloc-posix should be tested. */
542 #undef GNULIB_TEST_MALLOC_POSIX
543
544 /* Define to 1 when the gnulib module mbrtowc should be tested. */
545 #undef GNULIB_TEST_MBRTOWC
546
547 /* Define to 1 when the gnulib module mbsinit should be tested. */
548 #undef GNULIB_TEST_MBSINIT
549
550 /* Define to 1 when the gnulib module mbslen should be tested. */
551 #undef GNULIB_TEST_MBSLEN
552
553 /* Define to 1 when the gnulib module mbsstr should be tested. */
554 #undef GNULIB_TEST_MBSSTR
555
556 /* Define to 1 when the gnulib module mbtowc should be tested. */
557 #undef GNULIB_TEST_MBTOWC
558
559 /* Define to 1 when the gnulib module memchr should be tested. */
560 #undef GNULIB_TEST_MEMCHR
561
562 /* Define to 1 when the gnulib module mempcpy should be tested. */
563 #undef GNULIB_TEST_MEMPCPY
564
565 /* Define to 1 when the gnulib module memrchr should be tested. */
566 #undef GNULIB_TEST_MEMRCHR
567
568 /* Define to 1 when the gnulib module mkdir should be tested. */
569 #undef GNULIB_TEST_MKDIR
570
571 /* Define to 1 when the gnulib module mkdtemp should be tested. */
572 #undef GNULIB_TEST_MKDTEMP
573
574 /* Define to 1 when the gnulib module mkstemp should be tested. */
575 #undef GNULIB_TEST_MKSTEMP
576
577 /* Define to 1 when the gnulib module nanosleep should be tested. */
578 #undef GNULIB_TEST_NANOSLEEP
579
580 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
581 #undef GNULIB_TEST_NL_LANGINFO
582
583 /* Define to 1 when the gnulib module open should be tested. */
584 #undef GNULIB_TEST_OPEN
585
586 /* Define to 1 when the gnulib module openat should be tested. */
587 #undef GNULIB_TEST_OPENAT
588
589 /* Define to 1 when the gnulib module opendir should be tested. */
590 #undef GNULIB_TEST_OPENDIR
591
592 /* Define to 1 when the gnulib module perror should be tested. */
593 #undef GNULIB_TEST_PERROR
594
595 /* Define to 1 when the gnulib module pipe should be tested. */
596 #undef GNULIB_TEST_PIPE
597
598 /* Define to 1 when the gnulib module pipe2 should be tested. */
599 #undef GNULIB_TEST_PIPE2
600
601 /* Define to 1 when the gnulib module posix_spawn should be tested. */
602 #undef GNULIB_TEST_POSIX_SPAWN
603
604 /* Define to 1 when the gnulib module posix_spawnattr_destroy should be
605    tested. */
606 #undef GNULIB_TEST_POSIX_SPAWNATTR_DESTROY
607
608 /* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
609    */
610 #undef GNULIB_TEST_POSIX_SPAWNATTR_INIT
611
612 /* Define to 1 when the gnulib module posix_spawnattr_setflags should be
613    tested. */
614 #undef GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS
615
616 /* Define to 1 when the gnulib module posix_spawnattr_setpgroup should be
617    tested. */
618 #undef GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP
619
620 /* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
621    tested. */
622 #undef GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK
623
624 /* Define to 1 when the gnulib module posix_spawnp should be tested. */
625 #undef GNULIB_TEST_POSIX_SPAWNP
626
627 /* Define to 1 when the gnulib module posix_spawn_file_actions_addchdir should
628    be tested. */
629 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR
630
631 /* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
632    be tested. */
633 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE
634
635 /* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
636    be tested. */
637 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
638
639 /* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
640    be tested. */
641 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
642
643 /* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
644    be tested. */
645 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY
646
647 /* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
648    tested. */
649 #undef GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT
650
651 /* Define to 1 when the gnulib module printf should be tested. */
652 #undef GNULIB_TEST_PRINTF
653
654 /* Define to 1 when the gnulib module pthread_sigmask should be tested. */
655 #undef GNULIB_TEST_PTHREAD_SIGMASK
656
657 /* Define to 1 when the gnulib module pthread-thread should be tested. */
658 #undef GNULIB_TEST_PTHREAD_THREAD
659
660 /* Define to 1 when the gnulib module putc should be tested. */
661 #undef GNULIB_TEST_PUTC
662
663 /* Define to 1 when the gnulib module putchar should be tested. */
664 #undef GNULIB_TEST_PUTCHAR
665
666 /* Define to 1 when the gnulib module putenv should be tested. */
667 #undef GNULIB_TEST_PUTENV
668
669 /* Define to 1 when the gnulib module puts should be tested. */
670 #undef GNULIB_TEST_PUTS
671
672 /* Define to 1 when the gnulib module raise should be tested. */
673 #undef GNULIB_TEST_RAISE
674
675 /* Define to 1 when the gnulib module rawmemchr should be tested. */
676 #undef GNULIB_TEST_RAWMEMCHR
677
678 /* Define to 1 when the gnulib module readdir should be tested. */
679 #undef GNULIB_TEST_READDIR
680
681 /* Define to 1 when the gnulib module readlink should be tested. */
682 #undef GNULIB_TEST_READLINK
683
684 /* Define to 1 when the gnulib module reallocarray should be tested. */
685 #undef GNULIB_TEST_REALLOCARRAY
686
687 /* Define to 1 when the gnulib module realloc-posix should be tested. */
688 #undef GNULIB_TEST_REALLOC_POSIX
689
690 /* Define to 1 when the gnulib module realpath should be tested. */
691 #undef GNULIB_TEST_REALPATH
692
693 /* Define to 1 when the gnulib module rename should be tested. */
694 #undef GNULIB_TEST_RENAME
695
696 /* Define to 1 when the gnulib module rewinddir should be tested. */
697 #undef GNULIB_TEST_REWINDDIR
698
699 /* Define to 1 when the gnulib module rmdir should be tested. */
700 #undef GNULIB_TEST_RMDIR
701
702 /* Define to 1 when the gnulib module scanf should be tested. */
703 #undef GNULIB_TEST_SCANF
704
705 /* Define to 1 when the gnulib module sched_yield should be tested. */
706 #undef GNULIB_TEST_SCHED_YIELD
707
708 /* Define to 1 when the gnulib module secure_getenv should be tested. */
709 #undef GNULIB_TEST_SECURE_GETENV
710
711 /* Define to 1 when the gnulib module select should be tested. */
712 #undef GNULIB_TEST_SELECT
713
714 /* Define to 1 when the gnulib module setenv should be tested. */
715 #undef GNULIB_TEST_SETENV
716
717 /* Define to 1 when the gnulib module setlocale should be tested. */
718 #undef GNULIB_TEST_SETLOCALE
719
720 /* Define to 1 when the gnulib module setlocale_null should be tested. */
721 #undef GNULIB_TEST_SETLOCALE_NULL
722
723 /* Define to 1 when the gnulib module setsockopt should be tested. */
724 #undef GNULIB_TEST_SETSOCKOPT
725
726 /* Define to 1 when the gnulib module sigaction should be tested. */
727 #undef GNULIB_TEST_SIGACTION
728
729 /* Define to 1 when the gnulib module signbit should be tested. */
730 #undef GNULIB_TEST_SIGNBIT
731
732 /* Define to 1 when the gnulib module sigprocmask should be tested. */
733 #undef GNULIB_TEST_SIGPROCMASK
734
735 /* Define to 1 when the gnulib module sleep should be tested. */
736 #undef GNULIB_TEST_SLEEP
737
738 /* Define to 1 when the gnulib module snprintf should be tested. */
739 #undef GNULIB_TEST_SNPRINTF
740
741 /* Define to 1 when the gnulib module socket should be tested. */
742 #undef GNULIB_TEST_SOCKET
743
744 /* Define to 1 when the gnulib module stat should be tested. */
745 #undef GNULIB_TEST_STAT
746
747 /* Define to 1 when the gnulib module stpcpy should be tested. */
748 #undef GNULIB_TEST_STPCPY
749
750 /* Define to 1 when the gnulib module strchrnul should be tested. */
751 #undef GNULIB_TEST_STRCHRNUL
752
753 /* Define to 1 when the gnulib module strdup should be tested. */
754 #undef GNULIB_TEST_STRDUP
755
756 /* Define to 1 when the gnulib module strerror should be tested. */
757 #undef GNULIB_TEST_STRERROR
758
759 /* Define to 1 when the gnulib module strerror_r should be tested. */
760 #undef GNULIB_TEST_STRERROR_R
761
762 /* Define to 1 when the gnulib module strndup should be tested. */
763 #undef GNULIB_TEST_STRNDUP
764
765 /* Define to 1 when the gnulib module strnlen should be tested. */
766 #undef GNULIB_TEST_STRNLEN
767
768 /* Define to 1 when the gnulib module strsignal should be tested. */
769 #undef GNULIB_TEST_STRSIGNAL
770
771 /* Define to 1 when the gnulib module strstr should be tested. */
772 #undef GNULIB_TEST_STRSTR
773
774 /* Define to 1 when the gnulib module strtod should be tested. */
775 #undef GNULIB_TEST_STRTOD
776
777 /* Define to 1 when the gnulib module symlink should be tested. */
778 #undef GNULIB_TEST_SYMLINK
779
780 /* Define to 1 when the gnulib module unsetenv should be tested. */
781 #undef GNULIB_TEST_UNSETENV
782
783 /* Define to 1 when the gnulib module vasprintf should be tested. */
784 #undef GNULIB_TEST_VASPRINTF
785
786 /* Define to 1 when the gnulib module vfprintf should be tested. */
787 #undef GNULIB_TEST_VFPRINTF
788
789 /* Define to 1 when the gnulib module vprintf should be tested. */
790 #undef GNULIB_TEST_VPRINTF
791
792 /* Define to 1 when the gnulib module waitpid should be tested. */
793 #undef GNULIB_TEST_WAITPID
794
795 /* Define to 1 when the gnulib module wcrtomb should be tested. */
796 #undef GNULIB_TEST_WCRTOMB
797
798 /* Define to 1 when the gnulib module wctob should be tested. */
799 #undef GNULIB_TEST_WCTOB
800
801 /* Define to 1 when the gnulib module wctomb should be tested. */
802 #undef GNULIB_TEST_WCTOMB
803
804 /* Define to 1 when the gnulib module wcwidth should be tested. */
805 #undef GNULIB_TEST_WCWIDTH
806
807 /* Define to 1 when the gnulib module write should be tested. */
808 #undef GNULIB_TEST_WRITE
809
810 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
811    whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
812 #undef GNULIB_UNISTR_U8_MBTOUCR
813
814 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
815    whether the gnulib module unistr/u8-uctomb shall be considered present. */
816 #undef GNULIB_UNISTR_U8_UCTOMB
817
818 /* Define to optimize mbrtowc. */
819 #undef GNULIB_WCHAR_SINGLE_LOCALE
820
821 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
822    whether the gnulib module xalloc shall be considered present. */
823 #undef GNULIB_XALLOC
824
825 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
826    whether the gnulib module xalloc-die shall be considered present. */
827 #undef GNULIB_XALLOC_DIE
828
829 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
830    may be supplied by this distribution. */
831 #undef HAVE_ALLOCA
832
833 /* Define to 1 if <alloca.h> works. */
834 #undef HAVE_ALLOCA_H
835
836 /* Define to 1 if you have the <arpa/inet.h> header file. */
837 #undef HAVE_ARPA_INET_H
838
839 /* Define to 1 if you have the <bcrypt.h> header file. */
840 #undef HAVE_BCRYPT_H
841
842 /* Define to 1 if you have the <bp-sym.h> header file. */
843 #undef HAVE_BP_SYM_H
844
845 /* Define to 1 if you have the `btowc' function. */
846 #undef HAVE_BTOWC
847
848 /* Define to 1 if nanosleep mishandles large arguments. */
849 #undef HAVE_BUG_BIG_NANOSLEEP
850
851 /* Define to 1 if you have the `canonicalize_file_name' function. */
852 #undef HAVE_CANONICALIZE_FILE_NAME
853
854 /* Define to 1 if you have the `catgets' function. */
855 #undef HAVE_CATGETS
856
857 /* Define to 1 if you have the Mac OS X function
858    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
859 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
860
861 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
862    the CoreFoundation framework. */
863 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
864
865 /* Define to 1 if you have the `clock_gettime' function. */
866 #undef HAVE_CLOCK_GETTIME
867
868 /* Define to 1 if you have the `clock_settime' function. */
869 #undef HAVE_CLOCK_SETTIME
870
871 /* Define to 1 if you have the `closedir' function. */
872 #undef HAVE_CLOSEDIR
873
874 /* Define to 1 if you have the `close_range' function. */
875 #undef HAVE_CLOSE_RANGE
876
877 /* Define to 1 if you have the `confstr' function. */
878 #undef HAVE_CONFSTR
879
880 /* Define if the copysignf function is declared in <math.h> and available in
881    libc. */
882 #undef HAVE_COPYSIGNF_IN_LIBC
883
884 /* Define if the copysignl function is declared in <math.h> and available in
885    libc. */
886 #undef HAVE_COPYSIGNL_IN_LIBC
887
888 /* Define if the copysign function is declared in <math.h> and available in
889    libc. */
890 #undef HAVE_COPYSIGN_IN_LIBC
891
892 /* Define to 1 if you have the <crtdefs.h> header file. */
893 #undef HAVE_CRTDEFS_H
894
895 /* Define if the GNU dcgettext() function is already present or preinstalled.
896    */
897 #undef HAVE_DCGETTEXT
898
899 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
900    */
901 #undef HAVE_DECL_ALARM
902
903 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
904    you don't. */
905 #undef HAVE_DECL_CLEARERR_UNLOCKED
906
907 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
908    don't. */
909 #undef HAVE_DECL_COPYSIGN
910
911 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
912    don't. */
913 #undef HAVE_DECL_COPYSIGNF
914
915 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
916    don't. */
917 #undef HAVE_DECL_COPYSIGNL
918
919 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
920    */
921 #undef HAVE_DECL_DIRFD
922
923 /* Define to 1 if you have the declaration of `ecvt', and to 0 if you don't.
924    */
925 #undef HAVE_DECL_ECVT
926
927 /* Define to 1 if you have the declaration of `execvpe', and to 0 if you
928    don't. */
929 #undef HAVE_DECL_EXECVPE
930
931 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
932    */
933 #undef HAVE_DECL_FCHDIR
934
935 /* Define to 1 if you have the declaration of `fcloseall', and to 0 if you
936    don't. */
937 #undef HAVE_DECL_FCLOSEALL
938
939 /* Define to 1 if you have the declaration of `fcvt', and to 0 if you don't.
940    */
941 #undef HAVE_DECL_FCVT
942
943 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
944    don't. */
945 #undef HAVE_DECL_FDOPENDIR
946
947 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
948    don't. */
949 #undef HAVE_DECL_FEOF_UNLOCKED
950
951 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
952    you don't. */
953 #undef HAVE_DECL_FERROR_UNLOCKED
954
955 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
956    you don't. */
957 #undef HAVE_DECL_FFLUSH_UNLOCKED
958
959 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
960    you don't. */
961 #undef HAVE_DECL_FGETS_UNLOCKED
962
963 /* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
964    */
965 #undef HAVE_DECL_FPURGE
966
967 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
968    you don't. */
969 #undef HAVE_DECL_FPUTC_UNLOCKED
970
971 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
972    you don't. */
973 #undef HAVE_DECL_FPUTS_UNLOCKED
974
975 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
976    you don't. */
977 #undef HAVE_DECL_FREAD_UNLOCKED
978
979 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
980    */
981 #undef HAVE_DECL_FSEEKO
982
983 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
984    */
985 #undef HAVE_DECL_FTELLO
986
987 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
988    you don't. */
989 #undef HAVE_DECL_FWRITE_UNLOCKED
990
991 /* Define to 1 if you have the declaration of `gcvt', and to 0 if you don't.
992    */
993 #undef HAVE_DECL_GCVT
994
995 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
996    you don't. */
997 #undef HAVE_DECL_GETCHAR_UNLOCKED
998
999 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
1000    */
1001 #undef HAVE_DECL_GETCWD
1002
1003 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
1004    don't. */
1005 #undef HAVE_DECL_GETC_UNLOCKED
1006
1007 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
1008    don't. */
1009 #undef HAVE_DECL_GETDTABLESIZE
1010
1011 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
1012    don't. */
1013 #undef HAVE_DECL_INET_PTON
1014
1015 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
1016    don't. */
1017 #undef HAVE_DECL_ISBLANK
1018
1019 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
1020    don't. */
1021 #undef HAVE_DECL_ISWBLANK
1022
1023 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
1024    don't. */
1025 #undef HAVE_DECL_MBRTOWC
1026
1027 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
1028    don't. */
1029 #undef HAVE_DECL_MBSINIT
1030
1031 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
1032    don't. */
1033 #undef HAVE_DECL_MEMRCHR
1034
1035 /* Define to 1 if you have the declaration of `posix_spawn', and to 0 if you
1036    don't. */
1037 #undef HAVE_DECL_POSIX_SPAWN
1038
1039 /* Define to 1 if you have the declaration of `program_invocation_name', and
1040    to 0 if you don't. */
1041 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
1042
1043 /* Define to 1 if you have the declaration of `program_invocation_short_name',
1044    and to 0 if you don't. */
1045 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
1046
1047 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
1048    you don't. */
1049 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1050
1051 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
1052    don't. */
1053 #undef HAVE_DECL_PUTC_UNLOCKED
1054
1055 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
1056    */
1057 #undef HAVE_DECL_SETENV
1058
1059 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
1060    */
1061 #undef HAVE_DECL_SLEEP
1062
1063 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
1064    don't. */
1065 #undef HAVE_DECL_SNPRINTF
1066
1067 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
1068    */
1069 #undef HAVE_DECL_STRDUP
1070
1071 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
1072    don't. */
1073 #undef HAVE_DECL_STRERROR_R
1074
1075 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
1076    don't. */
1077 #undef HAVE_DECL_STRNDUP
1078
1079 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
1080    don't. */
1081 #undef HAVE_DECL_STRNLEN
1082
1083 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
1084    don't. */
1085 #undef HAVE_DECL_STRSIGNAL
1086
1087 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
1088    don't. */
1089 #undef HAVE_DECL_SYS_SIGLIST
1090
1091 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
1092    don't. */
1093 #undef HAVE_DECL_TOWLOWER
1094
1095 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
1096    don't. */
1097 #undef HAVE_DECL_UNSETENV
1098
1099 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
1100    don't. */
1101 #undef HAVE_DECL_WCRTOMB
1102
1103 /* Define to 1 if you have the declaration of `wcsdup', and to 0 if you don't.
1104    */
1105 #undef HAVE_DECL_WCSDUP
1106
1107 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
1108    */
1109 #undef HAVE_DECL_WCTOB
1110
1111 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
1112    don't. */
1113 #undef HAVE_DECL_WCWIDTH
1114
1115 /* Define to 1 if you have the declaration of `_fseeki64', and to 0 if you
1116    don't. */
1117 #undef HAVE_DECL__FSEEKI64
1118
1119 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
1120    don't. */
1121 #undef HAVE_DECL__PUTENV
1122
1123 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
1124    don't. */
1125 #undef HAVE_DECL__SNPRINTF
1126
1127 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
1128    don't. */
1129 #undef HAVE_DECL__SYS_SIGLIST
1130
1131 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
1132    */
1133 #undef HAVE_DECL___ARGV
1134
1135 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
1136    don't. */
1137 #undef HAVE_DECL___FPENDING
1138
1139 /* Define to 1 if you have the <dirent.h> header file. */
1140 #undef HAVE_DIRENT_H
1141
1142 /* Define to 1 if you have the `dirfd' function. */
1143 #undef HAVE_DIRFD
1144
1145 /* Define to 1 if you have the `duplocale' function. */
1146 #undef HAVE_DUPLOCALE
1147
1148 /* Define if you have the declaration of environ. */
1149 #undef HAVE_ENVIRON_DECL
1150
1151 /* Define to 1 if you have the `explicit_bzero' function. */
1152 #undef HAVE_EXPLICIT_BZERO
1153
1154 /* Define to 1 if you have the `explicit_memset' function. */
1155 #undef HAVE_EXPLICIT_MEMSET
1156
1157 /* Define to 1 if you have the `faccessat' function. */
1158 #undef HAVE_FACCESSAT
1159
1160 /* Define if the locale_t type contains insufficient information, as on
1161    OpenBSD. */
1162 #undef HAVE_FAKE_LOCALES
1163
1164 /* Define to 1 if you have the `fchdir' function. */
1165 #undef HAVE_FCHDIR
1166
1167 /* Define to 1 if you have the `fcntl' function. */
1168 #undef HAVE_FCNTL
1169
1170 /* Define to 1 if you have the `fdopendir' function. */
1171 #undef HAVE_FDOPENDIR
1172
1173 /* Define to 1 if you have the <features.h> header file. */
1174 #undef HAVE_FEATURES_H
1175
1176 /* Define to 1 if you have the `fpurge' function. */
1177 #undef HAVE_FPURGE
1178
1179 /* Define to 1 if you have the `freelocale' function. */
1180 #undef HAVE_FREELOCALE
1181
1182 /* Define if the 'free' function is guaranteed to preserve errno. */
1183 #undef HAVE_FREE_POSIX
1184
1185 /* Define if the frexpl function is available in libc. */
1186 #undef HAVE_FREXPL_IN_LIBC
1187
1188 /* Define if the frexp function is available in libc. */
1189 #undef HAVE_FREXP_IN_LIBC
1190
1191 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
1192 #undef HAVE_FSEEKO
1193
1194 /* Define to 1 if you have the `fstatat' function. */
1195 #undef HAVE_FSTATAT
1196
1197 /* Define to 1 if you have the `ftruncate' function. */
1198 #undef HAVE_FTRUNCATE
1199
1200 /* Define to 1 if you have the `getcwd' function. */
1201 #undef HAVE_GETCWD
1202
1203 /* Define to 1 if getcwd works, but with shorter paths than is generally
1204    tested with the replacement. */
1205 #undef HAVE_GETCWD_SHORTER
1206
1207 /* Define to 1 if you have the `getdtablesize' function. */
1208 #undef HAVE_GETDTABLESIZE
1209
1210 /* Define to 1 if you have the `getegid' function. */
1211 #undef HAVE_GETEGID
1212
1213 /* Define to 1 if you have the `geteuid' function. */
1214 #undef HAVE_GETEUID
1215
1216 /* Define to 1 if you have the `getexecname' function. */
1217 #undef HAVE_GETEXECNAME
1218
1219 /* Define to 1 if you have the `getgid' function. */
1220 #undef HAVE_GETGID
1221
1222 /* Define to 1 if you have the `getlocalename_l' function. */
1223 #undef HAVE_GETLOCALENAME_L
1224
1225 /* Define to 1 if you have the <getopt.h> header file. */
1226 #undef HAVE_GETOPT_H
1227
1228 /* Define to 1 if you have the `getopt_long_only' function. */
1229 #undef HAVE_GETOPT_LONG_ONLY
1230
1231 /* Define to 1 if the system has the 'getpagesize' function. */
1232 #undef HAVE_GETPAGESIZE
1233
1234 /* Define to 1 if you have the `getprogname' function. */
1235 #undef HAVE_GETPROGNAME
1236
1237 /* Define to 1 if you have the `getrandom' function. */
1238 #undef HAVE_GETRANDOM
1239
1240 /* Define to 1 if you have the `getrlimit' function. */
1241 #undef HAVE_GETRLIMIT
1242
1243 /* Define if the GNU gettext() function is already present or preinstalled. */
1244 #undef HAVE_GETTEXT
1245
1246 /* Define to 1 if you have the `gettimeofday' function. */
1247 #undef HAVE_GETTIMEOFDAY
1248
1249 /* Define to 1 if you have the `getuid' function. */
1250 #undef HAVE_GETUID
1251
1252 /* Define if the uselocale exists, may be safely called, and returns
1253    sufficient information. */
1254 #undef HAVE_GOOD_USELOCALE
1255
1256 /* Define if you have the iconv() function and it works. */
1257 #undef HAVE_ICONV
1258
1259 /* Define to 1 if you have the <iconv.h> header file. */
1260 #undef HAVE_ICONV_H
1261
1262 /* Define to 1 if you have the `inet_pton' function. */
1263 #undef HAVE_INET_PTON
1264
1265 /* Define to 1 if the compiler supports one of the keywords 'inline',
1266    '__inline__', '__inline' and effectively inlines functions marked as such.
1267    */
1268 #undef HAVE_INLINE
1269
1270 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
1271 #undef HAVE_INTMAX_T
1272
1273 /* Define to 1 if you have the <inttypes.h> header file. */
1274 #undef HAVE_INTTYPES_H
1275
1276 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
1277    declares uintmax_t. */
1278 #undef HAVE_INTTYPES_H_WITH_UINTMAX
1279
1280 /* Define to 1 if you have the `ioctl' function. */
1281 #undef HAVE_IOCTL
1282
1283 /* Define to 1 if <sys/socket.h> defines AF_INET. */
1284 #undef HAVE_IPV4
1285
1286 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
1287 #undef HAVE_IPV6
1288
1289 /* Define to 1 if you have the `isblank' function. */
1290 #undef HAVE_ISBLANK
1291
1292 /* Define if the isnan(double) function is available in libc. */
1293 #undef HAVE_ISNAND_IN_LIBC
1294
1295 /* Define if the isnan(float) function is available in libc. */
1296 #undef HAVE_ISNANF_IN_LIBC
1297
1298 /* Define if the isnan(long double) function is available in libc. */
1299 #undef HAVE_ISNANL_IN_LIBC
1300
1301 /* Define to 1 if you have the `issetugid' function. */
1302 #undef HAVE_ISSETUGID
1303
1304 /* Define to 1 if you have the `iswblank' function. */
1305 #undef HAVE_ISWBLANK
1306
1307 /* Define to 1 if you have the `iswcntrl' function. */
1308 #undef HAVE_ISWCNTRL
1309
1310 /* Define to 1 if you have the `iswctype' function. */
1311 #undef HAVE_ISWCTYPE
1312
1313 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1314 #undef HAVE_LANGINFO_CODESET
1315
1316 /* Define to 1 if you have the <langinfo.h> header file. */
1317 #undef HAVE_LANGINFO_H
1318
1319 /* Define if your <locale.h> file defines LC_MESSAGES. */
1320 #undef HAVE_LC_MESSAGES
1321
1322 /* Define if the ldexpl function is available in libc. */
1323 #undef HAVE_LDEXPL_IN_LIBC
1324
1325 /* Define if the ldexp function is available in libc. */
1326 #undef HAVE_LDEXP_IN_LIBC
1327
1328 /* Define to 1 if you have the <libintl.h> header file. */
1329 #undef HAVE_LIBINTL_H
1330
1331 /* Define if you have the libsigsegv library. */
1332 #undef HAVE_LIBSIGSEGV
1333
1334 /* Define to 1 if the bcrypt library is guaranteed to be present. */
1335 #undef HAVE_LIB_BCRYPT
1336
1337 /* Define to 1 if you have the <limits.h> header file. */
1338 #undef HAVE_LIMITS_H
1339
1340 /* Define to 1 if you have the `link' function. */
1341 #undef HAVE_LINK
1342
1343 /* Define to 1 if the system has the type 'long long int'. */
1344 #undef HAVE_LONG_LONG_INT
1345
1346 /* Define to 1 if you have the `lstat' function. */
1347 #undef HAVE_LSTAT
1348
1349 /* Define to 1 if you have the <malloc.h> header file. */
1350 #undef HAVE_MALLOC_H
1351
1352 /* Define if malloc, realloc, and calloc set errno on allocation failure. */
1353 #undef HAVE_MALLOC_POSIX
1354
1355 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1356    config.h and <sys/mman.h>. */
1357 #undef HAVE_MAP_ANONYMOUS
1358
1359 /* Define to 1 if you have the <math.h> header file. */
1360 #undef HAVE_MATH_H
1361
1362 /* Define to 1 if you have the `mbrtowc' function. */
1363 #undef HAVE_MBRTOWC
1364
1365 /* Define to 1 if you have the `mbsinit' function. */
1366 #undef HAVE_MBSINIT
1367
1368 /* Define to 1 if you have the `mbslen' function. */
1369 #undef HAVE_MBSLEN
1370
1371 /* Define to 1 if <wchar.h> declares mbstate_t. */
1372 #undef HAVE_MBSTATE_T
1373
1374 /* Define to 1 if you have the `mbtowc' function. */
1375 #undef HAVE_MBTOWC
1376
1377 /* Define to 1 if you have the `mempcpy' function. */
1378 #undef HAVE_MEMPCPY
1379
1380 /* Define to 1 if you have the `memrchr' function. */
1381 #undef HAVE_MEMRCHR
1382
1383 /* Define to 1 if you have the `memset_s' function. */
1384 #undef HAVE_MEMSET_S
1385
1386 /* Define to 1 if getcwd minimally works, that is, its result can be trusted
1387    when it succeeds. */
1388 #undef HAVE_MINIMALLY_WORKING_GETCWD
1389
1390 /* Define to 1 if you have the <minix/config.h> header file. */
1391 #undef HAVE_MINIX_CONFIG_H
1392
1393 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
1394 #undef HAVE_MINMAX_IN_LIMITS_H
1395
1396 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
1397 #undef HAVE_MINMAX_IN_SYS_PARAM_H
1398
1399 /* Define to 1 if you have the `mkdtemp' function. */
1400 #undef HAVE_MKDTEMP
1401
1402 /* Define to 1 if you have the `mkstemp' function. */
1403 #undef HAVE_MKSTEMP
1404
1405 /* Define to 1 if you have the `mprotect' function. */
1406 #undef HAVE_MPROTECT
1407
1408 /* Define to 1 if you have the `mquery' function. */
1409 #undef HAVE_MQUERY
1410
1411 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1412    concept. */
1413 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1414
1415 /* Define if the locale_t type does not contain the name of each locale
1416    category. */
1417 #undef HAVE_NAMELESS_LOCALES
1418
1419 /* Define to 1 if you have the <netdb.h> header file. */
1420 #undef HAVE_NETDB_H
1421
1422 /* Define to 1 if you have the <netinet/in.h> header file. */
1423 #undef HAVE_NETINET_IN_H
1424
1425 /* Define to 1 if you have the `newlocale' function. */
1426 #undef HAVE_NEWLOCALE
1427
1428 /* Define to 1 if you have the `nl_langinfo' function. */
1429 #undef HAVE_NL_LANGINFO
1430
1431 /* Define to 1 if the system has obstacks that work with any size object. */
1432 #undef HAVE_OBSTACK
1433
1434 /* Define to 1 if you have the `openat' function. */
1435 #undef HAVE_OPENAT
1436
1437 /* Define to 1 if you have the `opendir' function. */
1438 #undef HAVE_OPENDIR
1439
1440 /* Define to 1 if you have the <OS.h> header file. */
1441 #undef HAVE_OS_H
1442
1443 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
1444    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
1445 #undef HAVE_PARTLY_WORKING_GETCWD
1446
1447 /* Define to 1 if you have the <paths.h> header file. */
1448 #undef HAVE_PATHS_H
1449
1450 /* Define to 1 if you have the `pipe' function. */
1451 #undef HAVE_PIPE
1452
1453 /* Define to 1 if you have the `pipe2' function. */
1454 #undef HAVE_PIPE2
1455
1456 /* Define to 1 if you have the `posix_spawn' function. */
1457 #undef HAVE_POSIX_SPAWN
1458
1459 /* Define to 1 if the system has the type `posix_spawnattr_t'. */
1460 #undef HAVE_POSIX_SPAWNATTR_T
1461
1462 /* Define to 1 if you have the `posix_spawn_file_actions_addchdir' function.
1463    */
1464 #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR
1465
1466 /* Define to 1 if you have the `posix_spawn_file_actions_addchdir_np'
1467    function. */
1468 #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP
1469
1470 /* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
1471 #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
1472
1473 /* Define to 1 if you have the `pstat_getprocvm' function. */
1474 #undef HAVE_PSTAT_GETPROCVM
1475
1476 /* Define if you have the <pthread.h> header and the POSIX threads API. */
1477 #undef HAVE_PTHREAD_API
1478
1479 /* Define to 1 if you have the `pthread_atfork' function. */
1480 #undef HAVE_PTHREAD_ATFORK
1481
1482 /* Define to 1 if you have the <pthread.h> header file. */
1483 #undef HAVE_PTHREAD_H
1484
1485 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
1486 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
1487
1488 /* Define if the POSIX multithreading library has read/write locks. */
1489 #undef HAVE_PTHREAD_RWLOCK
1490
1491 /* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
1492    reader. */
1493 #undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
1494
1495 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
1496 #undef HAVE_PTHREAD_SIGMASK
1497
1498 /* Define to 1 if the system has the type `pthread_spinlock_t'. */
1499 #undef HAVE_PTHREAD_SPINLOCK_T
1500
1501 /* Define to 1 if the system has the type `pthread_t'. */
1502 #undef HAVE_PTHREAD_T
1503
1504 /* Define to 1 if you have the `raise' function. */
1505 #undef HAVE_RAISE
1506
1507 /* Define to 1 if you have the `rawmemchr' function. */
1508 #undef HAVE_RAWMEMCHR
1509
1510 /* Define to 1 if you have the `readdir' function. */
1511 #undef HAVE_READDIR
1512
1513 /* Define to 1 if you have the `readlink' function. */
1514 #undef HAVE_READLINK
1515
1516 /* Define to 1 if you have the `reallocarray' function. */
1517 #undef HAVE_REALLOCARRAY
1518
1519 /* Define to 1 if you have the `realpath' function. */
1520 #undef HAVE_REALPATH
1521
1522 /* Define to 1 if you have the `rewinddir' function. */
1523 #undef HAVE_REWINDDIR
1524
1525 /* Define to 1 if 'long double' and 'double' have the same representation. */
1526 #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
1527
1528 /* Define to 1 if the system has the type `sa_family_t'. */
1529 #undef HAVE_SA_FAMILY_T
1530
1531 /* Define to 1 if you have the <sched.h> header file. */
1532 #undef HAVE_SCHED_H
1533
1534 /* Define to 1 if you have the `sched_setparam' function. */
1535 #undef HAVE_SCHED_SETPARAM
1536
1537 /* Define to 1 if you have the `sched_setscheduler' function. */
1538 #undef HAVE_SCHED_SETSCHEDULER
1539
1540 /* Define to 1 if you have the <sdkddkver.h> header file. */
1541 #undef HAVE_SDKDDKVER_H
1542
1543 /* Define to 1 if you have the <search.h> header file. */
1544 #undef HAVE_SEARCH_H
1545
1546 /* Define to 1 if you have the `secure_getenv' function. */
1547 #undef HAVE_SECURE_GETENV
1548
1549 /* Define to 1 if you have the <semaphore.h> header file. */
1550 #undef HAVE_SEMAPHORE_H
1551
1552 /* Define to 1 if you have the `setdtablesize' function. */
1553 #undef HAVE_SETDTABLESIZE
1554
1555 /* Define to 1 if you have the `setegid' function. */
1556 #undef HAVE_SETEGID
1557
1558 /* Define to 1 if you have the `setenv' function. */
1559 #undef HAVE_SETENV
1560
1561 /* Define to 1 if you have the `seteuid' function. */
1562 #undef HAVE_SETEUID
1563
1564 /* Define to 1 if you have the `setrlimit' function. */
1565 #undef HAVE_SETRLIMIT
1566
1567 /* Define to 1 if you have the `shutdown' function. */
1568 #undef HAVE_SHUTDOWN
1569
1570 /* Define to 1 if you have the `sigaction' function. */
1571 #undef HAVE_SIGACTION
1572
1573 /* Define to 1 if you have the `sigaltstack' function. */
1574 #undef HAVE_SIGALTSTACK
1575
1576 /* Define to 1 if the system has the type `siginfo_t'. */
1577 #undef HAVE_SIGINFO_T
1578
1579 /* Define to 1 if you have the `siginterrupt' function. */
1580 #undef HAVE_SIGINTERRUPT
1581
1582 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1583 #undef HAVE_SIGNED_SIG_ATOMIC_T
1584
1585 /* Define to 1 if 'wchar_t' is a signed integer type. */
1586 #undef HAVE_SIGNED_WCHAR_T
1587
1588 /* Define to 1 if 'wint_t' is a signed integer type. */
1589 #undef HAVE_SIGNED_WINT_T
1590
1591 /* Define to 1 if the system has the type `sigset_t'. */
1592 #undef HAVE_SIGSET_T
1593
1594 /* Define to 1 if the system has the type `sig_atomic_t'. */
1595 #undef HAVE_SIG_ATOMIC_T
1596
1597 /* Define to 1 if you have the `sleep' function. */
1598 #undef HAVE_SLEEP
1599
1600 /* Define to 1 if you have the `snprintf' function. */
1601 #undef HAVE_SNPRINTF
1602
1603 /* Define if the return value of the snprintf function is the number of of
1604    bytes (excluding the terminating NUL) that would have been produced if the
1605    buffer had been large enough. */
1606 #undef HAVE_SNPRINTF_RETVAL_C99
1607
1608 /* Define if the string produced by the snprintf function is always NUL
1609    terminated. */
1610 #undef HAVE_SNPRINTF_TRUNCATION_C99
1611
1612 /* Define if the locale_t type is as on Solaris 11.4. */
1613 #undef HAVE_SOLARIS114_LOCALES
1614
1615 /* Define to 1 if you have the <spawn.h> header file. */
1616 #undef HAVE_SPAWN_H
1617
1618 /* Define to 1 if you have the <stdint.h> header file. */
1619 #undef HAVE_STDINT_H
1620
1621 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1622    uintmax_t. */
1623 #undef HAVE_STDINT_H_WITH_UINTMAX
1624
1625 /* Define to 1 if you have the <stdio_ext.h> header file. */
1626 #undef HAVE_STDIO_EXT_H
1627
1628 /* Define to 1 if you have the <stdio.h> header file. */
1629 #undef HAVE_STDIO_H
1630
1631 /* Define to 1 if you have the <stdlib.h> header file. */
1632 #undef HAVE_STDLIB_H
1633
1634 /* Define to 1 if you have the `stpcpy' function. */
1635 #undef HAVE_STPCPY
1636
1637 /* Define to 1 if you have the `strchrnul' function. */
1638 #undef HAVE_STRCHRNUL
1639
1640 /* Define to 1 if you have the `strerror_r' function. */
1641 #undef HAVE_STRERROR_R
1642
1643 /* Define to 1 if you have the <strings.h> header file. */
1644 #undef HAVE_STRINGS_H
1645
1646 /* Define to 1 if you have the <string.h> header file. */
1647 #undef HAVE_STRING_H
1648
1649 /* Define to 1 if you have the `strndup' function. */
1650 #undef HAVE_STRNDUP
1651
1652 /* Define to 1 if you have the `strnlen' function. */
1653 #undef HAVE_STRNLEN
1654
1655 /* Define to 1 if you have the `strsignal' function. */
1656 #undef HAVE_STRSIGNAL
1657
1658 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1659 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
1660
1661 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
1662 #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
1663
1664 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
1665 #undef HAVE_STRUCT_SOCKADDR_STORAGE
1666
1667 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
1668 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
1669
1670 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1671 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1672
1673 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1674 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1675
1676 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1677 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1678
1679 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1680 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1681
1682 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1683 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1684
1685 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1686 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1687
1688 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1689 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1690
1691 /* Define to 1 if you have the `symlink' function. */
1692 #undef HAVE_SYMLINK
1693
1694 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1695 #undef HAVE_SYS_BITYPES_H
1696
1697 /* Define to 1 if you have the <sys/cdefs.h> header file. */
1698 #undef HAVE_SYS_CDEFS_H
1699
1700 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1701 #undef HAVE_SYS_INTTYPES_H
1702
1703 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1704 #undef HAVE_SYS_IOCTL_H
1705
1706 /* Define to 1 if you have the <sys/mman.h> header file. */
1707 #undef HAVE_SYS_MMAN_H
1708
1709 /* Define to 1 if you have the <sys/param.h> header file. */
1710 #undef HAVE_SYS_PARAM_H
1711
1712 /* Define to 1 if you have the <sys/random.h> header file. */
1713 #undef HAVE_SYS_RANDOM_H
1714
1715 /* Define to 1 if you have the <sys/select.h> header file. */
1716 #undef HAVE_SYS_SELECT_H
1717
1718 /* Define to 1 if you have the <sys/single_threaded.h> header file. */
1719 #undef HAVE_SYS_SINGLE_THREADED_H
1720
1721 /* Define to 1 if you have the <sys/socket.h> header file. */
1722 #undef HAVE_SYS_SOCKET_H
1723
1724 /* Define to 1 if you have the <sys/stat.h> header file. */
1725 #undef HAVE_SYS_STAT_H
1726
1727 /* Define to 1 if you have the <sys/time.h> header file. */
1728 #undef HAVE_SYS_TIME_H
1729
1730 /* Define to 1 if you have the <sys/types.h> header file. */
1731 #undef HAVE_SYS_TYPES_H
1732
1733 /* Define to 1 if you have the <sys/uio.h> header file. */
1734 #undef HAVE_SYS_UIO_H
1735
1736 /* Define to 1 if you have the <sys/wait.h> header file. */
1737 #undef HAVE_SYS_WAIT_H
1738
1739 /* Define to 1 if you have the `thrd_create' function. */
1740 #undef HAVE_THRD_CREATE
1741
1742 /* Define to 1 if you have the <threads.h> header file. */
1743 #undef HAVE_THREADS_H
1744
1745 /* Define to 1 if you have the `towlower' function. */
1746 #undef HAVE_TOWLOWER
1747
1748 /* Define to 1 if you have the `tsearch' function. */
1749 #undef HAVE_TSEARCH
1750
1751 /* Define to 1 if you have the <unistd.h> header file. */
1752 #undef HAVE_UNISTD_H
1753
1754 /* Define to 1 if you have the `unsetenv' function. */
1755 #undef HAVE_UNSETENV
1756
1757 /* Define to 1 if the system has the type 'unsigned long long int'. */
1758 #undef HAVE_UNSIGNED_LONG_LONG_INT
1759
1760 /* Define to 1 if you have the `uselocale' function. */
1761 #undef HAVE_USELOCALE
1762
1763 /* Define if you have a global __progname variable */
1764 #undef HAVE_VAR___PROGNAME
1765
1766 /* Define to 1 if you have the `vasnprintf' function. */
1767 #undef HAVE_VASNPRINTF
1768
1769 /* Define to 1 if you have the `vasprintf' function. */
1770 #undef HAVE_VASPRINTF
1771
1772 /* Define to 1 if you have the `vfork' function. */
1773 #undef HAVE_VFORK
1774
1775 /* Define to 1 or 0, depending whether the compiler supports simple visibility
1776    declarations. */
1777 #undef HAVE_VISIBILITY
1778
1779 /* Define to 1 if you have the `waitid' function. */
1780 #undef HAVE_WAITID
1781
1782 /* Define to 1 if you have the <wchar.h> header file. */
1783 #undef HAVE_WCHAR_H
1784
1785 /* Define if you have the 'wchar_t' type. */
1786 #undef HAVE_WCHAR_T
1787
1788 /* Define to 1 if you have the `wcrtomb' function. */
1789 #undef HAVE_WCRTOMB
1790
1791 /* Define to 1 if you have the `wcslen' function. */
1792 #undef HAVE_WCSLEN
1793
1794 /* Define to 1 if you have the `wcsnlen' function. */
1795 #undef HAVE_WCSNLEN
1796
1797 /* Define to 1 if you have the `wctob' function. */
1798 #undef HAVE_WCTOB
1799
1800 /* Define to 1 if you have the <wctype.h> header file. */
1801 #undef HAVE_WCTYPE_H
1802
1803 /* Define to 1 if you have the `wcwidth' function. */
1804 #undef HAVE_WCWIDTH
1805
1806 /* Define to 1 if the compiler and linker support weak declarations of
1807    symbols. */
1808 #undef HAVE_WEAK_SYMBOLS
1809
1810 /* Define to 1 if you have the <winsock2.h> header file. */
1811 #undef HAVE_WINSOCK2_H
1812
1813 /* Define if you have the 'wint_t' type. */
1814 #undef HAVE_WINT_T
1815
1816 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1817    7.1. */
1818 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1819
1820 /* Define to 1 if O_NOATIME works. */
1821 #undef HAVE_WORKING_O_NOATIME
1822
1823 /* Define to 1 if O_NOFOLLOW works. */
1824 #undef HAVE_WORKING_O_NOFOLLOW
1825
1826 /* Define if you have the sigaltstack() function and it works. */
1827 #undef HAVE_WORKING_SIGALTSTACK
1828
1829 /* Define if the uselocale function exists and may safely be called. */
1830 #undef HAVE_WORKING_USELOCALE
1831
1832 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1833 #undef HAVE_WS2TCPIP_H
1834
1835 /* Define to 1 if you have the <xlocale.h> header file. */
1836 #undef HAVE_XLOCALE_H
1837
1838 /* Define to 1 if the system has the type `_Bool'. */
1839 #undef HAVE__BOOL
1840
1841 /* Define to 1 if you have the `_chsize' function. */
1842 #undef HAVE__CHSIZE
1843
1844 /* Define to 1 if you have the `_fseeki64' function. */
1845 #undef HAVE__FSEEKI64
1846
1847 /* Define to 1 if you have the `_ftelli64' function. */
1848 #undef HAVE__FTELLI64
1849
1850 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1851 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1852
1853 /* Define to 1 if the compiler supports __builtin_expect,
1854    and to 2 if <builtins.h> does.  */
1855 #undef HAVE___BUILTIN_EXPECT
1856 #ifndef HAVE___BUILTIN_EXPECT
1857 # define __builtin_expect(e, c) (e)
1858 #elif HAVE___BUILTIN_EXPECT == 2
1859 # include <builtins.h>
1860 #endif
1861     
1862
1863 /* Define to 1 if you have the `__fpurge' function. */
1864 #undef HAVE___FPURGE
1865
1866 /* Define to 1 if you have the `__freadahead' function. */
1867 #undef HAVE___FREADAHEAD
1868
1869 /* Define to 1 if you have the `__freading' function. */
1870 #undef HAVE___FREADING
1871
1872 /* Define to 1 if the compiler supports the keyword '__inline'. */
1873 #undef HAVE___INLINE
1874
1875 /* Define to 1 if you have the `__secure_getenv' function. */
1876 #undef HAVE___SECURE_GETENV
1877
1878 /* Define to 1 if you have the `__xpg_strerror_r' function. */
1879 #undef HAVE___XPG_STRERROR_R
1880
1881 /* Define as const if the declaration of iconv() needs const. */
1882 #undef ICONV_CONST
1883
1884 /* Define to a symbolic name denoting the flavor of iconv_open()
1885    implementation. */
1886 #undef ICONV_FLAVOR
1887
1888 /* Define as the bit index in the word where to find bit 0 of the exponent of
1889    'long double'. */
1890 #undef LDBL_EXPBIT0_BIT
1891
1892 /* Define as the word index where to find the exponent of 'long double'. */
1893 #undef LDBL_EXPBIT0_WORD
1894
1895 /* Define as the bit index in the word where to find the sign of 'long
1896    double'. */
1897 #undef LDBL_SIGNBIT_BIT
1898
1899 /* Define as the word index where to find the sign of 'long double'. */
1900 #undef LDBL_SIGNBIT_WORD
1901
1902 /* Define if localename.c overrides newlocale(), duplocale(), freelocale(). */
1903 #undef LOCALENAME_ENHANCE_LOCALE_FUNCS
1904
1905 /* Define to 1 if lseek does not detect pipes. */
1906 #undef LSEEK_PIPE_BROKEN
1907
1908 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1909    slash. */
1910 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1911
1912 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1913 #undef MALLOC_0_IS_NONNULL
1914
1915 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1916 #undef MAP_ANONYMOUS
1917
1918 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1919    */
1920 #undef MBRTOWC_EMPTY_INPUT_BUG
1921
1922 /* Define if the mbrtowc function may signal encoding errors in the C locale.
1923    */
1924 #undef MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ
1925
1926 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1927 #undef MBRTOWC_NULL_ARG1_BUG
1928
1929 /* Define if the mbrtowc function has the NULL string argument bug. */
1930 #undef MBRTOWC_NULL_ARG2_BUG
1931
1932 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1933 #undef MBRTOWC_NUL_RETVAL_BUG
1934
1935 /* Define if the mbrtowc function returns a wrong return value. */
1936 #undef MBRTOWC_RETVAL_BUG
1937
1938 /* Define if the mbrtowc function stores a wide character when reporting
1939    incomplete input. */
1940 #undef MBRTOWC_STORES_INCOMPLETE_BUG
1941
1942 /* Use GNU style printf and scanf.  */
1943 #ifndef __USE_MINGW_ANSI_STDIO
1944 # undef __USE_MINGW_ANSI_STDIO
1945 #endif
1946
1947
1948 /* Define to 1 on musl libc. */
1949 #undef MUSL_LIBC
1950
1951 /* Define to 1 if assertions should be disabled. */
1952 #undef NDEBUG
1953
1954 /* Define if the vasnprintf implementation needs special code for the 'a' and
1955    'A' directives. */
1956 #undef NEED_PRINTF_DIRECTIVE_A
1957
1958 /* Define if the vasnprintf implementation needs special code for the 'F'
1959    directive. */
1960 #undef NEED_PRINTF_DIRECTIVE_F
1961
1962 /* Define if the vasnprintf implementation needs special code for the 'ls'
1963    directive. */
1964 #undef NEED_PRINTF_DIRECTIVE_LS
1965
1966 /* Define if the vasnprintf implementation needs special code for 'double'
1967    arguments. */
1968 #undef NEED_PRINTF_DOUBLE
1969
1970 /* Define if the vasnprintf implementation needs special code for surviving
1971    out-of-memory conditions. */
1972 #undef NEED_PRINTF_ENOMEM
1973
1974 /* Define if the vasnprintf implementation needs special code for the ' flag.
1975    */
1976 #undef NEED_PRINTF_FLAG_GROUPING
1977
1978 /* Define if the vasnprintf implementation needs special code for the '-'
1979    flag. */
1980 #undef NEED_PRINTF_FLAG_LEFTADJUST
1981
1982 /* Define if the vasnprintf implementation needs special code for the 0 flag.
1983    */
1984 #undef NEED_PRINTF_FLAG_ZERO
1985
1986 /* Define if the vasnprintf implementation needs special code for infinite
1987    'double' arguments. */
1988 #undef NEED_PRINTF_INFINITE_DOUBLE
1989
1990 /* Define if the vasnprintf implementation needs special code for infinite
1991    'long double' arguments. */
1992 #undef NEED_PRINTF_INFINITE_LONG_DOUBLE
1993
1994 /* Define if the vasnprintf implementation needs special code for 'long
1995    double' arguments. */
1996 #undef NEED_PRINTF_LONG_DOUBLE
1997
1998 /* Define if the vasnprintf implementation needs special code for supporting
1999    large precisions without arbitrary bounds. */
2000 #undef NEED_PRINTF_UNBOUNDED_PRECISION
2001
2002 /* Define to 1 to enable general improvements of setlocale. */
2003 #undef NEED_SETLOCALE_IMPROVED
2004
2005 /* Define to 1 to enable a multithread-safety fix of setlocale. */
2006 #undef NEED_SETLOCALE_MTSAFE
2007
2008 /* Define to 1 if nl_langinfo is multithread-safe. */
2009 #undef NL_LANGINFO_MTSAFE
2010
2011 /* Define to 1 if open() fails to recognize a trailing slash. */
2012 #undef OPEN_TRAILING_SLASH_BUG
2013
2014 /* Name of package */
2015 #undef PACKAGE
2016
2017 /* Define to the address where bug reports for this package should be sent. */
2018 #undef PACKAGE_BUGREPORT
2019
2020 /* Define to the full name of this package. */
2021 #undef PACKAGE_NAME
2022
2023 /* String identifying the packager of this software */
2024 #undef PACKAGE_PACKAGER
2025
2026 /* Packager info for bug reports (URL/e-mail/...) */
2027 #undef PACKAGE_PACKAGER_BUG_REPORTS
2028
2029 /* Packager-specific version information */
2030 #undef PACKAGE_PACKAGER_VERSION
2031
2032 /* Define to the full name and version of this package. */
2033 #undef PACKAGE_STRING
2034
2035 /* Define to the one symbol short name of this package. */
2036 #undef PACKAGE_TARNAME
2037
2038 /* Define to the home page for this package. */
2039 #undef PACKAGE_URL
2040
2041 /* Define to the version of this package. */
2042 #undef PACKAGE_VERSION
2043
2044 /* Define to the type that is the result of default argument promotions of
2045    type mode_t. */
2046 #undef PROMOTED_MODE_T
2047
2048 /* Define if pthread_create is an inline function. */
2049 #undef PTHREAD_CREATE_IS_INLINE
2050
2051 /* Define if the pthread_in_use() detection is hard. */
2052 #undef PTHREAD_IN_USE_DETECTION_HARD
2053
2054 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
2055    */
2056 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
2057
2058 /* Define to 1 if pthread_sigmask may return 0 and have no effect. */
2059 #undef PTHREAD_SIGMASK_INEFFECTIVE
2060
2061 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
2062 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
2063
2064 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2065    'ptrdiff_t'. */
2066 #undef PTRDIFF_T_SUFFIX
2067
2068 /* Define to 1 if readlink fails to recognize a trailing slash. */
2069 #undef READLINK_TRAILING_SLASH_BUG
2070
2071 /* Define to 1 if readlink sets errno instead of truncating a too-long link.
2072    */
2073 #undef READLINK_TRUNCATE_BUG
2074
2075 /* Define if rename does not work when the destination file exists, as on
2076    Cygwin 1.5 or Windows. */
2077 #undef RENAME_DEST_EXISTS_BUG
2078
2079 /* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
2080    Cygwin 1.5. */
2081 #undef RENAME_HARD_LINK_BUG
2082
2083 /* Define to 1 if a file can be renamed while open, or to 0 if not. */
2084 #undef RENAME_OPEN_FILE_WORKS
2085
2086 /* Define if rename does not correctly handle slashes on the destination
2087    argument, such as on Solaris 11 or NetBSD 1.6. */
2088 #undef RENAME_TRAILING_SLASH_DEST_BUG
2089
2090 /* Define if rename does not correctly handle slashes on the source argument,
2091    such as on Solaris 9 or cygwin 1.5. */
2092 #undef RENAME_TRAILING_SLASH_SOURCE_BUG
2093
2094 /* Define to 1 if gnulib's dirfd() replacement is used. */
2095 #undef REPLACE_DIRFD
2096
2097 /* Define to 1 if gnulib's fchdir() replacement is used. */
2098 #undef REPLACE_FCHDIR
2099
2100 /* Define to 1 if stat needs help when passed a file name with a trailing
2101    slash */
2102 #undef REPLACE_FUNC_STAT_FILE
2103
2104 /* Define if nl_langinfo exists but is overridden by gnulib. */
2105 #undef REPLACE_NL_LANGINFO
2106
2107 /* Define to 1 if open() should work around the inability to open a directory.
2108    */
2109 #undef REPLACE_OPEN_DIRECTORY
2110
2111 /* Define if gnulib uses its own posix_spawn and posix_spawnp functions. */
2112 #undef REPLACE_POSIX_SPAWN
2113
2114 /* Define to 1 if strerror(0) does not return a message implying success. */
2115 #undef REPLACE_STRERROR_0
2116
2117 /* Define if vasnprintf exists but is overridden by gnulib. */
2118 #undef REPLACE_VASNPRINTF
2119
2120 /* Define to 1 if setlocale (LC_ALL, NULL) is multithread-safe. */
2121 #undef SETLOCALE_NULL_ALL_MTSAFE
2122
2123 /* Define to 1 if setlocale (category, NULL) is multithread-safe. */
2124 #undef SETLOCALE_NULL_ONE_MTSAFE
2125
2126 /* File name of the Bourne shell.  */
2127 #if (defined _WIN32 && !defined __CYGWIN__) || defined __CYGWIN__ || defined __ANDROID__
2128 /* Omit the directory part because
2129    - For native Windows programs in a Cygwin environment, the Cygwin mounts
2130      are not visible.
2131    - For 32-bit Cygwin programs in a 64-bit Cygwin environment, the Cygwin
2132      mounts are not visible.
2133    - On Android, /bin/sh does not exist. It's /system/bin/sh instead.  */
2134 # define BOURNE_SHELL "sh"
2135 #else
2136 # define BOURNE_SHELL "/bin/sh"
2137 #endif
2138
2139 /* Define if sigaltstack() interprets the stack_t.ss_sp field incorrectly, as
2140    the highest address of the alternate stack range rather than as the lowest
2141    address. */
2142 #undef SIGALTSTACK_SS_REVERSED
2143
2144 /* Define if lists must be signal-safe. */
2145 #undef SIGNAL_SAFE_LIST
2146
2147 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2148    'sig_atomic_t'. */
2149 #undef SIG_ATOMIC_T_SUFFIX
2150
2151 /* Define as the maximum value of type 'size_t', if the system doesn't define
2152    it. */
2153 #ifndef SIZE_MAX
2154 # undef SIZE_MAX
2155 #endif
2156
2157 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2158    'size_t'. */
2159 #undef SIZE_T_SUFFIX
2160
2161 /* Define on Solaris 11 and its derivates. */
2162 #undef SOLARIS11
2163
2164 /* Define as the direction of stack growth for your system. STACK_DIRECTION >
2165    0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward
2166    lower addresses STACK_DIRECTION = 0 => spaghetti stack. */
2167 #undef STACK_DIRECTION
2168
2169 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2170 #undef STAT_MACROS_BROKEN
2171
2172 /* Define to 1 if all of the C90 standard headers exist (not just the ones
2173    required in a freestanding environment). This macro is provided for
2174    backward compatibility; new code need not use it. */
2175 #undef STDC_HEADERS
2176
2177 /* Define to 1 if strerror_r returns char *. */
2178 #undef STRERROR_R_CHAR_P
2179
2180 /* Shell used by syscmd and esyscmd, must accept -c argument. */
2181 #undef SYSCMD_SHELL
2182
2183 /* Define to 1 if the type of the st_atim member of a struct stat is struct
2184    timespec. */
2185 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
2186
2187 /* Define to the prefix of C symbols at the assembler and linker level, either
2188    an underscore or empty. */
2189 #undef USER_LABEL_PREFIX
2190
2191 /* Define if the combination of the ISO C and POSIX multithreading APIs can be
2192    used. */
2193 #undef USE_ISOC_AND_POSIX_THREADS
2194
2195 /* Define if the ISO C multithreading library can be used. */
2196 #undef USE_ISOC_THREADS
2197
2198 /* Define if the POSIX multithreading library can be used. */
2199 #undef USE_POSIX_THREADS
2200
2201 /* Define if references to the POSIX multithreading library should be made
2202    weak. */
2203 #undef USE_POSIX_THREADS_WEAK
2204
2205 /* Enable extensions on AIX 3, Interix.  */
2206 #ifndef _ALL_SOURCE
2207 # undef _ALL_SOURCE
2208 #endif
2209 /* Enable general extensions on macOS.  */
2210 #ifndef _DARWIN_C_SOURCE
2211 # undef _DARWIN_C_SOURCE
2212 #endif
2213 /* Enable general extensions on Solaris.  */
2214 #ifndef __EXTENSIONS__
2215 # undef __EXTENSIONS__
2216 #endif
2217 /* Enable GNU extensions on systems that have them.  */
2218 #ifndef _GNU_SOURCE
2219 # undef _GNU_SOURCE
2220 #endif
2221 /* Enable X/Open compliant socket functions that do not require linking
2222    with -lxnet on HP-UX 11.11.  */
2223 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
2224 # undef _HPUX_ALT_XOPEN_SOCKET_API
2225 #endif
2226 /* Identify the host operating system as Minix.
2227    This macro does not affect the system headers' behavior.
2228    A future release of Autoconf may stop defining this macro.  */
2229 #ifndef _MINIX
2230 # undef _MINIX
2231 #endif
2232 /* Enable general extensions on NetBSD.
2233    Enable NetBSD compatibility extensions on Minix.  */
2234 #ifndef _NETBSD_SOURCE
2235 # undef _NETBSD_SOURCE
2236 #endif
2237 /* Enable OpenBSD compatibility extensions on NetBSD.
2238    Oddly enough, this does nothing on OpenBSD.  */
2239 #ifndef _OPENBSD_SOURCE
2240 # undef _OPENBSD_SOURCE
2241 #endif
2242 /* Define to 1 if needed for POSIX-compatible behavior.  */
2243 #ifndef _POSIX_SOURCE
2244 # undef _POSIX_SOURCE
2245 #endif
2246 /* Define to 2 if needed for POSIX-compatible behavior.  */
2247 #ifndef _POSIX_1_SOURCE
2248 # undef _POSIX_1_SOURCE
2249 #endif
2250 /* Enable POSIX-compatible threading on Solaris.  */
2251 #ifndef _POSIX_PTHREAD_SEMANTICS
2252 # undef _POSIX_PTHREAD_SEMANTICS
2253 #endif
2254 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
2255 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2256 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2257 #endif
2258 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
2259 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
2260 # undef __STDC_WANT_IEC_60559_BFP_EXT__
2261 #endif
2262 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
2263 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
2264 # undef __STDC_WANT_IEC_60559_DFP_EXT__
2265 #endif
2266 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
2267 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
2268 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
2269 #endif
2270 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
2271 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
2272 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
2273 #endif
2274 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
2275 #ifndef __STDC_WANT_LIB_EXT2__
2276 # undef __STDC_WANT_LIB_EXT2__
2277 #endif
2278 /* Enable extensions specified by ISO/IEC 24747:2009.  */
2279 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
2280 # undef __STDC_WANT_MATH_SPEC_FUNCS__
2281 #endif
2282 /* Enable extensions on HP NonStop.  */
2283 #ifndef _TANDEM_SOURCE
2284 # undef _TANDEM_SOURCE
2285 #endif
2286 /* Enable X/Open extensions.  Define to 500 only if necessary
2287    to make mbstate_t available.  */
2288 #ifndef _XOPEN_SOURCE
2289 # undef _XOPEN_SOURCE
2290 #endif
2291
2292
2293 /* An alias of GNULIB_STDIO_SINGLE_THREAD. */
2294 #undef USE_UNLOCKED_IO
2295
2296 /* Define if the native Windows multithreading API can be used. */
2297 #undef USE_WINDOWS_THREADS
2298
2299 /* Version number of package */
2300 #undef VERSION
2301
2302 /* Define to 1 if unsetenv returns void instead of int. */
2303 #undef VOID_UNSETENV
2304
2305 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2306    'wchar_t'. */
2307 #undef WCHAR_T_SUFFIX
2308
2309 /* Define if the wcrtomb function does not work in the C locale. */
2310 #undef WCRTOMB_C_LOCALE_BUG
2311
2312 /* Define if the wcrtomb function has an incorrect return value. */
2313 #undef WCRTOMB_RETVAL_BUG
2314
2315 /* Define if WSAStartup is needed. */
2316 #undef WINDOWS_SOCKETS
2317
2318 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2319    'wint_t'. */
2320 #undef WINT_T_SUFFIX
2321
2322 /* Define to 1 if malloc debugging is enabled */
2323 #undef WITH_DMALLOC
2324
2325 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2326    significant byte first (like Motorola and SPARC, unlike Intel). */
2327 #if defined AC_APPLE_UNIVERSAL_BUILD
2328 # if defined __BIG_ENDIAN__
2329 #  define WORDS_BIGENDIAN 1
2330 # endif
2331 #else
2332 # ifndef WORDS_BIGENDIAN
2333 #  undef WORDS_BIGENDIAN
2334 # endif
2335 #endif
2336
2337 /* Number of bits in a file offset, on hosts where this is settable. */
2338 #undef _FILE_OFFSET_BITS
2339
2340 /* True if the compiler says it groks GNU C version MAJOR.MINOR.  */
2341 #if defined __GNUC__ && defined __GNUC_MINOR__
2342 # define _GL_GNUC_PREREQ(major, minor) \
2343     ((major) < __GNUC__ + ((minor) <= __GNUC_MINOR__))
2344 #else
2345 # define _GL_GNUC_PREREQ(major, minor) 0
2346 #endif
2347
2348
2349 /* Define to enable the declarations of ISO C 11 types and functions. */
2350 #undef _ISOC11_SOURCE
2351
2352 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2353 #undef _LARGEFILE_SOURCE
2354
2355 /* Define for large files, on AIX-style hosts. */
2356 #undef _LARGE_FILES
2357
2358 /* Define to 1 on Solaris. */
2359 #undef _LCONV_C99
2360
2361 /* The _Noreturn keyword of C11.  */
2362 #ifndef _Noreturn
2363 # if (defined __cplusplus \
2364       && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
2365           || (defined _MSC_VER && 1900 <= _MSC_VER)) \
2366       && 0)
2367     /* [[noreturn]] is not practically usable, because with it the syntax
2368          extern _Noreturn void func (...);
2369        would not be valid; such a declaration would only be valid with 'extern'
2370        and '_Noreturn' swapped, or without the 'extern' keyword.  However, some
2371        AIX system header files and several gnulib header files use precisely
2372        this syntax with 'extern'.  */
2373 #  define _Noreturn [[noreturn]]
2374 # elif ((!defined __cplusplus || defined __clang__) \
2375         && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) \
2376             || (!defined __STRICT_ANSI__ \
2377                 && (_GL_GNUC_PREREQ (4, 7) \
2378                     || (defined __apple_build_version__ \
2379                         ? 6000000 <= __apple_build_version__ \
2380                         : 3 < __clang_major__ + (5 <= __clang_minor__))))))
2381    /* _Noreturn works as-is.  */
2382 # elif _GL_GNUC_PREREQ (2, 8) || defined __clang__ || 0x5110 <= __SUNPRO_C
2383 #  define _Noreturn __attribute__ ((__noreturn__))
2384 # elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
2385 #  define _Noreturn __declspec (noreturn)
2386 # else
2387 #  define _Noreturn
2388 # endif
2389 #endif
2390
2391
2392 /* Define to 1 in order to get the POSIX compatible declarations of socket
2393    functions. */
2394 #undef _POSIX_PII_SOCKET
2395
2396 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
2397    overrides <limits.h>'s RE_DUP_MAX. */
2398 #undef _REGEX_INCLUDE_LIMITS_H
2399
2400 /* Define if you want regoff_t to be at least as wide POSIX requires. */
2401 #undef _REGEX_LARGE_OFFSETS
2402
2403 /* For standard stat data types on VMS. */
2404 #undef _USE_STD_STAT
2405
2406 /* Define to rpl_ if the getopt replacement functions and variables should be
2407    used. */
2408 #undef __GETOPT_PREFIX
2409
2410 /* Define to 1 if the system <stdint.h> predates C++11. */
2411 #undef __STDC_CONSTANT_MACROS
2412
2413 /* Define to 1 if the system <stdint.h> predates C++11. */
2414 #undef __STDC_LIMIT_MACROS
2415
2416 /* The _GL_ASYNC_SAFE marker should be attached to functions that are
2417    signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
2418    invoked from such signal handlers.  Such functions have some restrictions:
2419      * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
2420        or should be listed as async-signal-safe in POSIX
2421        <https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
2422        section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
2423        particular, are NOT async-signal-safe.
2424      * All memory locations (variables and struct fields) that these functions
2425        access must be marked 'volatile'.  This holds for both read and write
2426        accesses.  Otherwise the compiler might optimize away stores to and
2427        reads from such locations that occur in the program, depending on its
2428        data flow analysis.  For example, when the program contains a loop
2429        that is intended to inspect a variable set from within a signal handler
2430            while (!signal_occurred)
2431              ;
2432        the compiler is allowed to transform this into an endless loop if the
2433        variable 'signal_occurred' is not declared 'volatile'.
2434    Additionally, recall that:
2435      * A signal handler should not modify errno (except if it is a handler
2436        for a fatal signal and ends by raising the same signal again, thus
2437        provoking the termination of the process).  If it invokes a function
2438        that may clobber errno, it needs to save and restore the value of
2439        errno.  */
2440 #define _GL_ASYNC_SAFE
2441
2442
2443 /* Attributes.  */
2444 #if (defined __has_attribute \
2445      && (!defined __clang_minor__ \
2446          || 3 < __clang_major__ + (5 <= __clang_minor__)))
2447 # define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__)
2448 #else
2449 # define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr
2450 # define _GL_ATTR_alloc_size _GL_GNUC_PREREQ (4, 3)
2451 # define _GL_ATTR_always_inline _GL_GNUC_PREREQ (3, 2)
2452 # define _GL_ATTR_artificial _GL_GNUC_PREREQ (4, 3)
2453 # define _GL_ATTR_cold _GL_GNUC_PREREQ (4, 3)
2454 # define _GL_ATTR_const _GL_GNUC_PREREQ (2, 95)
2455 # define _GL_ATTR_deprecated _GL_GNUC_PREREQ (3, 1)
2456 # define _GL_ATTR_diagnose_if 0
2457 # define _GL_ATTR_error _GL_GNUC_PREREQ (4, 3)
2458 # define _GL_ATTR_externally_visible _GL_GNUC_PREREQ (4, 1)
2459 # define _GL_ATTR_fallthrough _GL_GNUC_PREREQ (7, 0)
2460 # define _GL_ATTR_format _GL_GNUC_PREREQ (2, 7)
2461 # define _GL_ATTR_leaf _GL_GNUC_PREREQ (4, 6)
2462 # ifdef _ICC
2463 #  define _GL_ATTR_may_alias 0
2464 # else
2465 #  define _GL_ATTR_may_alias _GL_GNUC_PREREQ (3, 3)
2466 # endif
2467 # define _GL_ATTR_malloc _GL_GNUC_PREREQ (3, 0)
2468 # define _GL_ATTR_noinline _GL_GNUC_PREREQ (3, 1)
2469 # define _GL_ATTR_nonnull _GL_GNUC_PREREQ (3, 3)
2470 # define _GL_ATTR_nonstring _GL_GNUC_PREREQ (8, 0)
2471 # define _GL_ATTR_nothrow _GL_GNUC_PREREQ (3, 3)
2472 # define _GL_ATTR_packed _GL_GNUC_PREREQ (2, 7)
2473 # define _GL_ATTR_pure _GL_GNUC_PREREQ (2, 96)
2474 # define _GL_ATTR_returns_nonnull _GL_GNUC_PREREQ (4, 9)
2475 # define _GL_ATTR_sentinel _GL_GNUC_PREREQ (4, 0)
2476 # define _GL_ATTR_unused _GL_GNUC_PREREQ (2, 7)
2477 # define _GL_ATTR_warn_unused_result _GL_GNUC_PREREQ (3, 4)
2478 #endif
2479
2480
2481 #if _GL_HAS_ATTRIBUTE (alloc_size)
2482 # define _GL_ATTRIBUTE_ALLOC_SIZE(args) __attribute__ ((__alloc_size__ args))
2483 #else
2484 # define _GL_ATTRIBUTE_ALLOC_SIZE(args)
2485 #endif
2486
2487 #if _GL_HAS_ATTRIBUTE (always_inline)
2488 # define _GL_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((__always_inline__))
2489 #else
2490 # define _GL_ATTRIBUTE_ALWAYS_INLINE
2491 #endif
2492
2493 #if _GL_HAS_ATTRIBUTE (artificial)
2494 # define _GL_ATTRIBUTE_ARTIFICIAL __attribute__ ((__artificial__))
2495 #else
2496 # define _GL_ATTRIBUTE_ARTIFICIAL
2497 #endif
2498
2499 /* Avoid __attribute__ ((cold)) on MinGW; see thread starting at
2500    <https://lists.gnu.org/r/emacs-devel/2019-04/msg01152.html>.
2501    Also, Oracle Studio 12.6 requires 'cold' not '__cold__'.  */
2502 #if _GL_HAS_ATTRIBUTE (cold) && !defined __MINGW32__
2503 # ifndef __SUNPRO_C
2504 #  define _GL_ATTRIBUTE_COLD __attribute__ ((__cold__))
2505 # else
2506 #  define _GL_ATTRIBUTE_COLD __attribute__ ((cold))
2507 # endif
2508 #else
2509 # define _GL_ATTRIBUTE_COLD
2510 #endif
2511
2512 #if _GL_HAS_ATTRIBUTE (const)
2513 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2514 #else
2515 # define _GL_ATTRIBUTE_CONST
2516 #endif
2517
2518 #if 201710L < __STDC_VERSION__
2519 # define _GL_ATTRIBUTE_DEPRECATED [[__deprecated__]]
2520 #elif _GL_HAS_ATTRIBUTE (deprecated)
2521 # define _GL_ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__))
2522 #else
2523 # define _GL_ATTRIBUTE_DEPRECATED
2524 #endif
2525
2526 #if _GL_HAS_ATTRIBUTE (error)
2527 # define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__error__ (msg)))
2528 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__warning__ (msg)))
2529 #elif _GL_HAS_ATTRIBUTE (diagnose_if)
2530 # define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__diagnose_if__ (1, msg, "error")))
2531 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__diagnose_if__ (1, msg, "warning")))
2532 #else
2533 # define _GL_ATTRIBUTE_ERROR(msg)
2534 # define _GL_ATTRIBUTE_WARNING(msg)
2535 #endif
2536
2537 #if _GL_HAS_ATTRIBUTE (externally_visible)
2538 # define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((externally_visible))
2539 #else
2540 # define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE
2541 #endif
2542
2543 /* FALLTHROUGH is special, because it always expands to something.  */
2544 #if 201710L < __STDC_VERSION__
2545 # define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrough__]]
2546 #elif _GL_HAS_ATTRIBUTE (fallthrough)
2547 # define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__))
2548 #else
2549 # define _GL_ATTRIBUTE_FALLTHROUGH ((void) 0)
2550 #endif
2551
2552 #if _GL_HAS_ATTRIBUTE (format)
2553 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
2554 #else
2555 # define _GL_ATTRIBUTE_FORMAT(spec)
2556 #endif
2557
2558 #if _GL_HAS_ATTRIBUTE (leaf)
2559 # define _GL_ATTRIBUTE_LEAF __attribute__ ((__leaf__))
2560 #else
2561 # define _GL_ATTRIBUTE_LEAF
2562 #endif
2563
2564 /* Oracle Studio 12.6 mishandles may_alias despite __has_attribute OK.  */
2565 #if _GL_HAS_ATTRIBUTE (may_alias) && !defined __SUNPRO_C
2566 # define _GL_ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__))
2567 #else
2568 # define _GL_ATTRIBUTE_MAY_ALIAS
2569 #endif
2570
2571 #if 201710L < __STDC_VERSION__
2572 # define _GL_ATTRIBUTE_MAYBE_UNUSED [[__maybe_unused__]]
2573 #elif _GL_HAS_ATTRIBUTE (unused)
2574 # define _GL_ATTRIBUTE_MAYBE_UNUSED __attribute__ ((__unused__))
2575 #else
2576 # define _GL_ATTRIBUTE_MAYBE_UNUSED
2577 #endif
2578 /* Earlier spellings of this macro.  */
2579 #define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED
2580 #define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED
2581
2582 #if _GL_HAS_ATTRIBUTE (malloc)
2583 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
2584 #else
2585 # define _GL_ATTRIBUTE_MALLOC
2586 #endif
2587
2588 #if 201710L < __STDC_VERSION__
2589 # define _GL_ATTRIBUTE_NODISCARD [[__nodiscard__]]
2590 #elif _GL_HAS_ATTRIBUTE (warn_unused_result)
2591 # define _GL_ATTRIBUTE_NODISCARD __attribute__ ((__warn_unused_result__))
2592 #else
2593 # define _GL_ATTRIBUTE_NODISCARD
2594 #endif
2595
2596 #if _GL_HAS_ATTRIBUTE (noinline)
2597 # define _GL_ATTRIBUTE_NOINLINE __attribute__ ((__noinline__))
2598 #else
2599 # define _GL_ATTRIBUTE_NOINLINE
2600 #endif
2601
2602 #if _GL_HAS_ATTRIBUTE (nonnull)
2603 # define _GL_ATTRIBUTE_NONNULL(args) __attribute__ ((__nonnull__ args))
2604 #else
2605 # define _GL_ATTRIBUTE_NONNULL(args)
2606 #endif
2607
2608 #if _GL_HAS_ATTRIBUTE (nonstring)
2609 # define _GL_ATTRIBUTE_NONSTRING __attribute__ ((__nonstring__))
2610 #else
2611 # define _GL_ATTRIBUTE_NONSTRING
2612 #endif
2613
2614 /* There is no _GL_ATTRIBUTE_NORETURN; use _Noreturn instead.  */
2615
2616 #if _GL_HAS_ATTRIBUTE (nothrow) && !defined __cplusplus
2617 # define _GL_ATTRIBUTE_NOTHROW __attribute__ ((__nothrow__))
2618 #else
2619 # define _GL_ATTRIBUTE_NOTHROW
2620 #endif
2621
2622 #if _GL_HAS_ATTRIBUTE (packed)
2623 # define _GL_ATTRIBUTE_PACKED __attribute__ ((__packed__))
2624 #else
2625 # define _GL_ATTRIBUTE_PACKED
2626 #endif
2627
2628 #if _GL_HAS_ATTRIBUTE (pure)
2629 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2630 #else
2631 # define _GL_ATTRIBUTE_PURE
2632 #endif
2633
2634 #if _GL_HAS_ATTRIBUTE (returns_nonnull)
2635 # define _GL_ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
2636 #else
2637 # define _GL_ATTRIBUTE_RETURNS_NONNULL
2638 #endif
2639
2640 #if _GL_HAS_ATTRIBUTE (sentinel)
2641 # define _GL_ATTRIBUTE_SENTINEL(pos) __attribute__ ((__sentinel__ pos))
2642 #else
2643 # define _GL_ATTRIBUTE_SENTINEL(pos)
2644 #endif
2645
2646
2647 /* To support C++ as well as C, use _GL_UNUSED_LABEL with trailing ';'.  */
2648 #if !defined __cplusplus || _GL_GNUC_PREREQ (4, 5)
2649 # define _GL_UNUSED_LABEL _GL_ATTRIBUTE_MAYBE_UNUSED
2650 #else
2651 # define _GL_UNUSED_LABEL
2652 #endif
2653
2654
2655 /* Define as 'access' if you don't have the eaccess() function. */
2656 #undef eaccess
2657
2658 /* Please see the Gnulib manual for how to use these macros.
2659
2660    Suppress extern inline with HP-UX cc, as it appears to be broken; see
2661    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
2662
2663    Suppress extern inline with Sun C in standards-conformance mode, as it
2664    mishandles inline functions that call each other.  E.g., for 'inline void f
2665    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2666    'reference to static identifier "f" in extern inline function'.
2667    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2668
2669    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
2670    on configurations that mistakenly use 'static inline' to implement
2671    functions or macros in standard C headers like <ctype.h>.  For example,
2672    if isdigit is mistakenly implemented via a static inline function,
2673    a program containing an extern inline function that calls isdigit
2674    may not work since the C standard prohibits extern inline functions
2675    from calling static functions (ISO C 99 section 6.7.4.(3).
2676    This bug is known to occur on:
2677
2678      OS X 10.8 and earlier; see:
2679      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
2680
2681      DragonFly; see
2682      http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log
2683
2684      FreeBSD; see:
2685      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
2686
2687    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2688    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
2689    Assume DragonFly and FreeBSD will be similar.
2690
2691    GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
2692    inline semantics, unless -fgnu89-inline is used.  It defines a macro
2693    __GNUC_STDC_INLINE__ to indicate this situation or a macro
2694    __GNUC_GNU_INLINE__ to indicate the opposite situation.
2695    GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
2696    semantics but warns, unless -fgnu89-inline is used:
2697      warning: C99 inline functions are not supported; using GNU89
2698      warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
2699    It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
2700  */
2701 #if (((defined __APPLE__ && defined __MACH__) \
2702       || defined __DragonFly__ || defined __FreeBSD__) \
2703      && (defined __header_inline \
2704          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2705             && ! defined __clang__) \
2706          : ((! defined _DONT_USE_CTYPE_INLINE_ \
2707              && (defined __GNUC__ || defined __cplusplus)) \
2708             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2709                 && defined __GNUC__ && ! defined __cplusplus))))
2710 # define _GL_EXTERN_INLINE_STDHEADER_BUG
2711 #endif
2712 #if ((__GNUC__ \
2713       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2714       : (199901L <= __STDC_VERSION__ \
2715          && !defined __HP_cc \
2716          && !defined __PGI \
2717          && !(defined __SUNPRO_C && __STDC__))) \
2718      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2719 # define _GL_INLINE inline
2720 # define _GL_EXTERN_INLINE extern inline
2721 # define _GL_EXTERN_INLINE_IN_USE
2722 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2723        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2724 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2725    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2726 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2727 # else
2728 #  define _GL_INLINE extern inline
2729 # endif
2730 # define _GL_EXTERN_INLINE extern
2731 # define _GL_EXTERN_INLINE_IN_USE
2732 #else
2733 # define _GL_INLINE static _GL_UNUSED
2734 # define _GL_EXTERN_INLINE static _GL_UNUSED
2735 #endif
2736
2737 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
2738    suppress bogus "no previous prototype for 'FOO'"
2739    and "no previous declaration for 'FOO'" diagnostics,
2740    when FOO is an inline function in the header; see
2741    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2742    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
2743 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
2744 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2745 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2746 # else
2747 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2748      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2749 # endif
2750 # define _GL_INLINE_HEADER_BEGIN \
2751     _Pragma ("GCC diagnostic push") \
2752     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2753     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2754     _GL_INLINE_HEADER_CONST_PRAGMA
2755 # define _GL_INLINE_HEADER_END \
2756     _Pragma ("GCC diagnostic pop")
2757 #else
2758 # define _GL_INLINE_HEADER_BEGIN
2759 # define _GL_INLINE_HEADER_END
2760 #endif
2761
2762 /* Define to `int' if <sys/types.h> doesn't define. */
2763 #undef gid_t
2764
2765 /* A replacement for va_copy, if needed.  */
2766 #define gl_va_copy(a,b) ((a) = (b))
2767
2768 /* Define to `__inline__' or `__inline' if that's what the C compiler
2769    calls it, or to nothing if 'inline' is not supported under any name.  */
2770 #ifndef __cplusplus
2771 #undef inline
2772 #endif
2773
2774 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2775 #undef intmax_t
2776
2777 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2778    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2779    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2780    __APPLE__ && __MACH__ test for Mac OS X.
2781    __APPLE_CC__ tests for the Apple compiler and its version.
2782    __STDC_VERSION__ tests for the C99 mode.  */
2783 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2784 # define __GNUC_STDC_INLINE__ 1
2785 #endif
2786
2787 /* Define to a type if <wchar.h> does not define. */
2788 #undef mbstate_t
2789
2790 /* _GL_CMP (n1, n2) performs a three-valued comparison on n1 vs. n2, where
2791    n1 and n2 are expressions without side effects, that evaluate to real
2792    numbers (excluding NaN).
2793    It returns
2794      1  if n1 > n2
2795      0  if n1 == n2
2796      -1 if n1 < n2
2797    The naïve code   (n1 > n2 ? 1 : n1 < n2 ? -1 : 0)  produces a conditional
2798    jump with nearly all GCC versions up to GCC 10.
2799    This variant     (n1 < n2 ? -1 : n1 > n2)  produces a conditional with many
2800    GCC versions up to GCC 9.
2801    The better code  (n1 > n2) - (n1 < n2)  from Hacker's Delight § 2-9
2802    avoids conditional jumps in all GCC versions >= 3.4.  */
2803 #define _GL_CMP(n1, n2) (((n1) > (n2)) - ((n1) < (n2)))
2804
2805
2806 /* Define to `int' if <sys/types.h> does not define. */
2807 #undef mode_t
2808
2809 /* Define to the type of st_nlink in struct stat, or a supertype. */
2810 #undef nlink_t
2811
2812 /* Define to `long int' if <sys/types.h> does not define. */
2813 #undef off_t
2814
2815 /* Define as a signed integer type capable of holding a process identifier. */
2816 #undef pid_t
2817
2818 /* Define as the type of the result of subtracting two pointers, if the system
2819    doesn't define it. */
2820 #undef ptrdiff_t
2821
2822 /* Define to rpl_re_comp if the replacement should be used. */
2823 #undef re_comp
2824
2825 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
2826 #undef re_compile_fastmap
2827
2828 /* Define to rpl_re_compile_pattern if the replacement should be used. */
2829 #undef re_compile_pattern
2830
2831 /* Define to rpl_re_exec if the replacement should be used. */
2832 #undef re_exec
2833
2834 /* Define to rpl_re_match if the replacement should be used. */
2835 #undef re_match
2836
2837 /* Define to rpl_re_match_2 if the replacement should be used. */
2838 #undef re_match_2
2839
2840 /* Define to rpl_re_search if the replacement should be used. */
2841 #undef re_search
2842
2843 /* Define to rpl_re_search_2 if the replacement should be used. */
2844 #undef re_search_2
2845
2846 /* Define to rpl_re_set_registers if the replacement should be used. */
2847 #undef re_set_registers
2848
2849 /* Define to rpl_re_set_syntax if the replacement should be used. */
2850 #undef re_set_syntax
2851
2852 /* Define to rpl_re_syntax_options if the replacement should be used. */
2853 #undef re_syntax_options
2854
2855 /* Define to rpl_regcomp if the replacement should be used. */
2856 #undef regcomp
2857
2858 /* Define to rpl_regerror if the replacement should be used. */
2859 #undef regerror
2860
2861 /* Define to rpl_regexec if the replacement should be used. */
2862 #undef regexec
2863
2864 /* Define to rpl_regfree if the replacement should be used. */
2865 #undef regfree
2866
2867 /* Define to the equivalent of the C99 'restrict' keyword, or to
2868    nothing if this is not supported.  Do not define if restrict is
2869    supported only directly.  */
2870 #undef restrict
2871 /* Work around a bug in older versions of Sun C++, which did not
2872    #define __restrict__ or support _Restrict or __restrict__
2873    even though the corresponding Sun C compiler ended up with
2874    "#define restrict _Restrict" or "#define restrict __restrict__"
2875    in the previous line.  This workaround can be removed once
2876    we assume Oracle Developer Studio 12.5 (2016) or later.  */
2877 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
2878 # define _Restrict
2879 # define __restrict__
2880 #endif
2881
2882 /* Define as an integer type suitable for memory locations that can be
2883    accessed atomically even in the presence of asynchronous signals. */
2884 #undef sig_atomic_t
2885
2886 /* Define to `unsigned int' if <sys/types.h> does not define. */
2887 #undef size_t
2888
2889 /* type to use in place of socklen_t if not defined */
2890 #undef socklen_t
2891
2892 /* Define as a signed type of the same size as size_t. */
2893 #undef ssize_t
2894
2895 /* Define to 'struct sigaltstack' if that's the type of the argument to
2896    sigaltstack */
2897 #undef stack_t
2898
2899 /* Define to `int' if <sys/types.h> doesn't define. */
2900 #undef uid_t
2901
2902 /* Define as a macro for copying va_list variables. */
2903 #undef va_copy