VirtualBox

source: kBuild/vendor/grep/3.7/config.hin

Last change on this file was 3529, checked in by bird, 3 years ago

Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette