4757a50c4cb482ea096d99b77c5fb0c556bd97b6
[platform/upstream/make.git] / src / config.h.in
1 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* CPU and C ABI indicator */
4 #ifndef __i386__
5 #undef __i386__
6 #endif
7 #ifndef __x86_64_x32__
8 #undef __x86_64_x32__
9 #endif
10 #ifndef __x86_64__
11 #undef __x86_64__
12 #endif
13 #ifndef __alpha__
14 #undef __alpha__
15 #endif
16 #ifndef __arm__
17 #undef __arm__
18 #endif
19 #ifndef __armhf__
20 #undef __armhf__
21 #endif
22 #ifndef __arm64_ilp32__
23 #undef __arm64_ilp32__
24 #endif
25 #ifndef __arm64__
26 #undef __arm64__
27 #endif
28 #ifndef __hppa__
29 #undef __hppa__
30 #endif
31 #ifndef __hppa64__
32 #undef __hppa64__
33 #endif
34 #ifndef __ia64_ilp32__
35 #undef __ia64_ilp32__
36 #endif
37 #ifndef __ia64__
38 #undef __ia64__
39 #endif
40 #ifndef __m68k__
41 #undef __m68k__
42 #endif
43 #ifndef __mips__
44 #undef __mips__
45 #endif
46 #ifndef __mipsn32__
47 #undef __mipsn32__
48 #endif
49 #ifndef __mips64__
50 #undef __mips64__
51 #endif
52 #ifndef __powerpc__
53 #undef __powerpc__
54 #endif
55 #ifndef __powerpc64__
56 #undef __powerpc64__
57 #endif
58 #ifndef __powerpc64_elfv2__
59 #undef __powerpc64_elfv2__
60 #endif
61 #ifndef __riscv32__
62 #undef __riscv32__
63 #endif
64 #ifndef __riscv64__
65 #undef __riscv64__
66 #endif
67 #ifndef __riscv32_ilp32__
68 #undef __riscv32_ilp32__
69 #endif
70 #ifndef __riscv32_ilp32f__
71 #undef __riscv32_ilp32f__
72 #endif
73 #ifndef __riscv32_ilp32d__
74 #undef __riscv32_ilp32d__
75 #endif
76 #ifndef __riscv64_ilp32__
77 #undef __riscv64_ilp32__
78 #endif
79 #ifndef __riscv64_ilp32f__
80 #undef __riscv64_ilp32f__
81 #endif
82 #ifndef __riscv64_ilp32d__
83 #undef __riscv64_ilp32d__
84 #endif
85 #ifndef __riscv64_lp64__
86 #undef __riscv64_lp64__
87 #endif
88 #ifndef __riscv64_lp64f__
89 #undef __riscv64_lp64f__
90 #endif
91 #ifndef __riscv64_lp64d__
92 #undef __riscv64_lp64d__
93 #endif
94 #ifndef __s390__
95 #undef __s390__
96 #endif
97 #ifndef __s390x__
98 #undef __s390x__
99 #endif
100 #ifndef __sh__
101 #undef __sh__
102 #endif
103 #ifndef __sparc__
104 #undef __sparc__
105 #endif
106 #ifndef __sparc64__
107 #undef __sparc64__
108 #endif
109
110
111 /* Define if building universal (internal helper macro) */
112 #undef AC_APPLE_UNIVERSAL_BUILD
113
114 /* Define to the number of bits in type 'ptrdiff_t'. */
115 #undef BITSIZEOF_PTRDIFF_T
116
117 /* Define to the number of bits in type 'sig_atomic_t'. */
118 #undef BITSIZEOF_SIG_ATOMIC_T
119
120 /* Define to the number of bits in type 'size_t'. */
121 #undef BITSIZEOF_SIZE_T
122
123 /* Define to the number of bits in type 'wchar_t'. */
124 #undef BITSIZEOF_WCHAR_T
125
126 /* Define to the number of bits in type 'wint_t'. */
127 #undef BITSIZEOF_WINT_T
128
129 /* Define to 1 if the `closedir' function returns void instead of `int'. */
130 #undef CLOSEDIR_VOID
131
132 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
133    systems. This function is required for `alloca.c' support on those systems.
134    */
135 #undef CRAY_STACKSEG_END
136
137 /* Define to 1 if using `alloca.c'. */
138 #undef C_ALLOCA
139
140 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
141 #undef DGUX
142
143 /* Define to 1 if // is a file system root distinct from /. */
144 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
145
146 /* Define to 1 if translation of program messages to the user's native
147    language is requested. */
148 #undef ENABLE_NLS
149
150 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
151 #undef FCNTL_DUPFD_BUGGY
152
153 /* Use high resolution file timestamps if nonzero. */
154 #undef FILE_TIMESTAMP_HI_RES
155
156 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
157    whether the gnulib module fscanf shall be considered present. */
158 #undef GNULIB_FSCANF
159
160 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
161    whether the gnulib module msvc-nothrow shall be considered present. */
162 #undef GNULIB_MSVC_NOTHROW
163
164 /* Define to 1 if printf and friends should be labeled with attribute
165    "__gnu_printf__" instead of "__printf__" */
166 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
167
168 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
169    whether the gnulib module scanf shall be considered present. */
170 #undef GNULIB_SCANF
171
172 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
173    whether the gnulib module strerror shall be considered present. */
174 #undef GNULIB_STRERROR
175
176 /* Define to 1 when the gnulib module access should be tested. */
177 #undef GNULIB_TEST_ACCESS
178
179 /* Define to 1 when the gnulib module close should be tested. */
180 #undef GNULIB_TEST_CLOSE
181
182 /* Define to 1 when the gnulib module dup2 should be tested. */
183 #undef GNULIB_TEST_DUP2
184
185 /* Define to 1 when the gnulib module fcntl should be tested. */
186 #undef GNULIB_TEST_FCNTL
187
188 /* Define to 1 when the gnulib module getdtablesize should be tested. */
189 #undef GNULIB_TEST_GETDTABLESIZE
190
191 /* Define to 1 when the gnulib module getloadavg should be tested. */
192 #undef GNULIB_TEST_GETLOADAVG
193
194 /* Define to 1 when the gnulib module malloc-posix should be tested. */
195 #undef GNULIB_TEST_MALLOC_POSIX
196
197 /* Define to 1 when the gnulib module stpcpy should be tested. */
198 #undef GNULIB_TEST_STPCPY
199
200 /* Define to 1 when the gnulib module strerror should be tested. */
201 #undef GNULIB_TEST_STRERROR
202
203 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
204    may be supplied by this distribution. */
205 #undef HAVE_ALLOCA
206
207 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
208    */
209 #undef HAVE_ALLOCA_H
210
211 /* Define to 1 if you have the `atexit' function. */
212 #undef HAVE_ATEXIT
213
214 /* Use case insensitive file names */
215 #undef HAVE_CASE_INSENSITIVE_FS
216
217 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
218    CoreFoundation framework. */
219 #undef HAVE_CFLOCALECOPYCURRENT
220
221 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
222    the CoreFoundation framework. */
223 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
224
225 /* Define to 1 if you have the clock_gettime function. */
226 #undef HAVE_CLOCK_GETTIME
227
228 /* Define if the GNU dcgettext() function is already present or preinstalled.
229    */
230 #undef HAVE_DCGETTEXT
231
232 /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
233    don't. */
234 #undef HAVE_DECL_BSD_SIGNAL
235
236 /* Define to 1 if you have the declaration of `dlerror', and to 0 if you
237    don't. */
238 #undef HAVE_DECL_DLERROR
239
240 /* Define to 1 if you have the declaration of `dlopen', and to 0 if you don't.
241    */
242 #undef HAVE_DECL_DLOPEN
243
244 /* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't.
245    */
246 #undef HAVE_DECL_DLSYM
247
248 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
249    don't. */
250 #undef HAVE_DECL_GETDTABLESIZE
251
252 /* Define to 1 if you have the declaration of `program_invocation_name', and
253    to 0 if you don't. */
254 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
255
256 /* Define to 1 if you have the declaration of `program_invocation_short_name',
257    and to 0 if you don't. */
258 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
259
260 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
261    don't. */
262 #undef HAVE_DECL_STRERROR_R
263
264 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
265    don't. */
266 #undef HAVE_DECL_SYS_SIGLIST
267
268 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
269    don't. */
270 #undef HAVE_DECL__SYS_SIGLIST
271
272 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
273    */
274 #undef HAVE_DECL___ARGV
275
276 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
277    don't. */
278 #undef HAVE_DECL___SYS_SIGLIST
279
280 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
281    */
282 #undef HAVE_DIRENT_H
283
284 /* Use platform specific coding */
285 #undef HAVE_DOS_PATHS
286
287 /* Define to 1 if you have the `dup' function. */
288 #undef HAVE_DUP
289
290 /* Define to 1 if you have the `dup2' function. */
291 #undef HAVE_DUP2
292
293 /* Define to 1 if you have the `fcntl' function. */
294 #undef HAVE_FCNTL
295
296 /* Define to 1 if you have the <fcntl.h> header file. */
297 #undef HAVE_FCNTL_H
298
299 /* Define to 1 if you have the `fdopen' function. */
300 #undef HAVE_FDOPEN
301
302 /* Define to 1 if you have the `fork' function. */
303 #undef HAVE_FORK
304
305 /* Define to 1 if you have the `getcwd' function. */
306 #undef HAVE_GETCWD
307
308 /* Define to 1 if you have the `getdtablesize' function. */
309 #undef HAVE_GETDTABLESIZE
310
311 /* Define to 1 if you have the `getexecname' function. */
312 #undef HAVE_GETEXECNAME
313
314 /* Define to 1 if you have the `getgroups' function. */
315 #undef HAVE_GETGROUPS
316
317 /* Define to 1 if you have the `gethostbyname' function. */
318 #undef HAVE_GETHOSTBYNAME
319
320 /* Define to 1 if you have the `gethostname' function. */
321 #undef HAVE_GETHOSTNAME
322
323 /* Define to 1 if you have the `getprogname' function. */
324 #undef HAVE_GETPROGNAME
325
326 /* Define to 1 if you have the `getrlimit' function. */
327 #undef HAVE_GETRLIMIT
328
329 /* Define if the GNU gettext() function is already present or preinstalled. */
330 #undef HAVE_GETTEXT
331
332 /* Define to 1 if you have a standard gettimeofday function */
333 #undef HAVE_GETTIMEOFDAY
334
335 /* Embed GNU Guile support */
336 #undef HAVE_GUILE
337
338 /* Define if you have the iconv() function and it works. */
339 #undef HAVE_ICONV
340
341 /* Define to 1 if you have the <inttypes.h> header file. */
342 #undef HAVE_INTTYPES_H
343
344 /* Define to 1 if you have the `isatty' function. */
345 #undef HAVE_ISATTY
346
347 /* Define to 1 if you have the `dgc' library (-ldgc). */
348 #undef HAVE_LIBDGC
349
350 /* Define to 1 if you have the `kstat' library (-lkstat). */
351 #undef HAVE_LIBKSTAT
352
353 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
354 #undef HAVE_LIBPERFSTAT
355
356 /* Define to 1 if you have the <limits.h> header file. */
357 #undef HAVE_LIMITS_H
358
359 /* Define to 1 if you have the <locale.h> header file. */
360 #undef HAVE_LOCALE_H
361
362 /* Define to 1 if the system has the type 'long long int'. */
363 #undef HAVE_LONG_LONG_INT
364
365 /* Define to 1 if you have the `lstat' function. */
366 #undef HAVE_LSTAT
367
368 /* Define to 1 if you have the <mach/mach.h> header file. */
369 #undef HAVE_MACH_MACH_H
370
371 /* Define if the 'malloc' function is POSIX compliant. */
372 #undef HAVE_MALLOC_POSIX
373
374 /* Define to 1 if you have the <memory.h> header file. */
375 #undef HAVE_MEMORY_H
376
377 /* Define to 1 if you have the `memrchr' function. */
378 #undef HAVE_MEMRCHR
379
380 /* Define to 1 if you have the `mkstemp' function. */
381 #undef HAVE_MKSTEMP
382
383 /* Define to 1 if you have the `mktemp' function. */
384 #undef HAVE_MKTEMP
385
386 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
387    concept. */
388 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
389
390 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
391 #undef HAVE_NDIR_H
392
393 /* Define to 1 if you have the <nlist.h> header file. */
394 #undef HAVE_NLIST_H
395
396 /* Define to 1 if you have the `pipe' function. */
397 #undef HAVE_PIPE
398
399 /* Define to 1 if you have the `posix_spawn' function. */
400 #undef HAVE_POSIX_SPAWN
401
402 /* Define to 1 if you have the `posix_spawnattr_setsigmask' function. */
403 #undef HAVE_POSIX_SPAWNATTR_SETSIGMASK
404
405 /* Define to 1 if you have the `pselect' function. */
406 #undef HAVE_PSELECT
407
408 /* Define to 1 if you have the `pstat_getdynamic' function. */
409 #undef HAVE_PSTAT_GETDYNAMIC
410
411 /* Define to 1 if you have the `readlink' function. */
412 #undef HAVE_READLINK
413
414 /* Define to 1 if you have the `realpath' function. */
415 #undef HAVE_REALPATH
416
417 /* Define to 1 if <signal.h> defines the SA_RESTART constant. */
418 #undef HAVE_SA_RESTART
419
420 /* Define to 1 if you have the `setdtablesize' function. */
421 #undef HAVE_SETDTABLESIZE
422
423 /* Define to 1 if you have the `setegid' function. */
424 #undef HAVE_SETEGID
425
426 /* Define to 1 if you have the `seteuid' function. */
427 #undef HAVE_SETEUID
428
429 /* Define to 1 if you have the `setlinebuf' function. */
430 #undef HAVE_SETLINEBUF
431
432 /* Define to 1 if you have the `setregid' function. */
433 #undef HAVE_SETREGID
434
435 /* Define to 1 if you have the `setreuid' function. */
436 #undef HAVE_SETREUID
437
438 /* Define to 1 if you have the `setrlimit' function. */
439 #undef HAVE_SETRLIMIT
440
441 /* Define to 1 if you have the `setvbuf' function. */
442 #undef HAVE_SETVBUF
443
444 /* Define to 1 if you have the `sigaction' function. */
445 #undef HAVE_SIGACTION
446
447 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
448 #undef HAVE_SIGNED_SIG_ATOMIC_T
449
450 /* Define to 1 if 'wchar_t' is a signed integer type. */
451 #undef HAVE_SIGNED_WCHAR_T
452
453 /* Define to 1 if 'wint_t' is a signed integer type. */
454 #undef HAVE_SIGNED_WINT_T
455
456 /* Define to 1 if you have the `sigsetmask' function. */
457 #undef HAVE_SIGSETMASK
458
459 /* Define to 1 if you have the `socket' function. */
460 #undef HAVE_SOCKET
461
462 /* Define to 1 if you have the <spawn.h> header file. */
463 #undef HAVE_SPAWN_H
464
465 /* Define to 1 if you have the <stdint.h> header file. */
466 #undef HAVE_STDINT_H
467
468 /* Define to 1 if you have the <stdlib.h> header file. */
469 #undef HAVE_STDLIB_H
470
471 /* Define to 1 if you have the `stpcpy' function. */
472 #undef HAVE_STPCPY
473
474 /* Define to 1 if you have the `strcasecmp' function. */
475 #undef HAVE_STRCASECMP
476
477 /* Define to 1 if you have the `strcmpi' function. */
478 #undef HAVE_STRCMPI
479
480 /* Define to 1 if you have the `strcoll' function and it is properly defined.
481    */
482 #undef HAVE_STRCOLL
483
484 /* Define to 1 if you have the `strdup' function. */
485 #undef HAVE_STRDUP
486
487 /* Define to 1 if you have the `strerror_r' function. */
488 #undef HAVE_STRERROR_R
489
490 /* Define to 1 if you have the `stricmp' function. */
491 #undef HAVE_STRICMP
492
493 /* Define to 1 if you have the <strings.h> header file. */
494 #undef HAVE_STRINGS_H
495
496 /* Define to 1 if you have the <string.h> header file. */
497 #undef HAVE_STRING_H
498
499 /* Define to 1 if you have the `strncasecmp' function. */
500 #undef HAVE_STRNCASECMP
501
502 /* Define to 1 if you have the `strncmpi' function. */
503 #undef HAVE_STRNCMPI
504
505 /* Define to 1 if you have the `strndup' function. */
506 #undef HAVE_STRNDUP
507
508 /* Define to 1 if you have the `strnicmp' function. */
509 #undef HAVE_STRNICMP
510
511 /* Define to 1 if you have the `strsignal' function. */
512 #undef HAVE_STRSIGNAL
513
514 /* Define to 1 if `d_type' is a member of `struct dirent'. */
515 #undef HAVE_STRUCT_DIRENT_D_TYPE
516
517 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
518 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
519
520 /* Define to 1 if you have the `symlink' function. */
521 #undef HAVE_SYMLINK
522
523 /* Define to 1 if you have the <sys/bitypes.h> header file. */
524 #undef HAVE_SYS_BITYPES_H
525
526 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
527    */
528 #undef HAVE_SYS_DIR_H
529
530 /* Define to 1 if you have the <sys/file.h> header file. */
531 #undef HAVE_SYS_FILE_H
532
533 /* Define to 1 if you have the <sys/inttypes.h> header file. */
534 #undef HAVE_SYS_INTTYPES_H
535
536 /* Define to 1 if you have the <sys/loadavg.h> header file. */
537 #undef HAVE_SYS_LOADAVG_H
538
539 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
540    */
541 #undef HAVE_SYS_NDIR_H
542
543 /* Define to 1 if you have the <sys/param.h> header file. */
544 #undef HAVE_SYS_PARAM_H
545
546 /* Define to 1 if you have the <sys/resource.h> header file. */
547 #undef HAVE_SYS_RESOURCE_H
548
549 /* Define to 1 if you have the <sys/select.h> header file. */
550 #undef HAVE_SYS_SELECT_H
551
552 /* Define to 1 if you have the <sys/socket.h> header file. */
553 #undef HAVE_SYS_SOCKET_H
554
555 /* Define to 1 if you have the <sys/stat.h> header file. */
556 #undef HAVE_SYS_STAT_H
557
558 /* Define to 1 if you have the <sys/timeb.h> header file. */
559 #undef HAVE_SYS_TIMEB_H
560
561 /* Define to 1 if you have the <sys/time.h> header file. */
562 #undef HAVE_SYS_TIME_H
563
564 /* Define to 1 if you have the <sys/types.h> header file. */
565 #undef HAVE_SYS_TYPES_H
566
567 /* Define to 1 if you have the <sys/wait.h> header file. */
568 #undef HAVE_SYS_WAIT_H
569
570 /* Define to 1 if you have the `ttyname' function. */
571 #undef HAVE_TTYNAME
572
573 /* Define to 1 if the system has the type `uintmax_t'. */
574 #undef HAVE_UINTMAX_T
575
576 /* Define to 1 if you have the `umask' function. */
577 #undef HAVE_UMASK
578
579 /* Define to 1 if you have the 'union wait' type in <sys/wait.h>. */
580 #undef HAVE_UNION_WAIT
581
582 /* Define to 1 if you have the <unistd.h> header file. */
583 #undef HAVE_UNISTD_H
584
585 /* Define to 1 if the system has the type 'unsigned long long int'. */
586 #undef HAVE_UNSIGNED_LONG_LONG_INT
587
588 /* Define if you have a global __progname variable */
589 #undef HAVE_VAR___PROGNAME
590
591 /* Define to 1 if you have the `vfork' function. */
592 #undef HAVE_VFORK
593
594 /* Define to 1 if you have the <vfork.h> header file. */
595 #undef HAVE_VFORK_H
596
597 /* Define to 1 if you have the `wait3' function. */
598 #undef HAVE_WAIT3
599
600 /* Define to 1 if you have the `waitpid' function. */
601 #undef HAVE_WAITPID
602
603 /* Define to 1 if you have the <wchar.h> header file. */
604 #undef HAVE_WCHAR_H
605
606 /* Define if you have the 'wchar_t' type. */
607 #undef HAVE_WCHAR_T
608
609 /* Define to 1 if you have the <winsock2.h> header file. */
610 #undef HAVE_WINSOCK2_H
611
612 /* Define if you have the 'wint_t' type. */
613 #undef HAVE_WINT_T
614
615 /* Define to 1 if `fork' works. */
616 #undef HAVE_WORKING_FORK
617
618 /* Define to 1 if O_NOATIME works. */
619 #undef HAVE_WORKING_O_NOATIME
620
621 /* Define to 1 if O_NOFOLLOW works. */
622 #undef HAVE_WORKING_O_NOFOLLOW
623
624 /* Define to 1 if `vfork' works. */
625 #undef HAVE_WORKING_VFORK
626
627 /* Define to 1 if the system has the type `_Bool'. */
628 #undef HAVE__BOOL
629
630 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
631 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
632
633 /* Build host information. */
634 #undef MAKE_HOST
635
636 /* Define to 1 to enable job server support in GNU make. */
637 #undef MAKE_JOBSERVER
638
639 /* Define to 1 to enable 'load' support in GNU make. */
640 #undef MAKE_LOAD
641
642 /* Define to 1 to enable symbolic link timestamp checking. */
643 #undef MAKE_SYMLINKS
644
645 /* Use GNU style printf and scanf.  */
646 #ifndef __USE_MINGW_ANSI_STDIO
647 # undef __USE_MINGW_ANSI_STDIO
648 #endif
649
650
651 /* Define to 1 if the nlist n_name member is a pointer */
652 #undef N_NAME_POINTER
653
654 /* Name of package */
655 #undef PACKAGE
656
657 /* Define to the address where bug reports for this package should be sent. */
658 #undef PACKAGE_BUGREPORT
659
660 /* Define to the full name of this package. */
661 #undef PACKAGE_NAME
662
663 /* Define to the full name and version of this package. */
664 #undef PACKAGE_STRING
665
666 /* Define to the one symbol short name of this package. */
667 #undef PACKAGE_TARNAME
668
669 /* Define to the home page for this package. */
670 #undef PACKAGE_URL
671
672 /* Define to the version of this package. */
673 #undef PACKAGE_VERSION
674
675 /* Define to the character that separates directories in PATH. */
676 #undef PATH_SEPARATOR_CHAR
677
678 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
679    'ptrdiff_t'. */
680 #undef PTRDIFF_T_SUFFIX
681
682 /* Define to 1 if strerror(0) does not return a message implying success. */
683 #undef REPLACE_STRERROR_0
684
685 /* Define as the return type of signal handlers (`int' or `void'). */
686 #undef RETSIGTYPE
687
688 /* Define to the name of the SCCS 'get' command. */
689 #undef SCCS_GET
690
691 /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
692 #undef SCCS_GET_MINUS_G
693
694 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
695    'sig_atomic_t'. */
696 #undef SIG_ATOMIC_T_SUFFIX
697
698 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
699    'size_t'. */
700 #undef SIZE_T_SUFFIX
701
702 /* If using the C implementation of alloca, define if you know the
703    direction of stack growth for your system; otherwise it will be
704    automatically deduced at runtime.
705         STACK_DIRECTION > 0 => grows toward higher addresses
706         STACK_DIRECTION < 0 => grows toward lower addresses
707         STACK_DIRECTION = 0 => direction of growth unknown */
708 #undef STACK_DIRECTION
709
710 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
711 #undef STAT_MACROS_BROKEN
712
713 /* Define to 1 if you have the ANSI C header files. */
714 #undef STDC_HEADERS
715
716 /* Define to 1 if strerror_r returns char *. */
717 #undef STRERROR_R_CHAR_P
718
719 /* Define if struct stat contains a nanoseconds field */
720 #undef ST_MTIM_NSEC
721
722 /* Define to 1 on System V Release 4. */
723 #undef SVR4
724
725 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
726 #undef TIME_WITH_SYS_TIME
727
728 /* Define to 1 for Encore UMAX. */
729 #undef UMAX
730
731 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
732    <sys/cpustats.h>. */
733 #undef UMAX4_3
734
735 /* Define to 1 to use posix_spawn(). */
736 #undef USE_POSIX_SPAWN
737
738 /* Enable extensions on AIX 3, Interix.  */
739 #ifndef _ALL_SOURCE
740 # undef _ALL_SOURCE
741 #endif
742 /* Enable general extensions on macOS.  */
743 #ifndef _DARWIN_C_SOURCE
744 # undef _DARWIN_C_SOURCE
745 #endif
746 /* Enable GNU extensions on systems that have them.  */
747 #ifndef _GNU_SOURCE
748 # undef _GNU_SOURCE
749 #endif
750 /* Enable NetBSD extensions on NetBSD.  */
751 #ifndef _NETBSD_SOURCE
752 # undef _NETBSD_SOURCE
753 #endif
754 /* Enable OpenBSD extensions on NetBSD.  */
755 #ifndef _OPENBSD_SOURCE
756 # undef _OPENBSD_SOURCE
757 #endif
758 /* Enable threading extensions on Solaris.  */
759 #ifndef _POSIX_PTHREAD_SEMANTICS
760 # undef _POSIX_PTHREAD_SEMANTICS
761 #endif
762 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
763 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
764 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
765 #endif
766 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
767 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
768 # undef __STDC_WANT_IEC_60559_BFP_EXT__
769 #endif
770 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
771 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
772 # undef __STDC_WANT_IEC_60559_DFP_EXT__
773 #endif
774 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
775 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
776 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
777 #endif
778 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
779 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
780 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
781 #endif
782 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
783 #ifndef __STDC_WANT_LIB_EXT2__
784 # undef __STDC_WANT_LIB_EXT2__
785 #endif
786 /* Enable extensions specified by ISO/IEC 24747:2009.  */
787 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
788 # undef __STDC_WANT_MATH_SPEC_FUNCS__
789 #endif
790 /* Enable extensions on HP NonStop.  */
791 #ifndef _TANDEM_SOURCE
792 # undef _TANDEM_SOURCE
793 #endif
794 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
795    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
796    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
797 #ifndef _XOPEN_SOURCE
798 # undef _XOPEN_SOURCE
799 #endif
800 /* Enable X/Open compliant socket functions that do not require linking
801    with -lxnet on HP-UX 11.11.  */
802 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
803 # undef _HPUX_ALT_XOPEN_SOCKET_API
804 #endif
805 /* Enable general extensions on Solaris.  */
806 #ifndef __EXTENSIONS__
807 # undef __EXTENSIONS__
808 #endif
809
810
811 /* Version number of package */
812 #undef VERSION
813
814 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
815    'wchar_t'. */
816 #undef WCHAR_T_SUFFIX
817
818 /* Use platform specific coding */
819 #undef WINDOWS32
820
821 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
822    'wint_t'. */
823 #undef WINT_T_SUFFIX
824
825 /* Define if using the dmalloc debugging malloc package */
826 #undef WITH_DMALLOC
827
828 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
829    significant byte first (like Motorola and SPARC, unlike Intel). */
830 #if defined AC_APPLE_UNIVERSAL_BUILD
831 # if defined __BIG_ENDIAN__
832 #  define WORDS_BIGENDIAN 1
833 # endif
834 #else
835 # ifndef WORDS_BIGENDIAN
836 #  undef WORDS_BIGENDIAN
837 # endif
838 #endif
839
840 /* Enable large inode numbers on Mac OS X 10.5.  */
841 #ifndef _DARWIN_USE_64_BIT_INODE
842 # define _DARWIN_USE_64_BIT_INODE 1
843 #endif
844
845 /* Number of bits in a file offset, on hosts where this is settable. */
846 #undef _FILE_OFFSET_BITS
847
848 /* Define for large files, on AIX-style hosts. */
849 #undef _LARGE_FILES
850
851 /* Define to 1 if on MINIX. */
852 #undef _MINIX
853
854 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
855 #undef _NETBSD_SOURCE
856
857 /* The _Noreturn keyword of C11.  */
858 #ifndef _Noreturn
859 # if (defined __cplusplus \
860       && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
861           || (defined _MSC_VER && 1900 <= _MSC_VER)) \
862       && 0)
863     /* [[noreturn]] is not practically usable, because with it the syntax
864          extern _Noreturn void func (...);
865        would not be valid; such a declaration would only be valid with 'extern'
866        and '_Noreturn' swapped, or without the 'extern' keyword.  However, some
867        AIX system header files and several gnulib header files use precisely
868        this syntax with 'extern'.  */
869 #  define _Noreturn [[noreturn]]
870 # elif ((!defined __cplusplus || defined __clang__) \
871         && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)  \
872             || 4 < __GNUC__ + (7 <= __GNUC_MINOR__)))
873    /* _Noreturn works as-is.  */
874 # elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
875 #  define _Noreturn __attribute__ ((__noreturn__))
876 # elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
877 #  define _Noreturn __declspec (noreturn)
878 # else
879 #  define _Noreturn
880 # endif
881 #endif
882
883
884 /* Define to 2 if the system does not provide POSIX.1 features except with
885    this defined. */
886 #undef _POSIX_1_SOURCE
887
888 /* Define to 1 if you need to in order for 'stat' and other things to work. */
889 #undef _POSIX_SOURCE
890
891 /* For standard stat data types on VMS. */
892 #undef _USE_STD_STAT
893
894 /* Define to 1 if the system <stdint.h> predates C++11. */
895 #undef __STDC_CONSTANT_MACROS
896
897 /* Define to 1 if the system <stdint.h> predates C++11. */
898 #undef __STDC_LIMIT_MACROS
899
900 /* The _GL_ASYNC_SAFE marker should be attached to functions that are
901    signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
902    invoked from such signal handlers.  Such functions have some restrictions:
903      * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
904        or should be listed as async-signal-safe in POSIX
905        <https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
906        section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
907        particular, are NOT async-signal-safe.
908      * All memory locations (variables and struct fields) that these functions
909        access must be marked 'volatile'.  This holds for both read and write
910        accesses.  Otherwise the compiler might optimize away stores to and
911        reads from such locations that occur in the program, depending on its
912        data flow analysis.  For example, when the program contains a loop
913        that is intended to inspect a variable set from within a signal handler
914            while (!signal_occurred)
915              ;
916        the compiler is allowed to transform this into an endless loop if the
917        variable 'signal_occurred' is not declared 'volatile'.
918    Additionally, recall that:
919      * A signal handler should not modify errno (except if it is a handler
920        for a fatal signal and ends by raising the same signal again, thus
921        provoking the termination of the process).  If it invokes a function
922        that may clobber errno, it needs to save and restore the value of
923        errno.  */
924 #define _GL_ASYNC_SAFE
925
926
927 /* Define to empty if `const' does not conform to ANSI C. */
928 #undef const
929
930 /* Define as 'access' if you don't have the eaccess() function. */
931 #undef eaccess
932
933 /* Please see the Gnulib manual for how to use these macros.
934
935    Suppress extern inline with HP-UX cc, as it appears to be broken; see
936    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
937
938    Suppress extern inline with Sun C in standards-conformance mode, as it
939    mishandles inline functions that call each other.  E.g., for 'inline void f
940    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
941    'reference to static identifier "f" in extern inline function'.
942    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
943
944    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
945    on configurations that mistakenly use 'static inline' to implement
946    functions or macros in standard C headers like <ctype.h>.  For example,
947    if isdigit is mistakenly implemented via a static inline function,
948    a program containing an extern inline function that calls isdigit
949    may not work since the C standard prohibits extern inline functions
950    from calling static functions (ISO C 99 section 6.7.4.(3).
951    This bug is known to occur on:
952
953      OS X 10.8 and earlier; see:
954      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
955
956      DragonFly; see
957      http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log
958
959      FreeBSD; see:
960      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
961
962    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
963    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
964    Assume DragonFly and FreeBSD will be similar.
965
966    GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
967    inline semantics, unless -fgnu89-inline is used.  It defines a macro
968    __GNUC_STDC_INLINE__ to indicate this situation or a macro
969    __GNUC_GNU_INLINE__ to indicate the opposite situation.
970    GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
971    semantics but warns, unless -fgnu89-inline is used:
972      warning: C99 inline functions are not supported; using GNU89
973      warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
974    It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
975  */
976 #if (((defined __APPLE__ && defined __MACH__) \
977       || defined __DragonFly__ || defined __FreeBSD__) \
978      && (defined __header_inline \
979          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
980             && ! defined __clang__) \
981          : ((! defined _DONT_USE_CTYPE_INLINE_ \
982              && (defined __GNUC__ || defined __cplusplus)) \
983             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
984                 && defined __GNUC__ && ! defined __cplusplus))))
985 # define _GL_EXTERN_INLINE_STDHEADER_BUG
986 #endif
987 #if ((__GNUC__ \
988       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
989       : (199901L <= __STDC_VERSION__ \
990          && !defined __HP_cc \
991          && !defined __PGI \
992          && !(defined __SUNPRO_C && __STDC__))) \
993      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
994 # define _GL_INLINE inline
995 # define _GL_EXTERN_INLINE extern inline
996 # define _GL_EXTERN_INLINE_IN_USE
997 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
998        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
999 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1000    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1001 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1002 # else
1003 #  define _GL_INLINE extern inline
1004 # endif
1005 # define _GL_EXTERN_INLINE extern
1006 # define _GL_EXTERN_INLINE_IN_USE
1007 #else
1008 # define _GL_INLINE static _GL_UNUSED
1009 # define _GL_EXTERN_INLINE static _GL_UNUSED
1010 #endif
1011
1012 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1013    suppress bogus "no previous prototype for 'FOO'"
1014    and "no previous declaration for 'FOO'" diagnostics,
1015    when FOO is an inline function in the header; see
1016    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1017    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
1018 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
1019 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1020 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1021 # else
1022 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1023      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1024 # endif
1025 # define _GL_INLINE_HEADER_BEGIN \
1026     _Pragma ("GCC diagnostic push") \
1027     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1028     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1029     _GL_INLINE_HEADER_CONST_PRAGMA
1030 # define _GL_INLINE_HEADER_END \
1031     _Pragma ("GCC diagnostic pop")
1032 #else
1033 # define _GL_INLINE_HEADER_BEGIN
1034 # define _GL_INLINE_HEADER_END
1035 #endif
1036
1037 /* Define to `int' if <sys/types.h> doesn't define. */
1038 #undef gid_t
1039
1040 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1041    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1042    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1043    __APPLE__ && __MACH__ test for Mac OS X.
1044    __APPLE_CC__ tests for the Apple compiler and its version.
1045    __STDC_VERSION__ tests for the C99 mode.  */
1046 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1047 # define __GNUC_STDC_INLINE__ 1
1048 #endif
1049
1050 /* Define to `int' if <sys/types.h> does not define. */
1051 #undef mode_t
1052
1053 /* Define to `long int' if <sys/types.h> does not define. */
1054 #undef off_t
1055
1056 /* Define to `int' if <sys/types.h> does not define. */
1057 #undef pid_t
1058
1059 /* Define to the equivalent of the C99 'restrict' keyword, or to
1060    nothing if this is not supported.  Do not define if restrict is
1061    supported directly.  */
1062 #undef restrict
1063 /* Work around a bug in older versions of Sun C++, which did not
1064    #define __restrict__ or support _Restrict or __restrict__
1065    even though the corresponding Sun C compiler ended up with
1066    "#define restrict _Restrict" or "#define restrict __restrict__"
1067    in the previous line.  This workaround can be removed once
1068    we assume Oracle Developer Studio 12.5 (2016) or later.  */
1069 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
1070 # define _Restrict
1071 # define __restrict__
1072 #endif
1073
1074 /* Define to `unsigned int' if <sys/types.h> does not define. */
1075 #undef size_t
1076
1077 /* Define to `int' if <sys/types.h> does not define. */
1078 #undef ssize_t
1079
1080 /* Define to `int' if <sys/types.h> doesn't define. */
1081 #undef uid_t
1082
1083 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1084    do not define. */
1085 #undef uintmax_t
1086
1087 /* Define as a marker that can be attached to declarations that might not
1088     be used.  This helps to reduce warnings, such as from
1089     GCC -Wunused-parameter.  */
1090 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1091 # define _GL_UNUSED __attribute__ ((__unused__))
1092 #else
1093 # define _GL_UNUSED
1094 #endif
1095 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1096    is a misnomer outside of parameter lists.  */
1097 #define _UNUSED_PARAMETER_ _GL_UNUSED
1098
1099 /* gcc supports the "unused" attribute on possibly unused labels, and
1100    g++ has since version 4.5.  Note to support C++ as well as C,
1101    _GL_UNUSED_LABEL should be used with a trailing ;  */
1102 #if !defined __cplusplus || __GNUC__ > 4 \
1103     || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1104 # define _GL_UNUSED_LABEL _GL_UNUSED
1105 #else
1106 # define _GL_UNUSED_LABEL
1107 #endif
1108
1109 /* The __pure__ attribute was added in gcc 2.96.  */
1110 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1111 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1112 #else
1113 # define _GL_ATTRIBUTE_PURE /* empty */
1114 #endif
1115
1116 /* The __const__ attribute was added in gcc 2.95.  */
1117 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1118 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1119 #else
1120 # define _GL_ATTRIBUTE_CONST /* empty */
1121 #endif
1122
1123 /* The __malloc__ attribute was added in gcc 3.  */
1124 #if 3 <= __GNUC__
1125 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
1126 #else
1127 # define _GL_ATTRIBUTE_MALLOC /* empty */
1128 #endif
1129
1130
1131 /* Define as `fork' if `vfork' does not work. */
1132 #undef vfork