1/* lib/config.hin.  Generated from configure.ac by autoheader.  */
2
3/* CPU and C ABI indicator */
4#ifndef __i386__
5#undef __i386__
6#endif
7#ifndef __x86_64_x32__
8#undef __x86_64_x32__
9#endif
10#ifndef __x86_64__
11#undef __x86_64__
12#endif
13#ifndef __alpha__
14#undef __alpha__
15#endif
16#ifndef __arm__
17#undef __arm__
18#endif
19#ifndef __armhf__
20#undef __armhf__
21#endif
22#ifndef __arm64_ilp32__
23#undef __arm64_ilp32__
24#endif
25#ifndef __arm64__
26#undef __arm64__
27#endif
28#ifndef __hppa__
29#undef __hppa__
30#endif
31#ifndef __hppa64__
32#undef __hppa64__
33#endif
34#ifndef __ia64_ilp32__
35#undef __ia64_ilp32__
36#endif
37#ifndef __ia64__
38#undef __ia64__
39#endif
40#ifndef __m68k__
41#undef __m68k__
42#endif
43#ifndef __mips__
44#undef __mips__
45#endif
46#ifndef __mipsn32__
47#undef __mipsn32__
48#endif
49#ifndef __mips64__
50#undef __mips64__
51#endif
52#ifndef __powerpc__
53#undef __powerpc__
54#endif
55#ifndef __powerpc64__
56#undef __powerpc64__
57#endif
58#ifndef __powerpc64_elfv2__
59#undef __powerpc64_elfv2__
60#endif
61#ifndef __riscv32__
62#undef __riscv32__
63#endif
64#ifndef __riscv64__
65#undef __riscv64__
66#endif
67#ifndef __riscv32_ilp32__
68#undef __riscv32_ilp32__
69#endif
70#ifndef __riscv32_ilp32f__
71#undef __riscv32_ilp32f__
72#endif
73#ifndef __riscv32_ilp32d__
74#undef __riscv32_ilp32d__
75#endif
76#ifndef __riscv64_ilp32__
77#undef __riscv64_ilp32__
78#endif
79#ifndef __riscv64_ilp32f__
80#undef __riscv64_ilp32f__
81#endif
82#ifndef __riscv64_ilp32d__
83#undef __riscv64_ilp32d__
84#endif
85#ifndef __riscv64_lp64__
86#undef __riscv64_lp64__
87#endif
88#ifndef __riscv64_lp64f__
89#undef __riscv64_lp64f__
90#endif
91#ifndef __riscv64_lp64d__
92#undef __riscv64_lp64d__
93#endif
94#ifndef __s390__
95#undef __s390__
96#endif
97#ifndef __s390x__
98#undef __s390x__
99#endif
100#ifndef __sh__
101#undef __sh__
102#endif
103#ifndef __sparc__
104#undef __sparc__
105#endif
106#ifndef __sparc64__
107#undef __sparc64__
108#endif
109
110
111/* Define if building universal (internal helper macro) */
112#undef AC_APPLE_UNIVERSAL_BUILD
113
114/* Define to the 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 if you wish *printf() functions that have a safe handling of
136   non-IEEE-754 'long double' values. */
137#undef CHECK_PRINTF_SAFE
138
139/* Define to 1 if chown fails to change ctime when at least one argument was
140   not -1. */
141#undef CHOWN_CHANGE_TIME_BUG
142
143/* Define if chown is not POSIX compliant regarding IDs of -1. */
144#undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
145
146/* Define if chown modifies symlinks. */
147#undef CHOWN_MODIFIES_SYMLINK
148
149/* Define to 1 if chown mishandles trailing slash. */
150#undef CHOWN_TRAILING_SLASH_BUG
151
152/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
153   systems. This function is required for `alloca.c' support on those systems.
154   */
155#undef CRAY_STACKSEG_END
156
157/* Define to 1 if using `alloca.c'. */
158#undef C_ALLOCA
159
160/* Define to 1 if the C locale may have encoding errors. */
161#undef C_LOCALE_MAYBE_EILSEQ
162
163/* Define as the bit index in the word where to find bit 0 of the exponent of
164   'double'. */
165#undef DBL_EXPBIT0_BIT
166
167/* Define as the word index where to find the exponent of 'double'. */
168#undef DBL_EXPBIT0_WORD
169
170/* Define as the bit index in the word where to find the sign of 'double'. */
171#undef DBL_SIGNBIT_BIT
172
173/* Define as the word index where to find the sign of 'double'. */
174#undef DBL_SIGNBIT_WORD
175
176/* Define the default level of POSIX conformance. The value is of the form
177   YYYYMM, specifying the year and month the standard was adopted. If not
178   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
179   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
180   programs like 'head', 'tail', and 'sort' accept obsolete options like '+10'
181   and '-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
182   these standard programs treat leading-'+' operands as file names and
183   require modern usages like '-n 10' instead of '-10'. Whether defined here
184   or not, the default can be overridden at run time via the _POSIX2_VERSION
185   environment variable. */
186#undef DEFAULT_POSIX2_VERSION
187
188/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
189#undef DGUX
190
191/* the name of the file descriptor member of DIR */
192#undef DIR_FD_MEMBER_NAME
193
194#ifdef DIR_FD_MEMBER_NAME
195# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
196#else
197# define DIR_TO_FD(Dir_p) -1
198#endif
199
200
201/* Define to 1 if // is a file system root distinct from /. */
202#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
203
204/* Define if struct dirent has a member d_ino that actually works. */
205#undef D_INO_IN_DIRENT
206
207/* Define to 1 if translation of program messages to the user's native
208   language is requested. */
209#undef ENABLE_NLS
210
211/* Define to 1 if your platform has fchownat, but it does not reject an empty
212   file name. */
213#undef FCHOWNAT_EMPTY_FILENAME_BUG
214
215/* Define to 1 if your platform has fchownat, but it cannot perform lchown
216   tasks. */
217#undef FCHOWNAT_NOFOLLOW_BUG
218
219/* Define this to 1 if F_DUPFD behavior does not match POSIX */
220#undef FCNTL_DUPFD_BUGGY
221
222/* Define to nothing if C supports flexible array members, and to 1 if it does
223   not. That way, with a declaration like 'struct s { int n; double
224   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
225   compilers. When computing the size of such an object, don't use 'sizeof
226   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
227   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
228   MSVC and with C++ compilers. */
229#undef FLEXIBLE_ARRAY_MEMBER
230
231/* Define as the bit index in the word where to find bit 0 of the exponent of
232   'float'. */
233#undef FLT_EXPBIT0_BIT
234
235/* Define as the word index where to find the exponent of 'float'. */
236#undef FLT_EXPBIT0_WORD
237
238/* Define as the bit index in the word where to find the sign of 'float'. */
239#undef FLT_SIGNBIT_BIT
240
241/* Define as the word index where to find the sign of 'float'. */
242#undef FLT_SIGNBIT_WORD
243
244/* Define to 1 if fopen() fails to recognize a trailing slash. */
245#undef FOPEN_TRAILING_SLASH_BUG
246
247/* Enable compile-time and run-time bounds-checking, and some warnings,
248      without upsetting glibc 2.15+. */
249   #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
250   # define _FORTIFY_SOURCE 2
251   #endif
252
253
254/* Define to 1 if the system's ftello function has the Solaris bug. */
255#undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
256
257/* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
258   fflush is known to not work, -1 if unknown. */
259#undef FUNC_FFLUSH_STDIN
260
261/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
262   dot component. */
263#undef FUNC_MKDIR_DOT_BUG
264
265/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
266#undef FUNC_NL_LANGINFO_YESEXPR_WORKS
267
268/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
269   and handles trailing slash correctly. */
270#undef FUNC_REALPATH_WORKS
271
272/* Define to 1 if ungetc is broken when used on arbitrary bytes. */
273#undef FUNC_UNGETC_BROKEN
274
275/* Define to 1 if futimesat mishandles a NULL file name. */
276#undef FUTIMESAT_NULL_BUG
277
278/* Define to the type of elements in the array set by `getgroups'. Usually
279   this is either `int' or `gid_t'. */
280#undef GETGROUPS_T
281
282/* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
283   */
284#undef GETGROUPS_ZERO_BUG
285
286/* Define if gettimeofday clobbers the localtime buffer. */
287#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
288
289/* Define this to 'void' or 'struct timezone' to match the system's
290   declaration of the second argument to gettimeofday. */
291#undef GETTIMEOFDAY_TIMEZONE
292
293/* Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS and
294   XATTR_NAME_POSIX_ACL_DEFAULT. */
295#undef GETXATTR_WITH_POSIX_ACLS
296
297/* Compile Gnulib crypto stream ops. */
298#undef GL_COMPILE_CRYPTO_STREAM
299
300/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
301   whether the gnulib module areadlinkat shall be considered present. */
302#undef GNULIB_AREADLINKAT
303
304/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
305   whether the gnulib module calloc-gnu shall be considered present. */
306#undef GNULIB_CALLOC_GNU
307
308/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
309   whether the gnulib module canonicalize shall be considered present. */
310#undef GNULIB_CANONICALIZE
311
312/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
313   whether the gnulib module close-stream shall be considered present. */
314#undef GNULIB_CLOSE_STREAM
315
316/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
317   whether the gnulib module dirent-safer shall be considered present. */
318#undef GNULIB_DIRENT_SAFER
319
320/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
321   whether the gnulib module dirname shall be considered present. */
322#undef GNULIB_DIRNAME
323
324/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
325   whether the gnulib module faccessat shall be considered present. */
326#undef GNULIB_FACCESSAT
327
328/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
329   whether the gnulib module fchmodat shall be considered present. */
330#undef GNULIB_FCHMODAT
331
332/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
333   whether the gnulib module fchownat shall be considered present. */
334#undef GNULIB_FCHOWNAT
335
336/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
337   whether the gnulib module fcntl-safer shall be considered present. */
338#undef GNULIB_FCNTL_SAFER
339
340/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
341   whether the gnulib module fdopendir shall be considered present. */
342#undef GNULIB_FDOPENDIR
343
344/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
345   whether the gnulib module fdutimensat shall be considered present. */
346#undef GNULIB_FDUTIMENSAT
347
348/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
349   whether the gnulib module fd-safer-flag shall be considered present. */
350#undef GNULIB_FD_SAFER_FLAG
351
352/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
353   whether the gnulib module fflush shall be considered present. */
354#undef GNULIB_FFLUSH
355
356/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
357   whether the gnulib module filenamecat shall be considered present. */
358#undef GNULIB_FILENAMECAT
359
360/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
361   whether the gnulib module fopen-safer shall be considered present. */
362#undef GNULIB_FOPEN_SAFER
363
364/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
365   whether the gnulib module freopen-safer shall be considered present. */
366#undef GNULIB_FREOPEN_SAFER
367
368/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
369   whether the gnulib module fscanf shall be considered present. */
370#undef GNULIB_FSCANF
371
372/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
373   whether the gnulib module getcwd shall be considered present. */
374#undef GNULIB_GETCWD
375
376/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
377   whether the gnulib module lock shall be considered present. */
378#undef GNULIB_LOCK
379
380/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
381   whether the gnulib module malloc-gnu shall be considered present. */
382#undef GNULIB_MALLOC_GNU
383
384/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
385   whether the gnulib module mkostemp shall be considered present. */
386#undef GNULIB_MKOSTEMP
387
388/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
389   whether the gnulib module msvc-nothrow shall be considered present. */
390#undef GNULIB_MSVC_NOTHROW
391
392/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
393   whether the gnulib module openat shall be considered present. */
394#undef GNULIB_OPENAT
395
396/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
397   whether the gnulib module openat-safer shall be considered present. */
398#undef GNULIB_OPENAT_SAFER
399
400/* enable some gnulib portability checks */
401#undef GNULIB_PORTCHECK
402
403/* Define to 1 if printf and friends should be labeled with attribute
404   "__gnu_printf__" instead of "__printf__" */
405#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
406
407/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
408   whether the gnulib module pthread shall be considered present. */
409#undef GNULIB_PTHREAD
410
411/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
412   whether the gnulib module realloc-gnu shall be considered present. */
413#undef GNULIB_REALLOC_GNU
414
415/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
416   whether the gnulib module scanf shall be considered present. */
417#undef GNULIB_SCANF
418
419/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
420   whether the gnulib module snprintf shall be considered present. */
421#undef GNULIB_SNPRINTF
422
423/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
424   whether the gnulib module statat shall be considered present. */
425#undef GNULIB_STATAT
426
427/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
428   whether the gnulib module strerror shall be considered present. */
429#undef GNULIB_STRERROR
430
431/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
432   whether the gnulib module strerror_r-posix shall be considered present. */
433#undef GNULIB_STRERROR_R_POSIX
434
435/* Define to 1 when the gnulib module accept should be tested. */
436#undef GNULIB_TEST_ACCEPT
437
438/* Define to 1 when the gnulib module bind should be tested. */
439#undef GNULIB_TEST_BIND
440
441/* Define to 1 when the gnulib module btowc should be tested. */
442#undef GNULIB_TEST_BTOWC
443
444/* Define to 1 when the gnulib module calloc-posix should be tested. */
445#undef GNULIB_TEST_CALLOC_POSIX
446
447/* Define to 1 when the gnulib module canonicalize should be tested. */
448#undef GNULIB_TEST_CANONICALIZE
449
450/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
451   */
452#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
453
454/* Define to 1 when the gnulib module chdir should be tested. */
455#undef GNULIB_TEST_CHDIR
456
457/* Define to 1 when the gnulib module chown should be tested. */
458#undef GNULIB_TEST_CHOWN
459
460/* Define to 1 when the gnulib module cloexec should be tested. */
461#undef GNULIB_TEST_CLOEXEC
462
463/* Define to 1 when the gnulib module close should be tested. */
464#undef GNULIB_TEST_CLOSE
465
466/* Define to 1 when the gnulib module closedir should be tested. */
467#undef GNULIB_TEST_CLOSEDIR
468
469/* Define to 1 when the gnulib module connect should be tested. */
470#undef GNULIB_TEST_CONNECT
471
472/* Define to 1 when the gnulib module dirfd should be tested. */
473#undef GNULIB_TEST_DIRFD
474
475/* Define to 1 when the gnulib module dup should be tested. */
476#undef GNULIB_TEST_DUP
477
478/* Define to 1 when the gnulib module dup2 should be tested. */
479#undef GNULIB_TEST_DUP2
480
481/* Define to 1 when the gnulib module environ should be tested. */
482#undef GNULIB_TEST_ENVIRON
483
484/* Define to 1 when the gnulib module euidaccess should be tested. */
485#undef GNULIB_TEST_EUIDACCESS
486
487/* Define to 1 when the gnulib module explicit_bzero should be tested. */
488#undef GNULIB_TEST_EXPLICIT_BZERO
489
490/* Define to 1 when the gnulib module faccessat should be tested. */
491#undef GNULIB_TEST_FACCESSAT
492
493/* Define to 1 when the gnulib module fchdir should be tested. */
494#undef GNULIB_TEST_FCHDIR
495
496/* Define to 1 when the gnulib module fchmodat should be tested. */
497#undef GNULIB_TEST_FCHMODAT
498
499/* Define to 1 when the gnulib module fchownat should be tested. */
500#undef GNULIB_TEST_FCHOWNAT
501
502/* Define to 1 when the gnulib module fclose should be tested. */
503#undef GNULIB_TEST_FCLOSE
504
505/* Define to 1 when the gnulib module fcntl should be tested. */
506#undef GNULIB_TEST_FCNTL
507
508/* Define to 1 when the gnulib module fdatasync should be tested. */
509#undef GNULIB_TEST_FDATASYNC
510
511/* Define to 1 when the gnulib module fdopen should be tested. */
512#undef GNULIB_TEST_FDOPEN
513
514/* Define to 1 when the gnulib module fdopendir should be tested. */
515#undef GNULIB_TEST_FDOPENDIR
516
517/* Define to 1 when the gnulib module fflush should be tested. */
518#undef GNULIB_TEST_FFLUSH
519
520/* Define to 1 when the gnulib module fopen should be tested. */
521#undef GNULIB_TEST_FOPEN
522
523/* Define to 1 when the gnulib module fpurge should be tested. */
524#undef GNULIB_TEST_FPURGE
525
526/* Define to 1 when the gnulib module freopen should be tested. */
527#undef GNULIB_TEST_FREOPEN
528
529/* Define to 1 when the gnulib module frexp should be tested. */
530#undef GNULIB_TEST_FREXP
531
532/* Define to 1 when the gnulib module frexpl should be tested. */
533#undef GNULIB_TEST_FREXPL
534
535/* Define to 1 when the gnulib module fseek should be tested. */
536#undef GNULIB_TEST_FSEEK
537
538/* Define to 1 when the gnulib module fseeko should be tested. */
539#undef GNULIB_TEST_FSEEKO
540
541/* Define to 1 when the gnulib module fstat should be tested. */
542#undef GNULIB_TEST_FSTAT
543
544/* Define to 1 when the gnulib module fstatat should be tested. */
545#undef GNULIB_TEST_FSTATAT
546
547/* Define to 1 when the gnulib module fsync should be tested. */
548#undef GNULIB_TEST_FSYNC
549
550/* Define to 1 when the gnulib module ftell should be tested. */
551#undef GNULIB_TEST_FTELL
552
553/* Define to 1 when the gnulib module ftello should be tested. */
554#undef GNULIB_TEST_FTELLO
555
556/* Define to 1 when the gnulib module ftruncate should be tested. */
557#undef GNULIB_TEST_FTRUNCATE
558
559/* Define to 1 when the gnulib module futimens should be tested. */
560#undef GNULIB_TEST_FUTIMENS
561
562/* Define to 1 when the gnulib module getaddrinfo should be tested. */
563#undef GNULIB_TEST_GETADDRINFO
564
565/* Define to 1 when the gnulib module getcwd should be tested. */
566#undef GNULIB_TEST_GETCWD
567
568/* Define to 1 when the gnulib module getdelim should be tested. */
569#undef GNULIB_TEST_GETDELIM
570
571/* Define to 1 when the gnulib module getdtablesize should be tested. */
572#undef GNULIB_TEST_GETDTABLESIZE
573
574/* Define to 1 when the gnulib module getgroups should be tested. */
575#undef GNULIB_TEST_GETGROUPS
576
577/* Define to 1 when the gnulib module gethostname should be tested. */
578#undef GNULIB_TEST_GETHOSTNAME
579
580/* Define to 1 when the gnulib module getline should be tested. */
581#undef GNULIB_TEST_GETLINE
582
583/* Define to 1 when the gnulib module getloadavg should be tested. */
584#undef GNULIB_TEST_GETLOADAVG
585
586/* Define to 1 when the gnulib module getlogin should be tested. */
587#undef GNULIB_TEST_GETLOGIN
588
589/* Define to 1 when the gnulib module getpagesize should be tested. */
590#undef GNULIB_TEST_GETPAGESIZE
591
592/* Define to 1 when the gnulib module getrusage should be tested. */
593#undef GNULIB_TEST_GETRUSAGE
594
595/* Define to 1 when the gnulib module gettimeofday should be tested. */
596#undef GNULIB_TEST_GETTIMEOFDAY
597
598/* Define to 1 when the gnulib module getusershell should be tested. */
599#undef GNULIB_TEST_GETUSERSHELL
600
601/* Define to 1 when the gnulib module group-member should be tested. */
602#undef GNULIB_TEST_GROUP_MEMBER
603
604/* Define to 1 when the gnulib module ioctl should be tested. */
605#undef GNULIB_TEST_IOCTL
606
607/* Define to 1 when the gnulib module isatty should be tested. */
608#undef GNULIB_TEST_ISATTY
609
610/* Define to 1 when the gnulib module iswblank should be tested. */
611#undef GNULIB_TEST_ISWBLANK
612
613/* Define to 1 when the gnulib module lchmod should be tested. */
614#undef GNULIB_TEST_LCHMOD
615
616/* Define to 1 when the gnulib module lchown should be tested. */
617#undef GNULIB_TEST_LCHOWN
618
619/* Define to 1 when the gnulib module link should be tested. */
620#undef GNULIB_TEST_LINK
621
622/* Define to 1 when the gnulib module linkat should be tested. */
623#undef GNULIB_TEST_LINKAT
624
625/* Define to 1 when the gnulib module listen should be tested. */
626#undef GNULIB_TEST_LISTEN
627
628/* Define to 1 when the gnulib module localeconv should be tested. */
629#undef GNULIB_TEST_LOCALECONV
630
631/* Define to 1 when the gnulib module lseek should be tested. */
632#undef GNULIB_TEST_LSEEK
633
634/* Define to 1 when the gnulib module lstat should be tested. */
635#undef GNULIB_TEST_LSTAT
636
637/* Define to 1 when the gnulib module malloc-posix should be tested. */
638#undef GNULIB_TEST_MALLOC_POSIX
639
640/* Define to 1 when the gnulib module mbrlen should be tested. */
641#undef GNULIB_TEST_MBRLEN
642
643/* Define to 1 when the gnulib module mbrtowc should be tested. */
644#undef GNULIB_TEST_MBRTOWC
645
646/* Define to 1 when the gnulib module mbscasecmp should be tested. */
647#undef GNULIB_TEST_MBSCASECMP
648
649/* Define to 1 when the gnulib module mbschr should be tested. */
650#undef GNULIB_TEST_MBSCHR
651
652/* Define to 1 when the gnulib module mbsinit should be tested. */
653#undef GNULIB_TEST_MBSINIT
654
655/* Define to 1 when the gnulib module mbslen should be tested. */
656#undef GNULIB_TEST_MBSLEN
657
658/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
659#undef GNULIB_TEST_MBSRTOWCS
660
661/* Define to 1 when the gnulib module mbsstr should be tested. */
662#undef GNULIB_TEST_MBSSTR
663
664/* Define to 1 when the gnulib module mbtowc should be tested. */
665#undef GNULIB_TEST_MBTOWC
666
667/* Define to 1 when the gnulib module memchr should be tested. */
668#undef GNULIB_TEST_MEMCHR
669
670/* Define to 1 when the gnulib module mempcpy should be tested. */
671#undef GNULIB_TEST_MEMPCPY
672
673/* Define to 1 when the gnulib module memrchr should be tested. */
674#undef GNULIB_TEST_MEMRCHR
675
676/* Define to 1 when the gnulib module mkfifo should be tested. */
677#undef GNULIB_TEST_MKFIFO
678
679/* Define to 1 when the gnulib module mknod should be tested. */
680#undef GNULIB_TEST_MKNOD
681
682/* Define to 1 when the gnulib module mkostemp should be tested. */
683#undef GNULIB_TEST_MKOSTEMP
684
685/* Define to 1 when the gnulib module mkstemp should be tested. */
686#undef GNULIB_TEST_MKSTEMP
687
688/* Define to 1 when the gnulib module mktime should be tested. */
689#undef GNULIB_TEST_MKTIME
690
691/* Define to 1 when the gnulib module nanosleep should be tested. */
692#undef GNULIB_TEST_NANOSLEEP
693
694/* Define to 1 when the gnulib module nl_langinfo should be tested. */
695#undef GNULIB_TEST_NL_LANGINFO
696
697/* Define to 1 when the gnulib module open should be tested. */
698#undef GNULIB_TEST_OPEN
699
700/* Define to 1 when the gnulib module openat should be tested. */
701#undef GNULIB_TEST_OPENAT
702
703/* Define to 1 when the gnulib module opendir should be tested. */
704#undef GNULIB_TEST_OPENDIR
705
706/* Define to 1 when the gnulib module perror should be tested. */
707#undef GNULIB_TEST_PERROR
708
709/* Define to 1 when the gnulib module pipe should be tested. */
710#undef GNULIB_TEST_PIPE
711
712/* Define to 1 when the gnulib module pipe2 should be tested. */
713#undef GNULIB_TEST_PIPE2
714
715/* Define to 1 when the gnulib module pthread_sigmask should be tested. */
716#undef GNULIB_TEST_PTHREAD_SIGMASK
717
718/* Define to 1 when the gnulib module putenv should be tested. */
719#undef GNULIB_TEST_PUTENV
720
721/* Define to 1 when the gnulib module raise should be tested. */
722#undef GNULIB_TEST_RAISE
723
724/* Define to 1 when the gnulib module read should be tested. */
725#undef GNULIB_TEST_READ
726
727/* Define to 1 when the gnulib module readdir should be tested. */
728#undef GNULIB_TEST_READDIR
729
730/* Define to 1 when the gnulib module readlink should be tested. */
731#undef GNULIB_TEST_READLINK
732
733/* Define to 1 when the gnulib module readlinkat should be tested. */
734#undef GNULIB_TEST_READLINKAT
735
736/* Define to 1 when the gnulib module realloc-posix should be tested. */
737#undef GNULIB_TEST_REALLOC_POSIX
738
739/* Define to 1 when the gnulib module remove should be tested. */
740#undef GNULIB_TEST_REMOVE
741
742/* Define to 1 when the gnulib module rename should be tested. */
743#undef GNULIB_TEST_RENAME
744
745/* Define to 1 when the gnulib module renameat should be tested. */
746#undef GNULIB_TEST_RENAMEAT
747
748/* Define to 1 when the gnulib module rewinddir should be tested. */
749#undef GNULIB_TEST_REWINDDIR
750
751/* Define to 1 when the gnulib module rmdir should be tested. */
752#undef GNULIB_TEST_RMDIR
753
754/* Define to 1 when the gnulib module rpmatch should be tested. */
755#undef GNULIB_TEST_RPMATCH
756
757/* Define to 1 when the gnulib module select should be tested. */
758#undef GNULIB_TEST_SELECT
759
760/* Define to 1 when the gnulib module setenv should be tested. */
761#undef GNULIB_TEST_SETENV
762
763/* Define to 1 when the gnulib module setlocale should be tested. */
764#undef GNULIB_TEST_SETLOCALE
765
766/* Define to 1 when the gnulib module setsockopt should be tested. */
767#undef GNULIB_TEST_SETSOCKOPT
768
769/* Define to 1 when the gnulib module sigaction should be tested. */
770#undef GNULIB_TEST_SIGACTION
771
772/* Define to 1 when the gnulib module signbit should be tested. */
773#undef GNULIB_TEST_SIGNBIT
774
775/* Define to 1 when the gnulib module sigprocmask should be tested. */
776#undef GNULIB_TEST_SIGPROCMASK
777
778/* Define to 1 when the gnulib module sleep should be tested. */
779#undef GNULIB_TEST_SLEEP
780
781/* Define to 1 when the gnulib module snprintf should be tested. */
782#undef GNULIB_TEST_SNPRINTF
783
784/* Define to 1 when the gnulib module socket should be tested. */
785#undef GNULIB_TEST_SOCKET
786
787/* Define to 1 when the gnulib module stat should be tested. */
788#undef GNULIB_TEST_STAT
789
790/* Define to 1 when the gnulib module stpcpy should be tested. */
791#undef GNULIB_TEST_STPCPY
792
793/* Define to 1 when the gnulib module stpncpy should be tested. */
794#undef GNULIB_TEST_STPNCPY
795
796/* Define to 1 when the gnulib module strdup should be tested. */
797#undef GNULIB_TEST_STRDUP
798
799/* Define to 1 when the gnulib module strerror should be tested. */
800#undef GNULIB_TEST_STRERROR
801
802/* Define to 1 when the gnulib module strerror_r should be tested. */
803#undef GNULIB_TEST_STRERROR_R
804
805/* Define to 1 when the gnulib module strncat should be tested. */
806#undef GNULIB_TEST_STRNCAT
807
808/* Define to 1 when the gnulib module strndup should be tested. */
809#undef GNULIB_TEST_STRNDUP
810
811/* Define to 1 when the gnulib module strnlen should be tested. */
812#undef GNULIB_TEST_STRNLEN
813
814/* Define to 1 when the gnulib module strsignal should be tested. */
815#undef GNULIB_TEST_STRSIGNAL
816
817/* Define to 1 when the gnulib module strstr should be tested. */
818#undef GNULIB_TEST_STRSTR
819
820/* Define to 1 when the gnulib module strtod should be tested. */
821#undef GNULIB_TEST_STRTOD
822
823/* Define to 1 when the gnulib module strtoll should be tested. */
824#undef GNULIB_TEST_STRTOLL
825
826/* Define to 1 when the gnulib module strtoull should be tested. */
827#undef GNULIB_TEST_STRTOULL
828
829/* Define to 1 when the gnulib module symlink should be tested. */
830#undef GNULIB_TEST_SYMLINK
831
832/* Define to 1 when the gnulib module symlinkat should be tested. */
833#undef GNULIB_TEST_SYMLINKAT
834
835/* Define to 1 when the gnulib module timegm should be tested. */
836#undef GNULIB_TEST_TIMEGM
837
838/* Define to 1 when the gnulib module time_r should be tested. */
839#undef GNULIB_TEST_TIME_R
840
841/* Define to 1 when the gnulib module time_rz should be tested. */
842#undef GNULIB_TEST_TIME_RZ
843
844/* Define to 1 when the gnulib module tzset should be tested. */
845#undef GNULIB_TEST_TZSET
846
847/* Define to 1 when the gnulib module unlink should be tested. */
848#undef GNULIB_TEST_UNLINK
849
850/* Define to 1 when the gnulib module unlinkat should be tested. */
851#undef GNULIB_TEST_UNLINKAT
852
853/* Define to 1 when the gnulib module unsetenv should be tested. */
854#undef GNULIB_TEST_UNSETENV
855
856/* Define to 1 when the gnulib module usleep should be tested. */
857#undef GNULIB_TEST_USLEEP
858
859/* Define to 1 when the gnulib module utime should be tested. */
860#undef GNULIB_TEST_UTIME
861
862/* Define to 1 when the gnulib module utimensat should be tested. */
863#undef GNULIB_TEST_UTIMENSAT
864
865/* Define to 1 when the gnulib module vasprintf should be tested. */
866#undef GNULIB_TEST_VASPRINTF
867
868/* Define to 1 when the gnulib module vfprintf-posix should be tested. */
869#undef GNULIB_TEST_VFPRINTF_POSIX
870
871/* Define to 1 when the gnulib module vprintf-posix should be tested. */
872#undef GNULIB_TEST_VPRINTF_POSIX
873
874/* Define to 1 when the gnulib module wcrtomb should be tested. */
875#undef GNULIB_TEST_WCRTOMB
876
877/* Define to 1 when the gnulib module wcswidth should be tested. */
878#undef GNULIB_TEST_WCSWIDTH
879
880/* Define to 1 when the gnulib module wctob should be tested. */
881#undef GNULIB_TEST_WCTOB
882
883/* Define to 1 when the gnulib module wctomb should be tested. */
884#undef GNULIB_TEST_WCTOMB
885
886/* Define to 1 when the gnulib module wcwidth should be tested. */
887#undef GNULIB_TEST_WCWIDTH
888
889/* Define to 1 when the gnulib module write should be tested. */
890#undef GNULIB_TEST_WRITE
891
892/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
893   whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
894#undef GNULIB_UNISTR_U8_MBTOUCR
895
896/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
897   whether the gnulib module unistr/u8-uctomb shall be considered present. */
898#undef GNULIB_UNISTR_U8_UCTOMB
899
900/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
901   whether the gnulib module wchar-single shall be considered present. */
902#undef GNULIB_WCHAR_SINGLE
903
904/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
905   whether the gnulib module xgetgroups shall be considered present. */
906#undef GNULIB_XGETGROUPS
907
908/* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
909#undef GWINSZ_IN_SYS_IOCTL
910
911/* Define if your system defines TIOCGWINSZ in sys/pty.h. */
912#undef GWINSZ_IN_SYS_PTY
913
914/* Define to 1 if you have the `access' function. */
915#undef HAVE_ACCESS
916
917/* Define to 1 if you have the `aclsort' function. */
918#undef HAVE_ACLSORT
919
920/* Define to 1 if you have the <aclv.h> header file. */
921#undef HAVE_ACLV_H
922
923/* Define to 1 if you have the `aclx_get' function. */
924#undef HAVE_ACLX_GET
925
926/* Define to 1 if you have the `acl_copy_ext_native' function. */
927#undef HAVE_ACL_COPY_EXT_NATIVE
928
929/* Define to 1 if you have the `acl_create_entry_np' function. */
930#undef HAVE_ACL_CREATE_ENTRY_NP
931
932/* Define to 1 if you have the `acl_delete_def_file' function. */
933#undef HAVE_ACL_DELETE_DEF_FILE
934
935/* Define to 1 if you have the `acl_delete_fd_np' function. */
936#undef HAVE_ACL_DELETE_FD_NP
937
938/* Define to 1 if you have the `acl_delete_file_np' function. */
939#undef HAVE_ACL_DELETE_FILE_NP
940
941/* Define to 1 if you have the `acl_entries' function. */
942#undef HAVE_ACL_ENTRIES
943
944/* Define to 1 if you have the `acl_extended_file' function. */
945#undef HAVE_ACL_EXTENDED_FILE
946
947/* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
948#undef HAVE_ACL_FIRST_ENTRY
949
950/* Define to 1 if you have the `acl_free' function. */
951#undef HAVE_ACL_FREE
952
953/* Define to 1 if you have the `acl_free_text' function. */
954#undef HAVE_ACL_FREE_TEXT
955
956/* Define to 1 if you have the `acl_from_mode' function. */
957#undef HAVE_ACL_FROM_MODE
958
959/* Define to 1 if you have the `acl_from_text' function. */
960#undef HAVE_ACL_FROM_TEXT
961
962/* Define to 1 if you have the `acl_get_fd' function. */
963#undef HAVE_ACL_GET_FD
964
965/* Define to 1 if you have the `acl_get_file' function. */
966#undef HAVE_ACL_GET_FILE
967
968/* Define to 1 if you have the <acl/libacl.h> header file. */
969#undef HAVE_ACL_LIBACL_H
970
971/* Define to 1 if you have the `acl_set_fd' function. */
972#undef HAVE_ACL_SET_FD
973
974/* Define to 1 if you have the `acl_set_file' function. */
975#undef HAVE_ACL_SET_FILE
976
977/* Define to 1 if you have the `acl_to_short_text' function. */
978#undef HAVE_ACL_TO_SHORT_TEXT
979
980/* Define to 1 if you have the `acl_trivial' function. */
981#undef HAVE_ACL_TRIVIAL
982
983/* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
984#undef HAVE_ACL_TYPE_EXTENDED
985
986/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
987   may be supplied by this distribution. */
988#undef HAVE_ALLOCA
989
990/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
991   */
992#undef HAVE_ALLOCA_H
993
994/* Define if you have an arithmetic hrtime_t type. */
995#undef HAVE_ARITHMETIC_HRTIME_T
996
997/* Define to 1 if you have the <arpa/inet.h> header file. */
998#undef HAVE_ARPA_INET_H
999
1000/* Define to 1 if you have the `attr_copy_file' function. */
1001#undef HAVE_ATTR_COPY_FILE
1002
1003/* Define to 1 if you have the <attr/error_context.h> header file. */
1004#undef HAVE_ATTR_ERROR_CONTEXT_H
1005
1006/* Define to 1 if you have the <attr/libattr.h> header file. */
1007#undef HAVE_ATTR_LIBATTR_H
1008
1009/* Define to 1 if you have the <bp-sym.h> header file. */
1010#undef HAVE_BP_SYM_H
1011
1012/* Define to 1 if you have the `btowc' function. */
1013#undef HAVE_BTOWC
1014
1015/* Define to 1 if nanosleep mishandles large arguments. */
1016#undef HAVE_BUG_BIG_NANOSLEEP
1017
1018/* Define to 1 if you have the <byteswap.h> header file. */
1019#undef HAVE_BYTESWAP_H
1020
1021/* Define to 1 if strtold conforms to C99. */
1022#undef HAVE_C99_STRTOLD
1023
1024/* Define to 1 if your system has a GNU libc compatible 'calloc' function, and
1025   to 0 otherwise. */
1026#undef HAVE_CALLOC_GNU
1027
1028/* Define if the 'calloc' function is POSIX compliant. */
1029#undef HAVE_CALLOC_POSIX
1030
1031/* Define to 1 if you have the `canonicalize_file_name' function. */
1032#undef HAVE_CANONICALIZE_FILE_NAME
1033
1034/* libcap usability */
1035#undef HAVE_CAP
1036
1037/* Define to 1 if you have the `catgets' function. */
1038#undef HAVE_CATGETS
1039
1040/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
1041   CoreFoundation framework. */
1042#undef HAVE_CFLOCALECOPYCURRENT
1043
1044/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
1045   the CoreFoundation framework. */
1046#undef HAVE_CFPREFERENCESCOPYAPPVALUE
1047
1048/* Define to 1 if you have the `chown' function. */
1049#undef HAVE_CHOWN
1050
1051/* Define to 1 if you have the `chroot' function. */
1052#undef HAVE_CHROOT
1053
1054/* Define to 1 if you have the `chsize' function. */
1055#undef HAVE_CHSIZE
1056
1057/* Define to 1 if you have the `clock_gettime' function. */
1058#undef HAVE_CLOCK_GETTIME
1059
1060/* Define to 1 if you have the `clock_settime' function. */
1061#undef HAVE_CLOCK_SETTIME
1062
1063/* Define to 1 if you have the `closedir' function. */
1064#undef HAVE_CLOSEDIR
1065
1066/* Define if you have compound literals. */
1067#undef HAVE_COMPOUND_LITERALS
1068
1069/* Define if the copysignf function is declared in <math.h> and available in
1070   libc. */
1071#undef HAVE_COPYSIGNF_IN_LIBC
1072
1073/* Define if the copysignl function is declared in <math.h> and available in
1074   libc. */
1075#undef HAVE_COPYSIGNL_IN_LIBC
1076
1077/* Define if the copysign function is declared in <math.h> and available in
1078   libc. */
1079#undef HAVE_COPYSIGN_IN_LIBC
1080
1081/* Define to 1 if you have the <crtdefs.h> header file. */
1082#undef HAVE_CRTDEFS_H
1083
1084/* FIXME */
1085#undef HAVE_C_LINE
1086
1087/* Define if the GNU dcgettext() function is already present or preinstalled.
1088   */
1089#undef HAVE_DCGETTEXT
1090
1091/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
1092   */
1093#undef HAVE_DECL_ALARM
1094
1095/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
1096   you don't. */
1097#undef HAVE_DECL_CLEARERR_UNLOCKED
1098
1099/* Define to 1 if you have the declaration of `copysign', and to 0 if you
1100   don't. */
1101#undef HAVE_DECL_COPYSIGN
1102
1103/* Define to 1 if you have the declaration of `copysignf', and to 0 if you
1104   don't. */
1105#undef HAVE_DECL_COPYSIGNF
1106
1107/* Define to 1 if you have the declaration of `copysignl', and to 0 if you
1108   don't. */
1109#undef HAVE_DECL_COPYSIGNL
1110
1111/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
1112   */
1113#undef HAVE_DECL_DIRFD
1114
1115/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
1116   */
1117#undef HAVE_DECL_FCHDIR
1118
1119/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
1120   don't. */
1121#undef HAVE_DECL_FDATASYNC
1122
1123/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
1124   don't. */
1125#undef HAVE_DECL_FDOPENDIR
1126
1127/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
1128   don't. */
1129#undef HAVE_DECL_FEOF_UNLOCKED
1130
1131/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
1132   you don't. */
1133#undef HAVE_DECL_FERROR_UNLOCKED
1134
1135/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
1136   you don't. */
1137#undef HAVE_DECL_FFLUSH_UNLOCKED
1138
1139/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
1140   you don't. */
1141#undef HAVE_DECL_FGETS_UNLOCKED
1142
1143/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
1144   don't. */
1145#undef HAVE_DECL_FLOCKFILE
1146
1147/* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
1148   */
1149#undef HAVE_DECL_FPURGE
1150
1151/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
1152   you don't. */
1153#undef HAVE_DECL_FPUTC_UNLOCKED
1154
1155/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
1156   you don't. */
1157#undef HAVE_DECL_FPUTS_UNLOCKED
1158
1159/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
1160   you don't. */
1161#undef HAVE_DECL_FREAD_UNLOCKED
1162
1163/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
1164   don't. */
1165#undef HAVE_DECL_FREEADDRINFO
1166
1167/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
1168   */
1169#undef HAVE_DECL_FSEEKO
1170
1171/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
1172   */
1173#undef HAVE_DECL_FTELLO
1174
1175/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
1176   don't. */
1177#undef HAVE_DECL_FUNLOCKFILE
1178
1179/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
1180   you don't. */
1181#undef HAVE_DECL_FWRITE_UNLOCKED
1182
1183/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
1184   don't. */
1185#undef HAVE_DECL_GAI_STRERROR
1186
1187/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
1188   don't. */
1189#undef HAVE_DECL_GAI_STRERRORA
1190
1191/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
1192   don't. */
1193#undef HAVE_DECL_GETADDRINFO
1194
1195/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
1196   you don't. */
1197#undef HAVE_DECL_GETCHAR_UNLOCKED
1198
1199/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
1200   */
1201#undef HAVE_DECL_GETCWD
1202
1203/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
1204   don't. */
1205#undef HAVE_DECL_GETC_UNLOCKED
1206
1207/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
1208   don't. */
1209#undef HAVE_DECL_GETDELIM
1210
1211/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
1212   don't. */
1213#undef HAVE_DECL_GETDTABLESIZE
1214
1215/* Define to 1 if you have the declaration of `geteuid', and to 0 if you
1216   don't. */
1217#undef HAVE_DECL_GETEUID
1218
1219/* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
1220   don't. */
1221#undef HAVE_DECL_GETGRGID
1222
1223/* Define to 1 if you have the declaration of `gethrtime', and to 0 if you
1224   don't. */
1225#undef HAVE_DECL_GETHRTIME
1226
1227/* Define to 1 if you have the declaration of `getline', and to 0 if you
1228   don't. */
1229#undef HAVE_DECL_GETLINE
1230
1231/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
1232   don't. */
1233#undef HAVE_DECL_GETLOGIN
1234
1235/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
1236   don't. */
1237#undef HAVE_DECL_GETNAMEINFO
1238
1239/* Define to 1 if you have the declaration of `getpass', and to 0 if you
1240   don't. */
1241#undef HAVE_DECL_GETPASS
1242
1243/* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
1244   don't. */
1245#undef HAVE_DECL_GETPWUID
1246
1247/* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
1248   */
1249#undef HAVE_DECL_GETUID
1250
1251/* Define to 1 if you have the declaration of `getusershell', and to 0 if you
1252   don't. */
1253#undef HAVE_DECL_GETUSERSHELL
1254
1255/* Define to 1 if you have the declaration of `getutent', and to 0 if you
1256   don't. */
1257#undef HAVE_DECL_GETUTENT
1258
1259/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
1260   don't. */
1261#undef HAVE_DECL_INET_NTOP
1262
1263/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
1264   don't. */
1265#undef HAVE_DECL_INET_PTON
1266
1267/* Define to 1 if you have the declaration of `isblank', and to 0 if you
1268   don't. */
1269#undef HAVE_DECL_ISBLANK
1270
1271/* Define to 1 if you have the declaration of `iswblank', and to 0 if you
1272   don't. */
1273#undef HAVE_DECL_ISWBLANK
1274
1275/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
1276   don't. */
1277#undef HAVE_DECL_LOCALTIME_R
1278
1279/* Define to 1 if you have the declaration of `mbrlen', and to 0 if you don't.
1280   */
1281#undef HAVE_DECL_MBRLEN
1282
1283/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
1284   don't. */
1285#undef HAVE_DECL_MBRTOWC
1286
1287/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
1288   don't. */
1289#undef HAVE_DECL_MBSINIT
1290
1291/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
1292   don't. */
1293#undef HAVE_DECL_MBSRTOWCS
1294
1295/* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
1296   otherwise. */
1297#undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
1298
1299/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
1300   don't. */
1301#undef HAVE_DECL_MEMRCHR
1302
1303/* Define to 1 if you have the declaration of `mpz_inits', and to 0 if you
1304   don't. */
1305#undef HAVE_DECL_MPZ_INITS
1306
1307/* Define to 1 if you have the declaration of `program_invocation_name', and
1308   to 0 if you don't. */
1309#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
1310
1311/* Define to 1 if you have the declaration of `program_invocation_short_name',
1312   and to 0 if you don't. */
1313#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
1314
1315/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
1316   you don't. */
1317#undef HAVE_DECL_PUTCHAR_UNLOCKED
1318
1319/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
1320   don't. */
1321#undef HAVE_DECL_PUTC_UNLOCKED
1322
1323/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
1324   */
1325#undef HAVE_DECL_SETENV
1326
1327/* Define to 1 if you have the declaration of `setregid', and to 0 if you
1328   don't. */
1329#undef HAVE_DECL_SETREGID
1330
1331/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
1332   */
1333#undef HAVE_DECL_SLEEP
1334
1335/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
1336   don't. */
1337#undef HAVE_DECL_SNPRINTF
1338
1339/* Define to 1 if you have the declaration of `stpncpy', and to 0 if you
1340   don't. */
1341#undef HAVE_DECL_STPNCPY
1342
1343/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
1344   */
1345#undef HAVE_DECL_STRDUP
1346
1347/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
1348   don't. */
1349#undef HAVE_DECL_STRERROR_R
1350
1351/* Define to 1 if you have the declaration of `strmode', and to 0 if you
1352   don't. */
1353#undef HAVE_DECL_STRMODE
1354
1355/* Define to 1 if you have the declaration of `strndup', and to 0 if you
1356   don't. */
1357#undef HAVE_DECL_STRNDUP
1358
1359/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
1360   don't. */
1361#undef HAVE_DECL_STRNLEN
1362
1363/* Define to 1 if you have the declaration of `strsignal', and to 0 if you
1364   don't. */
1365#undef HAVE_DECL_STRSIGNAL
1366
1367/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
1368   don't. */
1369#undef HAVE_DECL_STRTOIMAX
1370
1371/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
1372   don't. */
1373#undef HAVE_DECL_STRTOLL
1374
1375/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
1376   don't. */
1377#undef HAVE_DECL_STRTOULL
1378
1379/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
1380   don't. */
1381#undef HAVE_DECL_STRTOUMAX
1382
1383/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
1384   don't. */
1385#undef HAVE_DECL_SYS_SIGLIST
1386
1387/* Define to 1 if you have the declaration of `towlower', and to 0 if you
1388   don't. */
1389#undef HAVE_DECL_TOWLOWER
1390
1391/* Define to 1 if you have the declaration of `ttyname', and to 0 if you
1392   don't. */
1393#undef HAVE_DECL_TTYNAME
1394
1395/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
1396   */
1397#undef HAVE_DECL_TZNAME
1398
1399/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
1400   don't. */
1401#undef HAVE_DECL_UNSETENV
1402
1403/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
1404   don't. */
1405#undef HAVE_DECL_WCRTOMB
1406
1407/* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
1408   */
1409#undef HAVE_DECL_WCTOB
1410
1411/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
1412   don't. */
1413#undef HAVE_DECL_WCWIDTH
1414
1415/* Define to 1 if you have the declaration of `_fseeki64', and to 0 if you
1416   don't. */
1417#undef HAVE_DECL__FSEEKI64
1418
1419/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
1420   don't. */
1421#undef HAVE_DECL__PUTENV
1422
1423/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
1424   don't. */
1425#undef HAVE_DECL__SNPRINTF
1426
1427/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
1428   don't. */
1429#undef HAVE_DECL__SYS_SIGLIST
1430
1431/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
1432   */
1433#undef HAVE_DECL___ARGV
1434
1435/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
1436   don't. */
1437#undef HAVE_DECL___FPENDING
1438
1439/* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
1440   don't. */
1441#undef HAVE_DECL___FSETLOCKING
1442
1443/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
1444   don't. */
1445#undef HAVE_DECL___SYS_SIGLIST
1446
1447/* Define to 1 if you have the `directio' function. */
1448#undef HAVE_DIRECTIO
1449
1450/* Define to 1 if you have the <dirent.h> header file. */
1451#undef HAVE_DIRENT_H
1452
1453/* Define to 1 if you have the `dirfd' function. */
1454#undef HAVE_DIRFD
1455
1456/* Define to 1 if you have the 'dup2' function. */
1457#undef HAVE_DUP2
1458
1459/* Define to 1 if you have the <dustat.h> header file. */
1460#undef HAVE_DUSTAT_H
1461
1462/* Define to 1 if you have the `eaccess' function. */
1463#undef HAVE_EACCESS
1464
1465/* Define to 1 if you have the `endgrent' function. */
1466#undef HAVE_ENDGRENT
1467
1468/* Define to 1 if you have the `endpwent' function. */
1469#undef HAVE_ENDPWENT
1470
1471/* Define if you have the declaration of environ. */
1472#undef HAVE_ENVIRON_DECL
1473
1474/* Define to 1 if you have the `euidaccess' function. */
1475#undef HAVE_EUIDACCESS
1476
1477/* Define to 1 if you have the `explicit_bzero' function. */
1478#undef HAVE_EXPLICIT_BZERO
1479
1480/* Define to 1 if you have the `explicit_memset' function. */
1481#undef HAVE_EXPLICIT_MEMSET
1482
1483/* Define to 1 if you have the `faccessat' function. */
1484#undef HAVE_FACCESSAT
1485
1486/* Define to 1 if you have the `facl' function. */
1487#undef HAVE_FACL
1488
1489/* Define to 1 if you have the `fallocate' function. */
1490#undef HAVE_FALLOCATE
1491
1492/* Define to 1 if you have the `fchdir' function. */
1493#undef HAVE_FCHDIR
1494
1495/* Define to 1 if you have the `fchmod' function. */
1496#undef HAVE_FCHMOD
1497
1498/* Define to 1 if you have the `fchmodat' function. */
1499#undef HAVE_FCHMODAT
1500
1501/* Define to 1 if you have the `fchown' function. */
1502#undef HAVE_FCHOWN
1503
1504/* Define to 1 if you have the `fcntl' function. */
1505#undef HAVE_FCNTL
1506
1507/* Define to 1 if you have the `fdatasync' function. */
1508#undef HAVE_FDATASYNC
1509
1510/* Define to 1 if you have the `fdopendir' function. */
1511#undef HAVE_FDOPENDIR
1512
1513/* Define to 1 if you have the <features.h> header file. */
1514#undef HAVE_FEATURES_H
1515
1516/* Define to 1 if pipes are FIFOs, 0 if sockets. Leave undefined if not known.
1517   */
1518#undef HAVE_FIFO_PIPES
1519
1520/* Define to 1 if you have the `flockfile' function. */
1521#undef HAVE_FLOCKFILE
1522
1523/* Define to 1 if you have the `fork' function. */
1524#undef HAVE_FORK
1525
1526/* Define to 1 if you have the `fpathconf' function. */
1527#undef HAVE_FPATHCONF
1528
1529/* whether fpsetprec is present and required */
1530#undef HAVE_FPSETPREC
1531
1532/* Define to 1 if you have the `fpurge' function. */
1533#undef HAVE_FPURGE
1534
1535/* Define if the frexpl function is available in libc. */
1536#undef HAVE_FREXPL_IN_LIBC
1537
1538/* Define if the frexp function is available in libc. */
1539#undef HAVE_FREXP_IN_LIBC
1540
1541/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
1542#undef HAVE_FSEEKO
1543
1544/* Define to 1 if you have the `fstatat' function. */
1545#undef HAVE_FSTATAT
1546
1547/* Define to 1 if you have the `fstatfs' function. */
1548#undef HAVE_FSTATFS
1549
1550/* Define to 1 if you have the `fsync' function. */
1551#undef HAVE_FSYNC
1552
1553/* Define to 1 if you have the <fs_info.h> header file. */
1554#undef HAVE_FS_INFO_H
1555
1556/* Define to 1 if you have the `fs_stat_dev' function. */
1557#undef HAVE_FS_STAT_DEV
1558
1559/* Define to 1 if you have the `ftruncate' function. */
1560#undef HAVE_FTRUNCATE
1561
1562/* Define to 1 if you have the `funlockfile' function. */
1563#undef HAVE_FUNLOCKFILE
1564
1565/* Define to 1 if you have the `futimens' function. */
1566#undef HAVE_FUTIMENS
1567
1568/* Define to 1 if you have the `futimes' function. */
1569#undef HAVE_FUTIMES
1570
1571/* Define to 1 if you have the `futimesat' function. */
1572#undef HAVE_FUTIMESAT
1573
1574/* Define to 1 if you have the `getacl' function. */
1575#undef HAVE_GETACL
1576
1577/* Define to 1 if you have the `getattrat' function. */
1578#undef HAVE_GETATTRAT
1579
1580/* Define to 1 if getcwd works, but with shorter paths than is generally
1581   tested with the replacement. */
1582#undef HAVE_GETCWD_SHORTER
1583
1584/* Define to 1 if you have the `getdelim' function. */
1585#undef HAVE_GETDELIM
1586
1587/* Define to 1 if you have the `getdtablesize' function. */
1588#undef HAVE_GETDTABLESIZE
1589
1590/* Define to 1 if you have the `getegid' function. */
1591#undef HAVE_GETEGID
1592
1593/* Define to 1 if you have the `getexecname' function. */
1594#undef HAVE_GETEXECNAME
1595
1596/* Define to 1 if you have the `getgrent_nomembers' function. */
1597#undef HAVE_GETGRENT_NOMEMBERS
1598
1599/* Define to 1 if you have the `getgrgid_nomembers' function. */
1600#undef HAVE_GETGRGID_NOMEMBERS
1601
1602/* Define to 1 if you have the `getgrnam_nomembers' function. */
1603#undef HAVE_GETGRNAM_NOMEMBERS
1604
1605/* Define to 1 if you have the `getgrouplist' function. */
1606#undef HAVE_GETGROUPLIST
1607
1608/* Define to 1 if your system has a working `getgroups' function. */
1609#undef HAVE_GETGROUPS
1610
1611/* Define to 1 if you have the `gethostbyname' function. */
1612#undef HAVE_GETHOSTBYNAME
1613
1614/* Define to 1 if you have the `gethostid' function. */
1615#undef HAVE_GETHOSTID
1616
1617/* Define to 1 if you have the `gethostname' function. */
1618#undef HAVE_GETHOSTNAME
1619
1620/* Define to 1 if you have the `getlocalename_l' function. */
1621#undef HAVE_GETLOCALENAME_L
1622
1623/* Define to 1 if you have the `getlogin' function. */
1624#undef HAVE_GETLOGIN
1625
1626/* Define to 1 if you have the `getmntent' function. */
1627#undef HAVE_GETMNTENT
1628
1629/* Define to 1 if you have the `getmntinfo' function. */
1630#undef HAVE_GETMNTINFO
1631
1632/* Define to 1 if you have the <getopt.h> header file. */
1633#undef HAVE_GETOPT_H
1634
1635/* Define to 1 if you have the `getopt_long_only' function. */
1636#undef HAVE_GETOPT_LONG_ONLY
1637
1638/* Define to 1 if the system has the 'getpagesize' function. */
1639#undef HAVE_GETPAGESIZE
1640
1641/* Define to 1 if you have the `getppriv' function. */
1642#undef HAVE_GETPPRIV
1643
1644/* Define to 1 if you have the `getprogname' function. */
1645#undef HAVE_GETPROGNAME
1646
1647/* Define to 1 if you have the `getrusage' function. */
1648#undef HAVE_GETRUSAGE
1649
1650/* Define to 1 if you have the `getservbyname' function. */
1651#undef HAVE_GETSERVBYNAME
1652
1653/* Define to 1 if you have the `getsysinfo' function. */
1654#undef HAVE_GETSYSINFO
1655
1656/* Define if the GNU gettext() function is already present or preinstalled. */
1657#undef HAVE_GETTEXT
1658
1659/* Define to 1 if you have the `gettimeofday' function. */
1660#undef HAVE_GETTIMEOFDAY
1661
1662/* Define to 1 if you have the `getusershell' function. */
1663#undef HAVE_GETUSERSHELL
1664
1665/* Define if you have GNU libgmp (or replacement) */
1666#undef HAVE_GMP
1667
1668/* Define to 1 if you have the <gmp.h> header file. */
1669#undef HAVE_GMP_H
1670
1671/* Define to 1 if you have the <grp.h> header file. */
1672#undef HAVE_GRP_H
1673
1674/* Define to 1 if you have the `hasmntopt' function. */
1675#undef HAVE_HASMNTOPT
1676
1677/* Define to 1 if you have the <hurd.h> header file. */
1678#undef HAVE_HURD_H
1679
1680/* Define if you have the iconv() function and it works. */
1681#undef HAVE_ICONV
1682
1683/* Define to 1 if you have the <iconv.h> header file. */
1684#undef HAVE_ICONV_H
1685
1686/* Define to 1 if you have the `inet_ntop' function. */
1687#undef HAVE_INET_NTOP
1688
1689/* Define to 1 if you have the `inet_pton' function. */
1690#undef HAVE_INET_PTON
1691
1692/* Define to 1 if you have the `initgroups' function. */
1693#undef HAVE_INITGROUPS
1694
1695/* Define to 1 if the compiler supports one of the keywords 'inline',
1696   '__inline__', '__inline' and effectively inlines functions marked as such.
1697   */
1698#undef HAVE_INLINE
1699
1700/* Define to 1 if you have usable inotify support. */
1701#undef HAVE_INOTIFY
1702
1703/* Define to 1 if you have the `inotify_init' function. */
1704#undef HAVE_INOTIFY_INIT
1705
1706/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
1707#undef HAVE_INTMAX_T
1708
1709/* Define to 1 if you have the <inttypes.h> header file. */
1710#undef HAVE_INTTYPES_H
1711
1712/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
1713   declares uintmax_t. */
1714#undef HAVE_INTTYPES_H_WITH_UINTMAX
1715
1716/* Define to 1 if you have the `ioctl' function. */
1717#undef HAVE_IOCTL
1718
1719/* Define to 1 if <sys/socket.h> defines AF_INET. */
1720#undef HAVE_IPV4
1721
1722/* Define to 1 if <sys/socket.h> defines AF_INET6. */
1723#undef HAVE_IPV6
1724
1725/* Define to 1 if you have the `isapipe' function. */
1726#undef HAVE_ISAPIPE
1727
1728/* Define to 1 if you have the `isascii' function. */
1729#undef HAVE_ISASCII
1730
1731/* Define to 1 if you have the `isblank' function. */
1732#undef HAVE_ISBLANK
1733
1734/* Define if the isnan(double) function is available in libc. */
1735#undef HAVE_ISNAND_IN_LIBC
1736
1737/* Define if the isnan(float) function is available in libc. */
1738#undef HAVE_ISNANF_IN_LIBC
1739
1740/* Define if the isnan(long double) function is available in libc. */
1741#undef HAVE_ISNANL_IN_LIBC
1742
1743/* Define to 1 if you have the `iswblank' function. */
1744#undef HAVE_ISWBLANK
1745
1746/* Define to 1 if you have the `iswcntrl' function. */
1747#undef HAVE_ISWCNTRL
1748
1749/* Define to 1 if you have the `iswctype' function. */
1750#undef HAVE_ISWCTYPE
1751
1752/* Define to 1 if you have the `iswspace' function. */
1753#undef HAVE_ISWSPACE
1754
1755/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1756#undef HAVE_LANGINFO_CODESET
1757
1758/* Define to 1 if you have the <langinfo.h> header file. */
1759#undef HAVE_LANGINFO_H
1760
1761/* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
1762#undef HAVE_LANGINFO_YESEXPR
1763
1764/* Define to 1 if you have the `lchmod' function. */
1765#undef HAVE_LCHMOD
1766
1767/* Define to 1 if you have the `lchown' function. */
1768#undef HAVE_LCHOWN
1769
1770/* Define if your <locale.h> file defines LC_MESSAGES. */
1771#undef HAVE_LC_MESSAGES
1772
1773/* Define if the ldexpl function is available in libc. */
1774#undef HAVE_LDEXPL_IN_LIBC
1775
1776/* Define if the ldexp function is available in libc. */
1777#undef HAVE_LDEXP_IN_LIBC
1778
1779/* Define to 1 if you have the `dgc' library (-ldgc). */
1780#undef HAVE_LIBDGC
1781
1782/* Define to 1 if you have the <libgen.h> header file. */
1783#undef HAVE_LIBGEN_H
1784
1785/* Define to 1 if you have the <libintl.h> header file. */
1786#undef HAVE_LIBINTL_H
1787
1788/* Define to 1 if you have the `kstat' library (-lkstat). */
1789#undef HAVE_LIBKSTAT
1790
1791/* Define to 1 if you have the `os' library (-los). */
1792#undef HAVE_LIBOS
1793
1794/* Define to 1 if you have the `perfstat' library (-lperfstat). */
1795#undef HAVE_LIBPERFSTAT
1796
1797/* Define to 1 if you have the <limits.h> header file. */
1798#undef HAVE_LIMITS_H
1799
1800/* Define to 1 if you have the `link' function. */
1801#undef HAVE_LINK
1802
1803/* Define to 1 if you have the `linkat' function. */
1804#undef HAVE_LINKAT
1805
1806/* Define to 1 if you have the <linux/falloc.h> header file. */
1807#undef HAVE_LINUX_FALLOC_H
1808
1809/* Define to 1 if you have the <linux/fs.h> header file. */
1810#undef HAVE_LINUX_FS_H
1811
1812/* Define to 1 if you have 'struct sockaddr_alg' defined. */
1813#undef HAVE_LINUX_IF_ALG_H
1814
1815/* Define to 1 if you have the `listmntent' function. */
1816#undef HAVE_LISTMNTENT
1817
1818/* Define if localtime-like functions can loop forever on extreme arguments.
1819   */
1820#undef HAVE_LOCALTIME_INFLOOP_BUG
1821
1822/* Define to 1 if you have the `localtime_r' function. */
1823#undef HAVE_LOCALTIME_R
1824
1825/* Define to 1 if you support file names longer than 14 characters. */
1826#undef HAVE_LONG_FILE_NAMES
1827
1828/* Define to 1 if the system has the type 'long long int'. */
1829#undef HAVE_LONG_LONG_INT
1830
1831/* Define to 1 if you have the `lstat' function. */
1832#undef HAVE_LSTAT
1833
1834/* Define to 1 if you have the `lutimes' function. */
1835#undef HAVE_LUTIMES
1836
1837/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
1838#undef HAVE_MACHINE_HAL_SYSINFO_H
1839
1840/* Define to 1 if you have the <mach/mach.h> header file. */
1841#undef HAVE_MACH_MACH_H
1842
1843/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1844   to 0 otherwise. */
1845#undef HAVE_MALLOC_GNU
1846
1847/* Define to 1 if you have the <malloc.h> header file. */
1848#undef HAVE_MALLOC_H
1849
1850/* Define if the 'malloc' function is POSIX compliant. */
1851#undef HAVE_MALLOC_POSIX
1852
1853/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
1854   config.h and <sys/mman.h>. */
1855#undef HAVE_MAP_ANONYMOUS
1856
1857/* Define to 1 if you have the `matchpathcon_init_prefix' function. */
1858#undef HAVE_MATCHPATHCON_INIT_PREFIX
1859
1860/* Define to 1 if you have the <math.h> header file. */
1861#undef HAVE_MATH_H
1862
1863/* Define to 1 if you have the `mbrlen' function. */
1864#undef HAVE_MBRLEN
1865
1866/* Define to 1 if you have the `mbrtowc' function. */
1867#undef HAVE_MBRTOWC
1868
1869/* Define to 1 if you have the `mbsinit' function. */
1870#undef HAVE_MBSINIT
1871
1872/* Define to 1 if you have the `mbslen' function. */
1873#undef HAVE_MBSLEN
1874
1875/* Define to 1 if you have the `mbsrtowcs' function. */
1876#undef HAVE_MBSRTOWCS
1877
1878/* Define to 1 if <wchar.h> declares mbstate_t. */
1879#undef HAVE_MBSTATE_T
1880
1881/* Define to 1 if you have the <memory.h> header file. */
1882#undef HAVE_MEMORY_H
1883
1884/* Define to 1 if you have the `mempcpy' function. */
1885#undef HAVE_MEMPCPY
1886
1887/* Define to 1 if you have the `memrchr' function. */
1888#undef HAVE_MEMRCHR
1889
1890/* Define to 1 if you have the `microuptime' function. */
1891#undef HAVE_MICROUPTIME
1892
1893/* Define to 1 if getcwd minimally works, that is, its result can be trusted
1894   when it succeeds. */
1895#undef HAVE_MINIMALLY_WORKING_GETCWD
1896
1897/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
1898#undef HAVE_MINMAX_IN_LIMITS_H
1899
1900/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
1901#undef HAVE_MINMAX_IN_SYS_PARAM_H
1902
1903/* Define to 1 if you have the `mkfifo' function. */
1904#undef HAVE_MKFIFO
1905
1906/* Define to 1 if you have the `mknod' function. */
1907#undef HAVE_MKNOD
1908
1909/* Define to 1 if you have the `mkostemp' function. */
1910#undef HAVE_MKOSTEMP
1911
1912/* Define to 1 if you have the `mkstemp' function. */
1913#undef HAVE_MKSTEMP
1914
1915/* Define to 1 if you have the <mntent.h> header file. */
1916#undef HAVE_MNTENT_H
1917
1918/* Define to 1 if you have the `mode_to_security_class' function. */
1919#undef HAVE_MODE_TO_SECURITY_CLASS
1920
1921/* Define to 1 if you have the `mprotect' function. */
1922#undef HAVE_MPROTECT
1923
1924/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
1925   concept. */
1926#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
1927
1928/* Define to 1 if you have the `nanotime' function. */
1929#undef HAVE_NANOTIME
1930
1931/* Define to 1 if you have the `nanouptime' function. */
1932#undef HAVE_NANOUPTIME
1933
1934/* Define to 1 if you have the <netdb.h> header file. */
1935#undef HAVE_NETDB_H
1936
1937/* Define to 1 if you have the <netinet/in.h> header file. */
1938#undef HAVE_NETINET_IN_H
1939
1940/* Define to 1 if you have the `newlocale' function. */
1941#undef HAVE_NEWLOCALE
1942
1943/* Define to 1 if you have the `next_dev' function. */
1944#undef HAVE_NEXT_DEV
1945
1946/* Define to 1 if you have the <nfs/nfs_client.h> header file. */
1947#undef HAVE_NFS_NFS_CLIENT_H
1948
1949/* Define to 1 if you have the <nfs/vfs.h> header file. */
1950#undef HAVE_NFS_VFS_H
1951
1952/* Define to 1 if you have the `nice' function. */
1953#undef HAVE_NICE
1954
1955/* Define to 1 if you have the <nlist.h> header file. */
1956#undef HAVE_NLIST_H
1957
1958/* Define to 1 if you have the `nl_langinfo' function. */
1959#undef HAVE_NL_LANGINFO
1960
1961/* Define to 1 if the system has obstacks that work with any size object. */
1962#undef HAVE_OBSTACK
1963
1964/* Define to 1 if you have the `openat' function. */
1965#undef HAVE_OPENAT
1966
1967/* Define to 1 if you have the `opendir' function. */
1968#undef HAVE_OPENDIR
1969
1970/* Define to 1 if libcrypto is used for MD5. */
1971#undef HAVE_OPENSSL_MD5
1972
1973/* Define to 1 if libcrypto is used for SHA1. */
1974#undef HAVE_OPENSSL_SHA1
1975
1976/* Define to 1 if libcrypto is used for SHA256. */
1977#undef HAVE_OPENSSL_SHA256
1978
1979/* Define to 1 if libcrypto is used for SHA512. */
1980#undef HAVE_OPENSSL_SHA512
1981
1982/* Define to 1 if you have the <OS.h> header file. */
1983#undef HAVE_OS_H
1984
1985/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
1986   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
1987#undef HAVE_PARTLY_WORKING_GETCWD
1988
1989/* Define to 1 if you have the `pathconf' function. */
1990#undef HAVE_PATHCONF
1991
1992/* Define to 1 if you have the <paths.h> header file. */
1993#undef HAVE_PATHS_H
1994
1995/* Define to 1 if you have the `pipe' function. */
1996#undef HAVE_PIPE
1997
1998/* Define to 1 if you have the `pipe2' function. */
1999#undef HAVE_PIPE2
2000
2001/* Define to 1 if you have the `posix_fadvise' function. */
2002#undef HAVE_POSIX_FADVISE
2003
2004/* Define to 1 if you have the `prctl' function. */
2005#undef HAVE_PRCTL
2006
2007/* Define to 1 if you have the <priv.h> header file. */
2008#undef HAVE_PRIV_H
2009
2010/* Define if your system has the /proc/uptime special file. */
2011#undef HAVE_PROC_UPTIME
2012
2013/* Define to 1 if you have the `pstat_getdynamic' function. */
2014#undef HAVE_PSTAT_GETDYNAMIC
2015
2016/* Define to 1 if you have the `pstat_getstatic' function. */
2017#undef HAVE_PSTAT_GETSTATIC
2018
2019/* Define to 1 if you have the `pthread_atfork' function. */
2020#undef HAVE_PTHREAD_ATFORK
2021
2022/* Define to 1 if you have the <pthread.h> header file. */
2023#undef HAVE_PTHREAD_H
2024
2025/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
2026#undef HAVE_PTHREAD_MUTEX_RECURSIVE
2027
2028/* Define if the POSIX multithreading library has read/write locks. */
2029#undef HAVE_PTHREAD_RWLOCK
2030
2031/* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
2032   reader. */
2033#undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
2034
2035/* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
2036#undef HAVE_PTHREAD_SIGMASK
2037
2038/* Define to 1 if the system has the type `pthread_spinlock_t'. */
2039#undef HAVE_PTHREAD_SPINLOCK_T
2040
2041/* Define to 1 if the system has the type `pthread_t'. */
2042#undef HAVE_PTHREAD_T
2043
2044/* Define to 1 if you have the <pwd.h> header file. */
2045#undef HAVE_PWD_H
2046
2047/* Define to 1 if you have the `raise' function. */
2048#undef HAVE_RAISE
2049
2050/* Define to 1 if you have the `readdir' function. */
2051#undef HAVE_READDIR
2052
2053/* Define to 1 if you have the `readlink' function. */
2054#undef HAVE_READLINK
2055
2056/* Define to 1 if you have the `readlinkat' function. */
2057#undef HAVE_READLINKAT
2058
2059/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
2060   and to 0 otherwise. */
2061#undef HAVE_REALLOC_GNU
2062
2063/* Define if the 'realloc' function is POSIX compliant. */
2064#undef HAVE_REALLOC_POSIX
2065
2066/* Define to 1 if you have the `realpath' function. */
2067#undef HAVE_REALPATH
2068
2069/* Define to 1 if you have the `renameat' function. */
2070#undef HAVE_RENAMEAT
2071
2072/* Define to 1 if you have the `rewinddir' function. */
2073#undef HAVE_REWINDDIR
2074
2075/* Define to 1 if you have the `rpmatch' function. */
2076#undef HAVE_RPMATCH
2077
2078/* Define to 1 if you have run the test for working tzset. */
2079#undef HAVE_RUN_TZSET_TEST
2080
2081/* Define to 1 if 'long double' and 'double' have the same representation. */
2082#undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
2083
2084/* Define to 1 if the system has the type `sa_family_t'. */
2085#undef HAVE_SA_FAMILY_T
2086
2087/* Define to 1 if you have the `sched_getaffinity' function. */
2088#undef HAVE_SCHED_GETAFFINITY
2089
2090/* Define to 1 if sched_getaffinity has a glibc compatible declaration. */
2091#undef HAVE_SCHED_GETAFFINITY_LIKE_GLIBC
2092
2093/* Define to 1 if you have the `sched_getaffinity_np' function. */
2094#undef HAVE_SCHED_GETAFFINITY_NP
2095
2096/* Define to 1 if you have the <sched.h> header file. */
2097#undef HAVE_SCHED_H
2098
2099/* Define to 1 if you have the <search.h> header file. */
2100#undef HAVE_SEARCH_H
2101
2102/* Define to 1 if you have the <selinux/context.h> header file. */
2103#undef HAVE_SELINUX_CONTEXT_H
2104
2105/* Define to 1 if you have the <selinux/flask.h> header file. */
2106#undef HAVE_SELINUX_FLASK_H
2107
2108/* Define to 1 if you have the <selinux/selinux.h> header file. */
2109#undef HAVE_SELINUX_SELINUX_H
2110
2111/* Define to 1 if you have the <semaphore.h> header file. */
2112#undef HAVE_SEMAPHORE_H
2113
2114/* Define to 1 if you have the `setdtablesize' function. */
2115#undef HAVE_SETDTABLESIZE
2116
2117/* Define to 1 if you have the `setenv' function. */
2118#undef HAVE_SETENV
2119
2120/* Define to 1 if you have the `setgroups' function. */
2121#undef HAVE_SETGROUPS
2122
2123/* Define to 1 if you have the `sethostname' function. */
2124#undef HAVE_SETHOSTNAME
2125
2126/* Define to 1 if you have the `setlocale' function. */
2127#undef HAVE_SETLOCALE
2128
2129/* Define to 1 if you have the `setrlimit' function. */
2130#undef HAVE_SETRLIMIT
2131
2132/* Define to 1 if you have the `settimeofday' function. */
2133#undef HAVE_SETTIMEOFDAY
2134
2135/* Define to 1 if you have the `shutdown' function. */
2136#undef HAVE_SHUTDOWN
2137
2138/* Define to 1 if you have the `sig2str' function. */
2139#undef HAVE_SIG2STR
2140
2141/* Define to 1 if you have the `sigaction' function. */
2142#undef HAVE_SIGACTION
2143
2144/* Define to 1 if you have the `sigaltstack' function. */
2145#undef HAVE_SIGALTSTACK
2146
2147/* Define to 1 if the system has the type `siginfo_t'. */
2148#undef HAVE_SIGINFO_T
2149
2150/* Define to 1 if you have the `siginterrupt' function. */
2151#undef HAVE_SIGINTERRUPT
2152
2153/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
2154#undef HAVE_SIGNED_SIG_ATOMIC_T
2155
2156/* Define to 1 if 'wchar_t' is a signed integer type. */
2157#undef HAVE_SIGNED_WCHAR_T
2158
2159/* Define to 1 if 'wint_t' is a signed integer type. */
2160#undef HAVE_SIGNED_WINT_T
2161
2162/* Define to 1 if the system has the type `sigset_t'. */
2163#undef HAVE_SIGSET_T
2164
2165/* Define to 1 if you have the `sigsuspend' function. */
2166#undef HAVE_SIGSUSPEND
2167
2168/* Define to 1 if you have the `sleep' function. */
2169#undef HAVE_SLEEP
2170
2171/* libsmack usability */
2172#undef HAVE_SMACK
2173
2174/* Define to 1 if you have the `snprintf' function. */
2175#undef HAVE_SNPRINTF
2176
2177/* Define if the return value of the snprintf function is the number of of
2178   bytes (excluding the terminating NUL) that would have been produced if the
2179   buffer had been large enough. */
2180#undef HAVE_SNPRINTF_RETVAL_C99
2181
2182/* Define to 1 if you have the `statacl' function. */
2183#undef HAVE_STATACL
2184
2185/* Define to 1 if you have the `statvfs' function. */
2186#undef HAVE_STATVFS
2187
2188/* Define to 1 if you have the <stdint.h> header file. */
2189#undef HAVE_STDINT_H
2190
2191/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
2192   uintmax_t. */
2193#undef HAVE_STDINT_H_WITH_UINTMAX
2194
2195/* Define to 1 if you have the <stdio_ext.h> header file. */
2196#undef HAVE_STDIO_EXT_H
2197
2198/* Define to 1 if you have the <stdlib.h> header file. */
2199#undef HAVE_STDLIB_H
2200
2201/* Define to 1 if you have the `stime' function. */
2202#undef HAVE_STIME
2203
2204/* Define to 1 if you have the `stpcpy' function. */
2205#undef HAVE_STPCPY
2206
2207/* Define if you have the stpncpy() function and it works. */
2208#undef HAVE_STPNCPY
2209
2210/* Define to 1 if you have the `strdup' function. */
2211#undef HAVE_STRDUP
2212
2213/* Define to 1 if you have the `strerror_r' function. */
2214#undef HAVE_STRERROR_R
2215
2216/* Define to 1 if you have the <strings.h> header file. */
2217#undef HAVE_STRINGS_H
2218
2219/* Define to 1 if you have the <string.h> header file. */
2220#undef HAVE_STRING_H
2221
2222/* Define to 1 if you have the `strndup' function. */
2223#undef HAVE_STRNDUP
2224
2225/* Define to 1 if you have the `strnlen' function. */
2226#undef HAVE_STRNLEN
2227
2228/* Define to 1 if you have the <stropts.h> header file. */
2229#undef HAVE_STROPTS_H
2230
2231/* Define to 1 if you have the `strsignal' function. */
2232#undef HAVE_STRSIGNAL
2233
2234/* Define to 1 if the system has the 'strtod_l' function. */
2235#undef HAVE_STRTOD_L
2236
2237/* Define to 1 if you have the `strtof' function. */
2238#undef HAVE_STRTOF
2239
2240/* Define to 1 if you have the `strtoimax' function. */
2241#undef HAVE_STRTOIMAX
2242
2243/* Define to 1 if you have the `strtold_l' function. */
2244#undef HAVE_STRTOLD_L
2245
2246/* Define to 1 if you have the `strtoll' function. */
2247#undef HAVE_STRTOLL
2248
2249/* Define to 1 if you have the `strtoull' function. */
2250#undef HAVE_STRTOULL
2251
2252/* Define to 1 if you have the `strtoumax' function. */
2253#undef HAVE_STRTOUMAX
2254
2255/* Define to 1 if the system has the type `struct addrinfo'. */
2256#undef HAVE_STRUCT_ADDRINFO
2257
2258/* Define if there is a member named d_type in the struct describing directory
2259   headers. */
2260#undef HAVE_STRUCT_DIRENT_D_TYPE
2261
2262/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
2263#undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
2264
2265/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
2266#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
2267
2268/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
2269#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
2270
2271/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
2272#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
2273
2274/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
2275#undef HAVE_STRUCT_SOCKADDR_SA_LEN
2276
2277/* Define to 1 if the system has the type `struct sockaddr_storage'. */
2278#undef HAVE_STRUCT_SOCKADDR_STORAGE
2279
2280/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
2281#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
2282
2283/* Define to 1 if `f_frsize' is a member of `struct statfs'. */
2284#undef HAVE_STRUCT_STATFS_F_FRSIZE
2285
2286/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
2287#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
2288
2289/* Define to 1 if `f_namelen' is a member of `struct statfs'. */
2290#undef HAVE_STRUCT_STATFS_F_NAMELEN
2291
2292/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
2293#undef HAVE_STRUCT_STATFS_F_NAMEMAX
2294
2295/* Define to 1 if `f_type' is a member of `struct statfs'. */
2296#undef HAVE_STRUCT_STATFS_F_TYPE
2297
2298/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
2299#undef HAVE_STRUCT_STATVFS_F_BASETYPE
2300
2301/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
2302#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
2303
2304/* Define to 1 if `f_namemax' is a member of `struct statvfs'. */
2305#undef HAVE_STRUCT_STATVFS_F_NAMEMAX
2306
2307/* Define to 1 if `f_type' is a member of `struct statvfs'. */
2308#undef HAVE_STRUCT_STATVFS_F_TYPE
2309
2310/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
2311#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
2312
2313/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
2314#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
2315
2316/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
2317#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
2318
2319/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
2320#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
2321
2322/* Define to 1 if `st_author' is a member of `struct stat'. */
2323#undef HAVE_STRUCT_STAT_ST_AUTHOR
2324
2325/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
2326#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
2327
2328/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
2329#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
2330
2331/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
2332#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
2333
2334/* Define to 1 if `st_blocks' is a member of `struct stat'. */
2335#undef HAVE_STRUCT_STAT_ST_BLOCKS
2336
2337/* Define to 1 if `mem_unit' is a member of `struct sysinfo'. */
2338#undef HAVE_STRUCT_SYSINFO_MEM_UNIT
2339
2340/* Define to 1 if `tm_zone' is a member of `struct tm'. */
2341#undef HAVE_STRUCT_TM_TM_ZONE
2342
2343/* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
2344#undef HAVE_STRUCT_UTMPX_UT_EXIT
2345
2346/* Define to 1 if `ut_exit.e_exit' is a member of `struct utmpx'. */
2347#undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
2348
2349/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmpx'. */
2350#undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
2351
2352/* Define to 1 if `ut_exit.ut_exit' is a member of `struct utmpx'. */
2353#undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
2354
2355/* Define to 1 if `ut_exit.ut_termination' is a member of `struct utmpx'. */
2356#undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
2357
2358/* Define to 1 if `ut_id' is a member of `struct utmpx'. */
2359#undef HAVE_STRUCT_UTMPX_UT_ID
2360
2361/* Define to 1 if `ut_name' is a member of `struct utmpx'. */
2362#undef HAVE_STRUCT_UTMPX_UT_NAME
2363
2364/* Define to 1 if `ut_pid' is a member of `struct utmpx'. */
2365#undef HAVE_STRUCT_UTMPX_UT_PID
2366
2367/* Define to 1 if `ut_type' is a member of `struct utmpx'. */
2368#undef HAVE_STRUCT_UTMPX_UT_TYPE
2369
2370/* Define to 1 if `ut_user' is a member of `struct utmpx'. */
2371#undef HAVE_STRUCT_UTMPX_UT_USER
2372
2373/* Define to 1 if `ut_exit' is a member of `struct utmp'. */
2374#undef HAVE_STRUCT_UTMP_UT_EXIT
2375
2376/* Define to 1 if `ut_exit.e_exit' is a member of `struct utmp'. */
2377#undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
2378
2379/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmp'. */
2380#undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
2381
2382/* Define to 1 if `ut_exit.ut_exit' is a member of `struct utmp'. */
2383#undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
2384
2385/* Define to 1 if `ut_exit.ut_termination' is a member of `struct utmp'. */
2386#undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
2387
2388/* Define to 1 if `ut_id' is a member of `struct utmp'. */
2389#undef HAVE_STRUCT_UTMP_UT_ID
2390
2391/* Define to 1 if `ut_name' is a member of `struct utmp'. */
2392#undef HAVE_STRUCT_UTMP_UT_NAME
2393
2394/* Define to 1 if `ut_pid' is a member of `struct utmp'. */
2395#undef HAVE_STRUCT_UTMP_UT_PID
2396
2397/* Define to 1 if `ut_type' is a member of `struct utmp'. */
2398#undef HAVE_STRUCT_UTMP_UT_TYPE
2399
2400/* Define to 1 if `ut_user' is a member of `struct utmp'. */
2401#undef HAVE_STRUCT_UTMP_UT_USER
2402
2403/* Define to 1 if the system has the type `struct utsname'. */
2404#undef HAVE_STRUCT_UTSNAME
2405
2406/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
2407   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
2408#undef HAVE_ST_BLOCKS
2409
2410/* Define if struct stat has an st_dm_mode member. */
2411#undef HAVE_ST_DM_MODE
2412
2413/* Define to 1 if you have the `symlink' function. */
2414#undef HAVE_SYMLINK
2415
2416/* Define to 1 if you have the `symlinkat' function. */
2417#undef HAVE_SYMLINKAT
2418
2419/* Define to 1 if you have the `sync' function. */
2420#undef HAVE_SYNC
2421
2422/* Define to 1 if you have the `syncfs' function. */
2423#undef HAVE_SYNCFS
2424
2425/* Define to 1 if you have the `sysctl' function. */
2426#undef HAVE_SYSCTL
2427
2428/* Define to 1 if you have the `sysinfo' function. */
2429#undef HAVE_SYSINFO
2430
2431/* FIXME */
2432#undef HAVE_SYSLOG
2433
2434/* Define to 1 if you have the <syslog.h> header file. */
2435#undef HAVE_SYSLOG_H
2436
2437/* Define to 1 if you have the `sysmp' function. */
2438#undef HAVE_SYSMP
2439
2440/* Define to 1 if you have the <sys/acl.h> header file. */
2441#undef HAVE_SYS_ACL_H
2442
2443/* Define to 1 if you have the <sys/bitypes.h> header file. */
2444#undef HAVE_SYS_BITYPES_H
2445
2446/* Define to 1 if you have the <sys/cdefs.h> header file. */
2447#undef HAVE_SYS_CDEFS_H
2448
2449/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
2450#undef HAVE_SYS_FS_S5PARAM_H
2451
2452/* Define to 1 if you have the <sys/fs_types.h> header file. */
2453#undef HAVE_SYS_FS_TYPES_H
2454
2455/* Define to 1 if you have the <sys/inttypes.h> header file. */
2456#undef HAVE_SYS_INTTYPES_H
2457
2458/* Define to 1 if you have the <sys/ioctl.h> header file. */
2459#undef HAVE_SYS_IOCTL_H
2460
2461/* Define to 1 if you have the <sys/loadavg.h> header file. */
2462#undef HAVE_SYS_LOADAVG_H
2463
2464/* Define to 1 if you have the <sys/mman.h> header file. */
2465#undef HAVE_SYS_MMAN_H
2466
2467/* Define to 1 if you have the <sys/mntent.h> header file. */
2468#undef HAVE_SYS_MNTENT_H
2469
2470/* Define to 1 if you have the <sys/mount.h> header file. */
2471#undef HAVE_SYS_MOUNT_H
2472
2473/* Define to 1 if you have the <sys/mtio.h> header file. */
2474#undef HAVE_SYS_MTIO_H
2475
2476/* Define to 1 if you have the <sys/param.h> header file. */
2477#undef HAVE_SYS_PARAM_H
2478
2479/* Define to 1 if you have the <sys/pstat.h> header file. */
2480#undef HAVE_SYS_PSTAT_H
2481
2482/* Define to 1 if you have the <sys/resource.h> header file. */
2483#undef HAVE_SYS_RESOURCE_H
2484
2485/* Define to 1 if you have the <sys/select.h> header file. */
2486#undef HAVE_SYS_SELECT_H
2487
2488/* Define to 1 if you have the <sys/socket.h> header file. */
2489#undef HAVE_SYS_SOCKET_H
2490
2491/* Define to 1 if you have the <sys/statfs.h> header file. */
2492#undef HAVE_SYS_STATFS_H
2493
2494/* Define to 1 if you have the <sys/statvfs.h> header file. */
2495#undef HAVE_SYS_STATVFS_H
2496
2497/* Define to 1 if you have the <sys/stat.h> header file. */
2498#undef HAVE_SYS_STAT_H
2499
2500/* Define to 1 if you have the <sys/sysctl.h> header file. */
2501#undef HAVE_SYS_SYSCTL_H
2502
2503/* Define to 1 if you have the <sys/sysinfo.h> header file. */
2504#undef HAVE_SYS_SYSINFO_H
2505
2506/* Define to 1 if you have the <sys/sysmp.h> header file. */
2507#undef HAVE_SYS_SYSMP_H
2508
2509/* Define to 1 if you have the <sys/systemcfg.h> header file. */
2510#undef HAVE_SYS_SYSTEMCFG_H
2511
2512/* Define to 1 if you have the <sys/systeminfo.h> header file. */
2513#undef HAVE_SYS_SYSTEMINFO_H
2514
2515/* Define to 1 if you have the <sys/table.h> header file. */
2516#undef HAVE_SYS_TABLE_H
2517
2518/* Define to 1 if you have the <sys/time.h> header file. */
2519#undef HAVE_SYS_TIME_H
2520
2521/* Define to 1 if you have the <sys/types.h> header file. */
2522#undef HAVE_SYS_TYPES_H
2523
2524/* Define to 1 if you have the <sys/ucred.h> header file. */
2525#undef HAVE_SYS_UCRED_H
2526
2527/* Define to 1 if you have the <sys/uio.h> header file. */
2528#undef HAVE_SYS_UIO_H
2529
2530/* Define to 1 if you have the <sys/utsname.h> header file. */
2531#undef HAVE_SYS_UTSNAME_H
2532
2533/* Define to 1 if you have the <sys/vfs.h> header file. */
2534#undef HAVE_SYS_VFS_H
2535
2536/* Define to 1 if you have the <sys/wait.h> header file. */
2537#undef HAVE_SYS_WAIT_H
2538
2539/* Define to 1 if you have the `table' function. */
2540#undef HAVE_TABLE
2541
2542/* Define to 1 if the system has the 'tcgetattr' function. */
2543#undef HAVE_TCGETATTR
2544
2545/* Define to 1 if you have the `tcgetpgrp' function. */
2546#undef HAVE_TCGETPGRP
2547
2548/* Define to 1 if the system has the 'tcsetattr' function. */
2549#undef HAVE_TCSETATTR
2550
2551/* Define to 1 if you have the <termios.h> header file. */
2552#undef HAVE_TERMIOS_H
2553
2554/* Define to 1 if you have the `timegm' function. */
2555#undef HAVE_TIMEGM
2556
2557/* Define to 1 if you have the `timer_settime' function. */
2558#undef HAVE_TIMER_SETTIME
2559
2560/* Define to 1 if the system has the type `timezone_t'. */
2561#undef HAVE_TIMEZONE_T
2562
2563/* Define if struct tm has the tm_gmtoff member. */
2564#undef HAVE_TM_GMTOFF
2565
2566/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
2567   `HAVE_STRUCT_TM_TM_ZONE' instead. */
2568#undef HAVE_TM_ZONE
2569
2570/* Define to 1 if you have the `towlower' function. */
2571#undef HAVE_TOWLOWER
2572
2573/* Define to 1 if you have the `tsearch' function. */
2574#undef HAVE_TSEARCH
2575
2576/* Define to 1 if you don't have `tm_zone' but do have the external array
2577   `tzname'. */
2578#undef HAVE_TZNAME
2579
2580/* Define to 1 if you have the `tzset' function. */
2581#undef HAVE_TZSET
2582
2583/* Define to 1 if you have the `uname' function. */
2584#undef HAVE_UNAME
2585
2586/* Define to 1 if you have the <unistd.h> header file. */
2587#undef HAVE_UNISTD_H
2588
2589/* Define to 1 if you have the `unlinkat' function. */
2590#undef HAVE_UNLINKAT
2591
2592/* Define to 1 if you have the `unsetenv' function. */
2593#undef HAVE_UNSETENV
2594
2595/* Define to 1 if the system has the type 'unsigned long long int'. */
2596#undef HAVE_UNSIGNED_LONG_LONG_INT
2597
2598/* Define to 1 if you have the `uselocale' function. */
2599#undef HAVE_USELOCALE
2600
2601/* Define to 1 if you have the `usleep' function. */
2602#undef HAVE_USLEEP
2603
2604/* Define to 1 if you have the `utime' function. */
2605#undef HAVE_UTIME
2606
2607/* Define to 1 if you have the `utimensat' function. */
2608#undef HAVE_UTIMENSAT
2609
2610/* Define to 1 if you have the <utime.h> header file. */
2611#undef HAVE_UTIME_H
2612
2613/* Define to 1 if you have the `utmpname' function. */
2614#undef HAVE_UTMPNAME
2615
2616/* Define to 1 if you have the `utmpxname' function. */
2617#undef HAVE_UTMPXNAME
2618
2619/* Define to 1 if you have the <utmpx.h> header file. */
2620#undef HAVE_UTMPX_H
2621
2622/* Define to 1 if you have the <utmp.h> header file. */
2623#undef HAVE_UTMP_H
2624
2625/* FIXME */
2626#undef HAVE_UT_HOST
2627
2628/* Define if you have a global __progname variable */
2629#undef HAVE_VAR___PROGNAME
2630
2631/* Define to 1 if you have the `vasnprintf' function. */
2632#undef HAVE_VASNPRINTF
2633
2634/* Define to 1 if you have the `vasprintf' function. */
2635#undef HAVE_VASPRINTF
2636
2637/* Define to 1 if you have the `vfork' function. */
2638#undef HAVE_VFORK
2639
2640/* Define to 1 if you have the <vfork.h> header file. */
2641#undef HAVE_VFORK_H
2642
2643/* Define to 1 if you have the <wchar.h> header file. */
2644#undef HAVE_WCHAR_H
2645
2646/* Define if you have the 'wchar_t' type. */
2647#undef HAVE_WCHAR_T
2648
2649/* Define to 1 if you have the `wcrtomb' function. */
2650#undef HAVE_WCRTOMB
2651
2652/* Define to 1 if you have the `wcslen' function. */
2653#undef HAVE_WCSLEN
2654
2655/* Define to 1 if you have the `wcsnlen' function. */
2656#undef HAVE_WCSNLEN
2657
2658/* Define to 1 if you have the `wcswidth' function. */
2659#undef HAVE_WCSWIDTH
2660
2661/* Define to 1 if you have the `wctob' function. */
2662#undef HAVE_WCTOB
2663
2664/* Define to 1 if you have the <wctype.h> header file. */
2665#undef HAVE_WCTYPE_H
2666
2667/* Define to 1 if you have the `wcwidth' function. */
2668#undef HAVE_WCWIDTH
2669
2670/* Define to 1 if you have the <winsock2.h> header file. */
2671#undef HAVE_WINSOCK2_H
2672
2673/* Define if you have the 'wint_t' type. */
2674#undef HAVE_WINT_T
2675
2676/* Define to 1 if you have the `wmemchr' function. */
2677#undef HAVE_WMEMCHR
2678
2679/* Define to 1 if you have the `wmemcpy' function. */
2680#undef HAVE_WMEMCPY
2681
2682/* Define to 1 if you have the `wmempcpy' function. */
2683#undef HAVE_WMEMPCPY
2684
2685/* Define to 1 if `fork' works. */
2686#undef HAVE_WORKING_FORK
2687
2688/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
2689   7.1. */
2690#undef HAVE_WORKING_FSTATAT_ZERO_FLAG
2691
2692/* Define to 1 if O_NOATIME works. */
2693#undef HAVE_WORKING_O_NOATIME
2694
2695/* Define to 1 if O_NOFOLLOW works. */
2696#undef HAVE_WORKING_O_NOFOLLOW
2697
2698/* Define if utimes works properly. */
2699#undef HAVE_WORKING_UTIMES
2700
2701/* Define to 1 if `vfork' works. */
2702#undef HAVE_WORKING_VFORK
2703
2704/* Define to 1 if you have the <ws2tcpip.h> header file. */
2705#undef HAVE_WS2TCPIP_H
2706
2707/* Define to 1 if you have the <xlocale.h> header file. */
2708#undef HAVE_XLOCALE_H
2709
2710/* Define to 1 if the system has the type `_Bool'. */
2711#undef HAVE__BOOL
2712
2713/* Define to 1 if you have the `_fseeki64' function. */
2714#undef HAVE__FSEEKI64
2715
2716/* Define to 1 if you have the `_ftelli64' function. */
2717#undef HAVE__FTELLI64
2718
2719/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
2720#undef HAVE__SET_INVALID_PARAMETER_HANDLER
2721
2722/* Define to 1 if you have the external variable, _system_configuration with a
2723   member named physmem. */
2724#undef HAVE__SYSTEM_CONFIGURATION
2725
2726/* Define to 1 if the compiler supports __builtin_expect,
2727   and to 2 if <builtins.h> does.  */
2728#undef HAVE___BUILTIN_EXPECT
2729#ifndef HAVE___BUILTIN_EXPECT
2730# define __builtin_expect(e, c) (e)
2731#elif HAVE___BUILTIN_EXPECT == 2
2732# include <builtins.h>
2733#endif
2734
2735
2736/* Define to 1 if you have the `__fpurge' function. */
2737#undef HAVE___FPURGE
2738
2739/* Define to 1 if you have the `__freadahead' function. */
2740#undef HAVE___FREADAHEAD
2741
2742/* Define to 1 if you have the `__freading' function. */
2743#undef HAVE___FREADING
2744
2745/* Define to 1 if you have the `__freadptr' function. */
2746#undef HAVE___FREADPTR
2747
2748/* Define to 1 if you have the `__freadptrinc' function. */
2749#undef HAVE___FREADPTRINC
2750
2751/* Define to 1 if you have the `__fseterr' function. */
2752#undef HAVE___FSETERR
2753
2754/* Define to 1 if you have the `__fsetlocking' function. */
2755#undef HAVE___FSETLOCKING
2756
2757/* Define to 1 if the system has the type `__fsword_t'. */
2758#undef HAVE___FSWORD_T
2759
2760/* Define to 1 if you have the `__xpg_strerror_r' function. */
2761#undef HAVE___XPG_STRERROR_R
2762
2763/* Define HOST_NAME_MAX when <limits.h> does not define it. */
2764#undef HOST_NAME_MAX
2765
2766/* The host operating system. */
2767#undef HOST_OPERATING_SYSTEM
2768
2769/* Define as const if the declaration of iconv() needs const. */
2770#undef ICONV_CONST
2771
2772/* Define to a symbolic name denoting the flavor of iconv_open()
2773   implementation. */
2774#undef ICONV_FLAVOR
2775
2776/* Define as the bit index in the word where to find bit 0 of the exponent of
2777   'long double'. */
2778#undef LDBL_EXPBIT0_BIT
2779
2780/* Define as the word index where to find the exponent of 'long double'. */
2781#undef LDBL_EXPBIT0_WORD
2782
2783/* Define as the bit index in the word where to find the sign of 'long
2784   double'. */
2785#undef LDBL_SIGNBIT_BIT
2786
2787/* Define as the word index where to find the sign of 'long double'. */
2788#undef LDBL_SIGNBIT_WORD
2789
2790/* Define to 1 if linkat can create hardlinks to symlinks */
2791#undef LINKAT_SYMLINK_NOTSUP
2792
2793/* Define to 1 if linkat fails to recognize a trailing slash. */
2794#undef LINKAT_TRAILING_SLASH_BUG
2795
2796/* Define to 1 if 'link(2)' dereferences symbolic links, 0 if it creates hard
2797   links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
2798   unknown. */
2799#undef LINK_FOLLOWS_SYMLINKS
2800
2801/* FIXME */
2802#undef LOCALTIME_CACHE
2803
2804/* Define to 1 if lseek does not detect pipes. */
2805#undef LSEEK_PIPE_BROKEN
2806
2807/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2808   slash. */
2809#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
2810
2811/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
2812   */
2813#undef MAJOR_IN_MKDEV
2814
2815/* Define to 1 if `major', `minor', and `makedev' are declared in
2816   <sysmacros.h>. */
2817#undef MAJOR_IN_SYSMACROS
2818
2819/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
2820#undef MALLOC_0_IS_NONNULL
2821
2822/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
2823#undef MAP_ANONYMOUS
2824
2825/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
2826   */
2827#undef MBRTOWC_EMPTY_INPUT_BUG
2828
2829/* Define if the mbrtowc function has the NULL pwc argument bug. */
2830#undef MBRTOWC_NULL_ARG1_BUG
2831
2832/* Define if the mbrtowc function has the NULL string argument bug. */
2833#undef MBRTOWC_NULL_ARG2_BUG
2834
2835/* Define if the mbrtowc function does not return 0 for a NUL character. */
2836#undef MBRTOWC_NUL_RETVAL_BUG
2837
2838/* Define if the mbrtowc function returns a wrong return value. */
2839#undef MBRTOWC_RETVAL_BUG
2840
2841/* Use GNU style printf and scanf.  */
2842#ifndef __USE_MINGW_ANSI_STDIO
2843# undef __USE_MINGW_ANSI_STDIO
2844#endif
2845
2846
2847/* Define to 1 if mkfifo does not reject trailing slash */
2848#undef MKFIFO_TRAILING_SLASH_BUG
2849
2850/* Define to 1 if mknod cannot create a fifo without super-user privileges */
2851#undef MKNOD_FIFO_BUG
2852
2853/* Define if there is no specific function for reading the list of mounted
2854   file systems. fread will be used to read /etc/mnttab. (SVR2) */
2855#undef MOUNTED_FREAD
2856
2857/* Define if (like SVR2) there is no specific function for reading the list of
2858   mounted file systems, and your system has these header files: <sys/fstyp.h>
2859   and <sys/statfs.h>. (SVR3) */
2860#undef MOUNTED_FREAD_FSTYP
2861
2862/* Define if there are functions named next_dev and fs_stat_dev for reading
2863   the list of mounted file systems. (BeOS) */
2864#undef MOUNTED_FS_STAT_DEV
2865
2866/* Define if there is a function named getfsstat for reading the list of
2867   mounted file systems. (DEC Alpha running OSF/1) */
2868#undef MOUNTED_GETFSSTAT
2869
2870/* Define if there is a function named getmnt for reading the list of mounted
2871   file systems. (Ultrix) */
2872#undef MOUNTED_GETMNT
2873
2874/* Define if there is a function named getmntent for reading the list of
2875   mounted file systems, and that function takes a single argument. (4.3BSD,
2876   SunOS, HP-UX, Dynix, Irix) */
2877#undef MOUNTED_GETMNTENT1
2878
2879/* Define if there is a function named getmntent for reading the list of
2880   mounted file systems, and that function takes two arguments. (SVR4) */
2881#undef MOUNTED_GETMNTENT2
2882
2883/* Define if there is a function named getmntinfo for reading the list of
2884   mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
2885   Darwin) */
2886#undef MOUNTED_GETMNTINFO
2887
2888/* Define if there is a function named getmntinfo for reading the list of
2889   mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
2890   3.0) */
2891#undef MOUNTED_GETMNTINFO2
2892
2893/* Define if we are on interix, and ought to use statvfs plus some special
2894   knowledge on where mounted file systems can be found. (Interix) */
2895#undef MOUNTED_INTERIX_STATVFS
2896
2897/* Define if there is a function named listmntent that can be used to list all
2898   mounted file systems. (UNICOS) */
2899#undef MOUNTED_LISTMNTENT
2900
2901/* Define if there is a function named mntctl that can be used to read the
2902   list of mounted file systems, and there is a system header file that
2903   declares 'struct vmount'. (AIX) */
2904#undef MOUNTED_VMOUNT
2905
2906/* Define to 1 if assertions should be disabled. */
2907#undef NDEBUG
2908
2909/* Define if the compilation of mktime.c should define 'mktime_internal'. */
2910#undef NEED_MKTIME_INTERNAL
2911
2912/* Define if the compilation of mktime.c should define 'mktime' with the
2913   native Windows TZ workaround. */
2914#undef NEED_MKTIME_WINDOWS
2915
2916/* Define if the compilation of mktime.c should define 'mktime' with the
2917   algorithmic workarounds. */
2918#undef NEED_MKTIME_WORKING
2919
2920/* Define if the vasnprintf implementation needs special code for the 'a' and
2921   'A' directives. */
2922#undef NEED_PRINTF_DIRECTIVE_A
2923
2924/* Define if the vasnprintf implementation needs special code for the 'F'
2925   directive. */
2926#undef NEED_PRINTF_DIRECTIVE_F
2927
2928/* Define if the vasnprintf implementation needs special code for the 'ls'
2929   directive. */
2930#undef NEED_PRINTF_DIRECTIVE_LS
2931
2932/* Define if the vasnprintf implementation needs special code for 'double'
2933   arguments. */
2934#undef NEED_PRINTF_DOUBLE
2935
2936/* Define if the vasnprintf implementation needs special code for surviving
2937   out-of-memory conditions. */
2938#undef NEED_PRINTF_ENOMEM
2939
2940/* Define if the vasnprintf implementation needs special code for the ' flag.
2941   */
2942#undef NEED_PRINTF_FLAG_GROUPING
2943
2944/* Define if the vasnprintf implementation needs special code for the '-'
2945   flag. */
2946#undef NEED_PRINTF_FLAG_LEFTADJUST
2947
2948/* Define if the vasnprintf implementation needs special code for the 0 flag.
2949   */
2950#undef NEED_PRINTF_FLAG_ZERO
2951
2952/* Define if the vasnprintf implementation needs special code for infinite
2953   'double' arguments. */
2954#undef NEED_PRINTF_INFINITE_DOUBLE
2955
2956/* Define if the vasnprintf implementation needs special code for infinite
2957   'long double' arguments. */
2958#undef NEED_PRINTF_INFINITE_LONG_DOUBLE
2959
2960/* Define if the vasnprintf implementation needs special code for 'long
2961   double' arguments. */
2962#undef NEED_PRINTF_LONG_DOUBLE
2963
2964/* Define if the vasnprintf implementation needs special code for supporting
2965   large precisions without arbitrary bounds. */
2966#undef NEED_PRINTF_UNBOUNDED_PRECISION
2967
2968/* Define to 1 if the nlist n_name member is a pointer */
2969#undef N_NAME_POINTER
2970
2971/* Define to 1 if open() fails to recognize a trailing slash. */
2972#undef OPEN_TRAILING_SLASH_BUG
2973
2974/* Name of package */
2975#undef PACKAGE
2976
2977/* Define to the address where bug reports for this package should be sent. */
2978#undef PACKAGE_BUGREPORT
2979
2980/* Define to the full name of this package. */
2981#undef PACKAGE_NAME
2982
2983/* String identifying the packager of this software */
2984#undef PACKAGE_PACKAGER
2985
2986/* Packager info for bug reports (URL/e-mail/...) */
2987#undef PACKAGE_PACKAGER_BUG_REPORTS
2988
2989/* Packager-specific version information */
2990#undef PACKAGE_PACKAGER_VERSION
2991
2992/* Define to the full name and version of this package. */
2993#undef PACKAGE_STRING
2994
2995/* Define to the one symbol short name of this package. */
2996#undef PACKAGE_TARNAME
2997
2998/* Define to the home page for this package. */
2999#undef PACKAGE_URL
3000
3001/* Define to the version of this package. */
3002#undef PACKAGE_VERSION
3003
3004/* Define to the maximum link count that a true pipe can have. */
3005#undef PIPE_LINK_COUNT_MAX
3006
3007/* Define this if you prefer euidaccess to return the correct result even if
3008   this would make it nonreentrant. Define this only if your entire
3009   application is safe even if the uid or gid might temporarily change. If
3010   your application uses signal handlers or threads it is probably not safe.
3011   */
3012#undef PREFER_NONREENTRANT_EUIDACCESS
3013
3014/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
3015#undef PRI_MACROS_BROKEN
3016
3017/* Define to the type that is the result of default argument promotions of
3018   type mode_t. */
3019#undef PROMOTED_MODE_T
3020
3021/* Define if the pthread_in_use() detection is hard. */
3022#undef PTHREAD_IN_USE_DETECTION_HARD
3023
3024/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
3025   */
3026#undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
3027
3028/* Define to 1 if pthread_sigmask may return 0 and have no effect. */
3029#undef PTHREAD_SIGMASK_INEFFECTIVE
3030
3031/* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
3032#undef PTHREAD_SIGMASK_UNBLOCK_BUG
3033
3034/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
3035   'ptrdiff_t'. */
3036#undef PTRDIFF_T_SUFFIX
3037
3038/* Define to 1 if readlink fails to recognize a trailing slash. */
3039#undef READLINK_TRAILING_SLASH_BUG
3040
3041/* Define if rename does not work when the destination file exists, as on
3042   Cygwin 1.5 or Windows. */
3043#undef RENAME_DEST_EXISTS_BUG
3044
3045/* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
3046   Cygwin 1.5. */
3047#undef RENAME_HARD_LINK_BUG
3048
3049/* Define if rename does not correctly handle slashes on the destination
3050   argument, such as on Solaris 11 or NetBSD 1.6. */
3051#undef RENAME_TRAILING_SLASH_DEST_BUG
3052
3053/* Define if rename does not correctly handle slashes on the source argument,
3054   such as on Solaris 9 or cygwin 1.5. */
3055#undef RENAME_TRAILING_SLASH_SOURCE_BUG
3056
3057/* Define to 1 if gnulib's dirfd() replacement is used. */
3058#undef REPLACE_DIRFD
3059
3060/* Define to 1 if gnulib's fchdir() replacement is used. */
3061#undef REPLACE_FCHDIR
3062
3063/* Define to 1 if stat needs help when passed a file name with a trailing
3064   slash */
3065#undef REPLACE_FUNC_STAT_FILE
3066
3067/* Define if nl_langinfo exists but is overridden by gnulib. */
3068#undef REPLACE_NL_LANGINFO
3069
3070/* Define to 1 if open() should work around the inability to open a directory.
3071   */
3072#undef REPLACE_OPEN_DIRECTORY
3073
3074/* Define to 1 if strerror(0) does not return a message implying success. */
3075#undef REPLACE_STRERROR_0
3076
3077/* Define if vasnprintf exists but is overridden by gnulib. */
3078#undef REPLACE_VASNPRINTF
3079
3080/* Define if vfprintf is overridden by a POSIX compliant gnulib
3081   implementation. */
3082#undef REPLACE_VFPRINTF_POSIX
3083
3084/* Define if vprintf is overridden by a POSIX compliant gnulib implementation.
3085   */
3086#undef REPLACE_VPRINTF_POSIX
3087
3088/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
3089   'sig_atomic_t'. */
3090#undef SIG_ATOMIC_T_SUFFIX
3091
3092/* Define as the maximum value of type 'size_t', if the system doesn't define
3093   it. */
3094#ifndef SIZE_MAX
3095# undef SIZE_MAX
3096#endif
3097
3098/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
3099   'size_t'. */
3100#undef SIZE_T_SUFFIX
3101
3102/* If using the C implementation of alloca, define if you know the
3103   direction of stack growth for your system; otherwise it will be
3104   automatically deduced at runtime.
3105	STACK_DIRECTION > 0 => grows toward higher addresses
3106	STACK_DIRECTION < 0 => grows toward lower addresses
3107	STACK_DIRECTION = 0 => direction of growth unknown */
3108#undef STACK_DIRECTION
3109
3110/* Define if the block counts reported by statfs may be truncated to 2GB and
3111   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
3112   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
3113   affected.) */
3114#undef STATFS_TRUNCATES_BLOCK_COUNTS
3115
3116/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
3117#undef STAT_MACROS_BROKEN
3118
3119/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
3120   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
3121#undef STAT_STATFS2_BSIZE
3122
3123/* Define if statfs takes 2 args and struct statfs has a field named f_frsize.
3124   (glibc/Linux > 2.6) */
3125#undef STAT_STATFS2_FRSIZE
3126
3127/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
3128   (4.4BSD, NetBSD) */
3129#undef STAT_STATFS2_FSIZE
3130
3131/* Define if statfs takes 2 args and the second argument has type struct
3132   fs_data. (Ultrix) */
3133#undef STAT_STATFS2_FS_DATA
3134
3135/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
3136#undef STAT_STATFS3_OSF1
3137
3138/* Define if statfs takes 4 args. (SVR3, Dynix, old Irix, old AIX, Dolphin) */
3139#undef STAT_STATFS4
3140
3141/* Define if there is a function named statvfs. (SVR4) */
3142#undef STAT_STATVFS
3143
3144/* Define if statvfs64 should be preferred over statvfs. */
3145#undef STAT_STATVFS64
3146
3147/* Define to 1 if you have the ANSI C header files. */
3148#undef STDC_HEADERS
3149
3150/* Define to 1 if strerror_r returns char *. */
3151#undef STRERROR_R_CHAR_P
3152
3153/* Define to 1 if the f_fsid member of struct statfs is an integer. */
3154#undef STRUCT_STATFS_F_FSID_IS_INTEGER
3155
3156/* Define to 1 if the f_fsid member of struct statvfs is an integer. */
3157#undef STRUCT_STATVFS_F_FSID_IS_INTEGER
3158
3159/* Define to 1 on System V Release 4. */
3160#undef SVR4
3161
3162/* FIXME */
3163#undef TERMIOS_NEEDS_XOPEN_SOURCE
3164
3165/* Define to 1 if time_t is signed. */
3166#undef TIME_T_IS_SIGNED
3167
3168/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
3169#undef TIME_WITH_SYS_TIME
3170
3171/* Define to 1 if your <sys/time.h> declares `struct tm'. */
3172#undef TM_IN_SYS_TIME
3173
3174/* group used by system for TTYs */
3175#undef TTY_GROUP_NAME
3176
3177/* Define to 1 if the type of the st_atim member of a struct stat is struct
3178   timespec. */
3179#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
3180
3181/* Define if tzset clobbers localtime's static buffer. */
3182#undef TZSET_CLOBBERS_LOCALTIME
3183
3184/* Define to 1 for Encore UMAX. */
3185#undef UMAX
3186
3187/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
3188   <sys/cpustats.h>. */
3189#undef UMAX4_3
3190
3191/* Define to 1 if unlink (dir) cannot possibly succeed. */
3192#undef UNLINK_CANNOT_UNLINK_DIR
3193
3194/* Define to 1 if unlink() on a parent directory may succeed */
3195#undef UNLINK_PARENT_BUG
3196
3197/* Define to nonzero if you want access control list support. */
3198#undef USE_ACL
3199
3200/* Define to 1 if you want to use the Linux kernel cryptographic API. */
3201#undef USE_LINUX_CRYPTO_API
3202
3203/* Define if the POSIX multithreading library can be used. */
3204#undef USE_POSIX_THREADS
3205
3206/* Define if references to the POSIX multithreading library should be made
3207   weak. */
3208#undef USE_POSIX_THREADS_WEAK
3209
3210/* Define if the GNU Pth multithreading library can be used. */
3211#undef USE_PTH_THREADS
3212
3213/* Define if references to the GNU Pth multithreading library should be made
3214   weak. */
3215#undef USE_PTH_THREADS_WEAK
3216
3217/* Define if the old Solaris multithreading library can be used. */
3218#undef USE_SOLARIS_THREADS
3219
3220/* Define if references to the old Solaris multithreading library should be
3221   made weak. */
3222#undef USE_SOLARIS_THREADS_WEAK
3223
3224/* Enable extensions on AIX 3, Interix.  */
3225#ifndef _ALL_SOURCE
3226# undef _ALL_SOURCE
3227#endif
3228/* Enable general extensions on macOS.  */
3229#ifndef _DARWIN_C_SOURCE
3230# undef _DARWIN_C_SOURCE
3231#endif
3232/* Enable GNU extensions on systems that have them.  */
3233#ifndef _GNU_SOURCE
3234# undef _GNU_SOURCE
3235#endif
3236/* Enable NetBSD extensions on NetBSD.  */
3237#ifndef _NETBSD_SOURCE
3238# undef _NETBSD_SOURCE
3239#endif
3240/* Enable OpenBSD extensions on NetBSD.  */
3241#ifndef _OPENBSD_SOURCE
3242# undef _OPENBSD_SOURCE
3243#endif
3244/* Enable threading extensions on Solaris.  */
3245#ifndef _POSIX_PTHREAD_SEMANTICS
3246# undef _POSIX_PTHREAD_SEMANTICS
3247#endif
3248/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
3249#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
3250# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
3251#endif
3252/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
3253#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
3254# undef __STDC_WANT_IEC_60559_BFP_EXT__
3255#endif
3256/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
3257#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
3258# undef __STDC_WANT_IEC_60559_DFP_EXT__
3259#endif
3260/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
3261#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
3262# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
3263#endif
3264/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
3265#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
3266# undef __STDC_WANT_IEC_60559_TYPES_EXT__
3267#endif
3268/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
3269#ifndef __STDC_WANT_LIB_EXT2__
3270# undef __STDC_WANT_LIB_EXT2__
3271#endif
3272/* Enable extensions specified by ISO/IEC 24747:2009.  */
3273#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
3274# undef __STDC_WANT_MATH_SPEC_FUNCS__
3275#endif
3276/* Enable extensions on HP NonStop.  */
3277#ifndef _TANDEM_SOURCE
3278# undef _TANDEM_SOURCE
3279#endif
3280/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
3281   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
3282   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
3283#ifndef _XOPEN_SOURCE
3284# undef _XOPEN_SOURCE
3285#endif
3286/* Enable X/Open compliant socket functions that do not require linking
3287   with -lxnet on HP-UX 11.11.  */
3288#ifndef _HPUX_ALT_XOPEN_SOCKET_API
3289# undef _HPUX_ALT_XOPEN_SOCKET_API
3290#endif
3291/* Enable general extensions on Solaris.  */
3292#ifndef __EXTENSIONS__
3293# undef __EXTENSIONS__
3294#endif
3295
3296
3297/* Define to 1 if you want getc etc. to use unlocked I/O if available.
3298   Unlocked I/O can improve performance in unithreaded apps, but it is not
3299   safe for multithreaded apps. */
3300#undef USE_UNLOCKED_IO
3301
3302/* Define if the native Windows multithreading API can be used. */
3303#undef USE_WINDOWS_THREADS
3304
3305/* Define if you want extended attribute support. */
3306#undef USE_XATTR
3307
3308/* Version number of package */
3309#undef VERSION
3310
3311/* Define to 1 if unsetenv returns void instead of int. */
3312#undef VOID_UNSETENV
3313
3314/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
3315   'wchar_t'. */
3316#undef WCHAR_T_SUFFIX
3317
3318/* Define if WSAStartup is needed. */
3319#undef WINDOWS_SOCKETS
3320
3321/* Define if sys/ptem.h is required for struct winsize. */
3322#undef WINSIZE_IN_PTEM
3323
3324/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
3325   'wint_t'. */
3326#undef WINT_T_SUFFIX
3327
3328/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
3329   significant byte first (like Motorola and SPARC, unlike Intel). */
3330#if defined AC_APPLE_UNIVERSAL_BUILD
3331# if defined __BIG_ENDIAN__
3332#  define WORDS_BIGENDIAN 1
3333# endif
3334#else
3335# ifndef WORDS_BIGENDIAN
3336#  undef WORDS_BIGENDIAN
3337# endif
3338#endif
3339
3340/* Enable large inode numbers on Mac OS X 10.5. */
3341#undef _DARWIN_USE_64_BIT_INODE
3342
3343/* Number of bits in a file offset, on hosts where this is settable. */
3344#undef _FILE_OFFSET_BITS
3345
3346/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
3347#undef _LARGEFILE_SOURCE
3348
3349/* Define for large files, on AIX-style hosts. */
3350#undef _LARGE_FILES
3351
3352/* Define to 1 on Solaris. */
3353#undef _LCONV_C99
3354
3355/* Define to 1 if on MINIX. */
3356#undef _MINIX
3357
3358/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
3359#undef _NETBSD_SOURCE
3360
3361/* The _Noreturn keyword of C11.  */
3362#if ! (defined _Noreturn \
3363       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
3364# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
3365      || 0x5110 <= __SUNPRO_C)
3366#  define _Noreturn __attribute__ ((__noreturn__))
3367# elif defined _MSC_VER && 1200 <= _MSC_VER
3368#  define _Noreturn __declspec (noreturn)
3369# else
3370#  define _Noreturn
3371# endif
3372#endif
3373
3374
3375/* Define to 2 if the system does not provide POSIX.1 features except with
3376   this defined. */
3377#undef _POSIX_1_SOURCE
3378
3379/* Define to 1 in order to get the POSIX compatible declarations of socket
3380   functions. */
3381#undef _POSIX_PII_SOCKET
3382
3383/* Define to 1 if you need to in order for 'stat' and other things to work. */
3384#undef _POSIX_SOURCE
3385
3386/* For thread-safety on OSF/1, Solaris. */
3387#undef _REENTRANT
3388
3389/* Define if you want <regex.h> to include <limits.h>, so that it consistently
3390   overrides <limits.h>'s RE_DUP_MAX. */
3391#undef _REGEX_INCLUDE_LIMITS_H
3392
3393/* Define if you want regoff_t to be at least as wide POSIX requires. */
3394#undef _REGEX_LARGE_OFFSETS
3395
3396/* For thread-safety on AIX, FreeBSD. */
3397#undef _THREAD_SAFE
3398
3399/* For standard stat data types on VMS. */
3400#undef _USE_STD_STAT
3401
3402/* Define to rpl_ if the getopt replacement functions and variables should be
3403   used. */
3404#undef __GETOPT_PREFIX
3405
3406/* For 64-bit time_t on 32-bit mingw. */
3407#undef __MINGW_USE_VC2005_COMPAT
3408
3409/* Define to 1 if the system <stdint.h> predates C++11. */
3410#undef __STDC_CONSTANT_MACROS
3411
3412/* Define to 1 if the system <stdint.h> predates C++11. */
3413#undef __STDC_LIMIT_MACROS
3414
3415/* Please see the Gnulib manual for how to use these macros.
3416
3417   Suppress extern inline with HP-UX cc, as it appears to be broken; see
3418   <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
3419
3420   Suppress extern inline with Sun C in standards-conformance mode, as it
3421   mishandles inline functions that call each other.  E.g., for 'inline void f
3422   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
3423   'reference to static identifier "f" in extern inline function'.
3424   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
3425
3426   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
3427   on configurations that mistakenly use 'static inline' to implement
3428   functions or macros in standard C headers like <ctype.h>.  For example,
3429   if isdigit is mistakenly implemented via a static inline function,
3430   a program containing an extern inline function that calls isdigit
3431   may not work since the C standard prohibits extern inline functions
3432   from calling static functions.  This bug is known to occur on:
3433
3434     OS X 10.8 and earlier; see:
3435     https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
3436
3437     DragonFly; see
3438     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
3439
3440     FreeBSD; see:
3441     https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
3442
3443   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
3444   for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
3445   Assume DragonFly and FreeBSD will be similar.  */
3446#if (((defined __APPLE__ && defined __MACH__) \
3447      || defined __DragonFly__ || defined __FreeBSD__) \
3448     && (defined __header_inline \
3449         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
3450            && ! defined __clang__) \
3451         : ((! defined _DONT_USE_CTYPE_INLINE_ \
3452             && (defined __GNUC__ || defined __cplusplus)) \
3453            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
3454                && defined __GNUC__ && ! defined __cplusplus))))
3455# define _GL_EXTERN_INLINE_STDHEADER_BUG
3456#endif
3457#if ((__GNUC__ \
3458      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
3459      : (199901L <= __STDC_VERSION__ \
3460         && !defined __HP_cc \
3461         && !defined __PGI \
3462         && !(defined __SUNPRO_C && __STDC__))) \
3463     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
3464# define _GL_INLINE inline
3465# define _GL_EXTERN_INLINE extern inline
3466# define _GL_EXTERN_INLINE_IN_USE
3467#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
3468       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
3469# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
3470   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
3471#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
3472# else
3473#  define _GL_INLINE extern inline
3474# endif
3475# define _GL_EXTERN_INLINE extern
3476# define _GL_EXTERN_INLINE_IN_USE
3477#else
3478# define _GL_INLINE static _GL_UNUSED
3479# define _GL_EXTERN_INLINE static _GL_UNUSED
3480#endif
3481
3482/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
3483   suppress bogus "no previous prototype for 'FOO'"
3484   and "no previous declaration for 'FOO'" diagnostics,
3485   when FOO is an inline function in the header; see
3486   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
3487   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
3488#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
3489# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
3490#  define _GL_INLINE_HEADER_CONST_PRAGMA
3491# else
3492#  define _GL_INLINE_HEADER_CONST_PRAGMA \
3493     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
3494# endif
3495# define _GL_INLINE_HEADER_BEGIN \
3496    _Pragma ("GCC diagnostic push") \
3497    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
3498    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
3499    _GL_INLINE_HEADER_CONST_PRAGMA
3500# define _GL_INLINE_HEADER_END \
3501    _Pragma ("GCC diagnostic pop")
3502#else
3503# define _GL_INLINE_HEADER_BEGIN
3504# define _GL_INLINE_HEADER_END
3505#endif
3506
3507/* Always use our fgetfilecon wrapper. */
3508#undef fgetfilecon
3509
3510/* Define to a replacement function name for fnmatch(). */
3511#undef fnmatch
3512
3513/* Always use our getfilecon wrapper. */
3514#undef getfilecon
3515
3516/* Define to a replacement function name for getpass(). */
3517#undef getpass
3518
3519/* Define to `int' if <sys/types.h> doesn't define. */
3520#undef gid_t
3521
3522/* A replacement for va_copy, if needed.  */
3523#define gl_va_copy(a,b) ((a) = (b))
3524
3525/* Define to `__inline__' or `__inline' if that's what the C compiler
3526   calls it, or to nothing if 'inline' is not supported under any name.  */
3527#ifndef __cplusplus
3528#undef inline
3529#endif
3530
3531/* Define to `unsigned long int' if <sys/types.h> does not define. */
3532#undef ino_t
3533
3534/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
3535#undef intmax_t
3536
3537/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
3538   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
3539   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
3540   __APPLE__ && __MACH__ test for Mac OS X.
3541   __APPLE_CC__ tests for the Apple compiler and its version.
3542   __STDC_VERSION__ tests for the C99 mode.  */
3543#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
3544# define __GNUC_STDC_INLINE__ 1
3545#endif
3546
3547/* Always use our lgetfilecon wrapper. */
3548#undef lgetfilecon
3549
3550/* Define to 1 if the compiler is checking for lint. */
3551#undef lint
3552
3553/* Define to `unsigned int' if <sys/types.h> does not define. */
3554#undef major_t
3555
3556/* Define to a type if <wchar.h> does not define. */
3557#undef mbstate_t
3558
3559/* Define to `unsigned int' if <sys/types.h> does not define. */
3560#undef minor_t
3561
3562/* Define to the real name of the mktime_internal function. */
3563#undef mktime_internal
3564
3565/* Define to `int' if <sys/types.h> does not define. */
3566#undef mode_t
3567
3568/* Define to the name of the strftime replacement function. */
3569#undef my_strftime
3570
3571/* Define to the type of st_nlink in struct stat, or a supertype. */
3572#undef nlink_t
3573
3574/* Define to `long int' if <sys/types.h> does not define. */
3575#undef off_t
3576
3577/* Define to `int' if <sys/types.h> does not define. */
3578#undef pid_t
3579
3580/* Define as the type of the result of subtracting two pointers, if the system
3581   doesn't define it. */
3582#undef ptrdiff_t
3583
3584/* Define to rpl_re_comp if the replacement should be used. */
3585#undef re_comp
3586
3587/* Define to rpl_re_compile_fastmap if the replacement should be used. */
3588#undef re_compile_fastmap
3589
3590/* Define to rpl_re_compile_pattern if the replacement should be used. */
3591#undef re_compile_pattern
3592
3593/* Define to rpl_re_exec if the replacement should be used. */
3594#undef re_exec
3595
3596/* Define to rpl_re_match if the replacement should be used. */
3597#undef re_match
3598
3599/* Define to rpl_re_match_2 if the replacement should be used. */
3600#undef re_match_2
3601
3602/* Define to rpl_re_search if the replacement should be used. */
3603#undef re_search
3604
3605/* Define to rpl_re_search_2 if the replacement should be used. */
3606#undef re_search_2
3607
3608/* Define to rpl_re_set_registers if the replacement should be used. */
3609#undef re_set_registers
3610
3611/* Define to rpl_re_set_syntax if the replacement should be used. */
3612#undef re_set_syntax
3613
3614/* Define to rpl_re_syntax_options if the replacement should be used. */
3615#undef re_syntax_options
3616
3617/* Define to rpl_regcomp if the replacement should be used. */
3618#undef regcomp
3619
3620/* Define to rpl_regerror if the replacement should be used. */
3621#undef regerror
3622
3623/* Define to rpl_regexec if the replacement should be used. */
3624#undef regexec
3625
3626/* Define to rpl_regfree if the replacement should be used. */
3627#undef regfree
3628
3629/* Define to the equivalent of the C99 'restrict' keyword, or to
3630   nothing if this is not supported.  Do not define if restrict is
3631   supported directly.  */
3632#undef restrict
3633/* Work around a bug in Sun C++: it does not support _Restrict or
3634   __restrict__, even though the corresponding Sun C compiler ends up with
3635   "#define restrict _Restrict" or "#define restrict __restrict__" in the
3636   previous line.  Perhaps some future version of Sun C++ will work with
3637   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
3638#if defined __SUNPRO_CC && !defined __RESTRICT
3639# define _Restrict
3640# define __restrict__
3641#endif
3642
3643/* Define to `unsigned int' if <sys/types.h> does not define. */
3644#undef size_t
3645
3646/* type to use in place of socklen_t if not defined */
3647#undef socklen_t
3648
3649/* Define as a signed type of the same size as size_t. */
3650#undef ssize_t
3651
3652/* Define to `int' if <sys/types.h> doesn't define. */
3653#undef uid_t
3654
3655/* Define as a marker that can be attached to declarations that might not
3656    be used.  This helps to reduce warnings, such as from
3657    GCC -Wunused-parameter.  */
3658#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
3659# define _GL_UNUSED __attribute__ ((__unused__))
3660#else
3661# define _GL_UNUSED
3662#endif
3663/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
3664   is a misnomer outside of parameter lists.  */
3665#define _UNUSED_PARAMETER_ _GL_UNUSED
3666
3667/* gcc supports the "unused" attribute on possibly unused labels, and
3668   g++ has since version 4.5.  Note to support C++ as well as C,
3669   _GL_UNUSED_LABEL should be used with a trailing ;  */
3670#if !defined __cplusplus || __GNUC__ > 4 \
3671    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
3672# define _GL_UNUSED_LABEL _GL_UNUSED
3673#else
3674# define _GL_UNUSED_LABEL
3675#endif
3676
3677/* The __pure__ attribute was added in gcc 2.96.  */
3678#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
3679# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
3680#else
3681# define _GL_ATTRIBUTE_PURE /* empty */
3682#endif
3683
3684/* The __const__ attribute was added in gcc 2.95.  */
3685#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
3686# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
3687#else
3688# define _GL_ATTRIBUTE_CONST /* empty */
3689#endif
3690
3691/* The __malloc__ attribute was added in gcc 3.  */
3692#if 3 <= __GNUC__
3693# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
3694#else
3695# define _GL_ATTRIBUTE_MALLOC /* empty */
3696#endif
3697
3698
3699/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
3700#undef useconds_t
3701
3702/* Define as a macro for copying va_list variables. */
3703#undef va_copy
3704
3705/* Define as `fork' if `vfork' does not work. */
3706#undef vfork
3707
3708/* Define to empty if the keyword `volatile' does not work. Warning: valid
3709   code using `volatile' can become incorrect without. Disable with care. */
3710#undef volatile
3711