1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to the number of bits in type 'ptrdiff_t'. */
7#undef BITSIZEOF_PTRDIFF_T
8
9/* Define to the number of bits in type 'sig_atomic_t'. */
10#undef BITSIZEOF_SIG_ATOMIC_T
11
12/* Define to the number of bits in type 'size_t'. */
13#undef BITSIZEOF_SIZE_T
14
15/* Define to the number of bits in type 'wchar_t'. */
16#undef BITSIZEOF_WCHAR_T
17
18/* Define to the number of bits in type 'wint_t'. */
19#undef BITSIZEOF_WINT_T
20
21/* Define to 1 if chown fails to change ctime when at least one argument was
22   not -1. */
23#undef CHOWN_CHANGE_TIME_BUG
24
25/* Define if chown is not POSIX compliant regarding IDs of -1. */
26#undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
27
28/* Define if chown modifies symlinks. */
29#undef CHOWN_MODIFIES_SYMLINK
30
31/* Define to 1 if chown mishandles trailing slash. */
32#undef CHOWN_TRAILING_SLASH_BUG
33
34/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
35   systems. This function is required for `alloca.c' support on those systems.
36   */
37#undef CRAY_STACKSEG_END
38
39/* Define to 1 if using `alloca.c'. */
40#undef C_ALLOCA
41
42/* Define to 1 if the C locale may have encoding errors. */
43#undef C_LOCALE_MAYBE_EILSEQ
44
45/* Define as the bit index in the word where to find bit 0 of the exponent of
46   'double'. */
47#undef DBL_EXPBIT0_BIT
48
49/* Define as the word index where to find the exponent of 'double'. */
50#undef DBL_EXPBIT0_WORD
51
52/* Define to a default quoting style (see lib/quoteargs.c for the list) */
53#undef DEFAULT_QUOTING_STYLE
54
55/* Define full file name of rmt program. */
56#undef DEFAULT_RMT_COMMAND
57
58/* the name of the file descriptor member of DIR */
59#undef DIR_FD_MEMBER_NAME
60
61#ifdef DIR_FD_MEMBER_NAME
62# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
63#else
64# define DIR_TO_FD(Dir_p) -1
65#endif
66
67
68/* Define to 1 if // is a file system root distinct from /. */
69#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
70
71/* Define if struct dirent has a member d_ino that actually works. */
72#undef D_INO_IN_DIRENT
73
74/* Define to 1 if translation of program messages to the user's native
75   language is requested. */
76#undef ENABLE_NLS
77
78/* Define this to 1 if F_DUPFD behavior does not match POSIX */
79#undef FCNTL_DUPFD_BUGGY
80
81/* Define to nothing if C supports flexible array members, and to 1 if it does
82   not. That way, with a declaration like 'struct s { int n; double
83   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
84   compilers. When computing the size of such an object, don't use 'sizeof
85   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
86   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
87   MSVC and with C++ compilers. */
88#undef FLEXIBLE_ARRAY_MEMBER
89
90/* Define to 1 if futimesat mishandles a NULL file name. */
91#undef FUTIMESAT_NULL_BUG
92
93/* Define if gettimeofday clobbers the localtime buffer. */
94#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
95
96/* Define this to 'void' or 'struct timezone' to match the system's
97   declaration of the second argument to gettimeofday. */
98#undef GETTIMEOFDAY_TIMEZONE
99
100/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
101   whether the gnulib module close-stream shall be considered present. */
102#undef GNULIB_CLOSE_STREAM
103
104/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
105   whether the gnulib module dirent-safer shall be considered present. */
106#undef GNULIB_DIRENT_SAFER
107
108/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
109   whether the gnulib module dirname shall be considered present. */
110#undef GNULIB_DIRNAME
111
112/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
113   whether the gnulib module fdopendir shall be considered present. */
114#undef GNULIB_FDOPENDIR
115
116/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
117   whether the gnulib module fscanf shall be considered present. */
118#undef GNULIB_FSCANF
119
120/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
121   whether the gnulib module getcwd shall be considered present. */
122#undef GNULIB_GETCWD
123
124/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
125   whether the gnulib module malloc-gnu shall be considered present. */
126#undef GNULIB_MALLOC_GNU
127
128/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
129   whether the gnulib module openat shall be considered present. */
130#undef GNULIB_OPENAT
131
132/* Define to 1 if printf and friends should be labeled with attribute
133   "__gnu_printf__" instead of "__printf__" */
134#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
135
136/* Define to 1 to add extern declaration of program_invocation_name to argp.h
137   */
138#undef GNULIB_PROGRAM_INVOCATION_NAME
139
140/* Define to 1 to add extern declaration of program_invocation_short_name to
141   argp.h */
142#undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
143
144/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
145   whether the gnulib module scanf shall be considered present. */
146#undef GNULIB_SCANF
147
148/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
149   whether the gnulib module strerror shall be considered present. */
150#undef GNULIB_STRERROR
151
152/* Define to 1 when the gnulib module chdir should be tested. */
153#undef GNULIB_TEST_CHDIR
154
155/* Define to 1 when the gnulib module chown should be tested. */
156#undef GNULIB_TEST_CHOWN
157
158/* Define to 1 when the gnulib module cloexec should be tested. */
159#undef GNULIB_TEST_CLOEXEC
160
161/* Define to 1 when the gnulib module close should be tested. */
162#undef GNULIB_TEST_CLOSE
163
164/* Define to 1 when the gnulib module closedir should be tested. */
165#undef GNULIB_TEST_CLOSEDIR
166
167/* Define to 1 when the gnulib module dirfd should be tested. */
168#undef GNULIB_TEST_DIRFD
169
170/* Define to 1 when the gnulib module dup should be tested. */
171#undef GNULIB_TEST_DUP
172
173/* Define to 1 when the gnulib module dup2 should be tested. */
174#undef GNULIB_TEST_DUP2
175
176/* Define to 1 when the gnulib module environ should be tested. */
177#undef GNULIB_TEST_ENVIRON
178
179/* Define to 1 when the gnulib module fchdir should be tested. */
180#undef GNULIB_TEST_FCHDIR
181
182/* Define to 1 when the gnulib module fcntl should be tested. */
183#undef GNULIB_TEST_FCNTL
184
185/* Define to 1 when the gnulib module fdopendir should be tested. */
186#undef GNULIB_TEST_FDOPENDIR
187
188/* Define to 1 when the gnulib module fseek should be tested. */
189#undef GNULIB_TEST_FSEEK
190
191/* Define to 1 when the gnulib module fseeko should be tested. */
192#undef GNULIB_TEST_FSEEKO
193
194/* Define to 1 when the gnulib module fstat should be tested. */
195#undef GNULIB_TEST_FSTAT
196
197/* Define to 1 when the gnulib module fstatat should be tested. */
198#undef GNULIB_TEST_FSTATAT
199
200/* Define to 1 when the gnulib module getcwd should be tested. */
201#undef GNULIB_TEST_GETCWD
202
203/* Define to 1 when the gnulib module getdelim should be tested. */
204#undef GNULIB_TEST_GETDELIM
205
206/* Define to 1 when the gnulib module getdtablesize should be tested. */
207#undef GNULIB_TEST_GETDTABLESIZE
208
209/* Define to 1 when the gnulib module getline should be tested. */
210#undef GNULIB_TEST_GETLINE
211
212/* Define to 1 when the gnulib module gettimeofday should be tested. */
213#undef GNULIB_TEST_GETTIMEOFDAY
214
215/* Define to 1 when the gnulib module lchown should be tested. */
216#undef GNULIB_TEST_LCHOWN
217
218/* Define to 1 when the gnulib module lseek should be tested. */
219#undef GNULIB_TEST_LSEEK
220
221/* Define to 1 when the gnulib module lstat should be tested. */
222#undef GNULIB_TEST_LSTAT
223
224/* Define to 1 when the gnulib module malloc-posix should be tested. */
225#undef GNULIB_TEST_MALLOC_POSIX
226
227/* Define to 1 when the gnulib module mbrtowc should be tested. */
228#undef GNULIB_TEST_MBRTOWC
229
230/* Define to 1 when the gnulib module mbsinit should be tested. */
231#undef GNULIB_TEST_MBSINIT
232
233/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
234#undef GNULIB_TEST_MBSRTOWCS
235
236/* Define to 1 when the gnulib module memchr should be tested. */
237#undef GNULIB_TEST_MEMCHR
238
239/* Define to 1 when the gnulib module mempcpy should be tested. */
240#undef GNULIB_TEST_MEMPCPY
241
242/* Define to 1 when the gnulib module memrchr should be tested. */
243#undef GNULIB_TEST_MEMRCHR
244
245/* Define to 1 when the gnulib module mktime should be tested. */
246#undef GNULIB_TEST_MKTIME
247
248/* Define to 1 when the gnulib module open should be tested. */
249#undef GNULIB_TEST_OPEN
250
251/* Define to 1 when the gnulib module openat should be tested. */
252#undef GNULIB_TEST_OPENAT
253
254/* Define to 1 when the gnulib module opendir should be tested. */
255#undef GNULIB_TEST_OPENDIR
256
257/* Define to 1 when the gnulib module raise should be tested. */
258#undef GNULIB_TEST_RAISE
259
260/* Define to 1 when the gnulib module rawmemchr should be tested. */
261#undef GNULIB_TEST_RAWMEMCHR
262
263/* Define to 1 when the gnulib module read should be tested. */
264#undef GNULIB_TEST_READ
265
266/* Define to 1 when the gnulib module readdir should be tested. */
267#undef GNULIB_TEST_READDIR
268
269/* Define to 1 when the gnulib module realloc-posix should be tested. */
270#undef GNULIB_TEST_REALLOC_POSIX
271
272/* Define to 1 when the gnulib module rewinddir should be tested. */
273#undef GNULIB_TEST_REWINDDIR
274
275/* Define to 1 when the gnulib module setenv should be tested. */
276#undef GNULIB_TEST_SETENV
277
278/* Define to 1 when the gnulib module sleep should be tested. */
279#undef GNULIB_TEST_SLEEP
280
281/* Define to 1 when the gnulib module stat should be tested. */
282#undef GNULIB_TEST_STAT
283
284/* Define to 1 when the gnulib module stpcpy should be tested. */
285#undef GNULIB_TEST_STPCPY
286
287/* Define to 1 when the gnulib module strchrnul should be tested. */
288#undef GNULIB_TEST_STRCHRNUL
289
290/* Define to 1 when the gnulib module strdup should be tested. */
291#undef GNULIB_TEST_STRDUP
292
293/* Define to 1 when the gnulib module strerror should be tested. */
294#undef GNULIB_TEST_STRERROR
295
296/* Define to 1 when the gnulib module strndup should be tested. */
297#undef GNULIB_TEST_STRNDUP
298
299/* Define to 1 when the gnulib module strnlen should be tested. */
300#undef GNULIB_TEST_STRNLEN
301
302/* Define to 1 when the gnulib module timegm should be tested. */
303#undef GNULIB_TEST_TIMEGM
304
305/* Define to 1 when the gnulib module time_r should be tested. */
306#undef GNULIB_TEST_TIME_R
307
308/* Define to 1 when the gnulib module time_rz should be tested. */
309#undef GNULIB_TEST_TIME_RZ
310
311/* Define to 1 when the gnulib module unsetenv should be tested. */
312#undef GNULIB_TEST_UNSETENV
313
314/* Define to 1 when the gnulib module utimensat should be tested. */
315#undef GNULIB_TEST_UTIMENSAT
316
317/* Define to 1 when the gnulib module vsnprintf should be tested. */
318#undef GNULIB_TEST_VSNPRINTF
319
320/* Define to 1 when the gnulib module write should be tested. */
321#undef GNULIB_TEST_WRITE
322
323/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
324   may be supplied by this distribution. */
325#undef HAVE_ALLOCA
326
327/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
328   */
329#undef HAVE_ALLOCA_H
330
331/* attrib packed */
332#undef HAVE_ATTRIB_PACKED
333
334/* Define to 1 if you have the <bp-sym.h> header file. */
335#undef HAVE_BP_SYM_H
336
337/* Define to 1 if you have the `btowc' function. */
338#undef HAVE_BTOWC
339
340/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
341   CoreFoundation framework. */
342#undef HAVE_CFLOCALECOPYCURRENT
343
344/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
345   the CoreFoundation framework. */
346#undef HAVE_CFPREFERENCESCOPYAPPVALUE
347
348/* Define to 1 if you have the `chown' function. */
349#undef HAVE_CHOWN
350
351/* Define to 1 if you have the `clock_gettime' function. */
352#undef HAVE_CLOCK_GETTIME
353
354/* Define to 1 if you have the `clock_settime' function. */
355#undef HAVE_CLOCK_SETTIME
356
357/* Define to 1 if you have the `closedir' function. */
358#undef HAVE_CLOSEDIR
359
360/* Define if you have compound literals. */
361#undef HAVE_COMPOUND_LITERALS
362
363/* Define if the GNU dcgettext() function is already present or preinstalled.
364   */
365#undef HAVE_DCGETTEXT
366
367/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
368   */
369#undef HAVE_DECL_ALARM
370
371/* Define to 1 if you have the declaration of `atoi', and to 0 if you don't.
372   */
373#undef HAVE_DECL_ATOI
374
375/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
376   you don't. */
377#undef HAVE_DECL_CLEARERR_UNLOCKED
378
379/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
380   */
381#undef HAVE_DECL_DIRFD
382
383/* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
384   */
385#undef HAVE_DECL_ERRNO
386
387/* Define to 1 if you have the declaration of `exit', and to 0 if you don't.
388   */
389#undef HAVE_DECL_EXIT
390
391/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
392   */
393#undef HAVE_DECL_FCHDIR
394
395/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
396   don't. */
397#undef HAVE_DECL_FDOPENDIR
398
399/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
400   don't. */
401#undef HAVE_DECL_FEOF_UNLOCKED
402
403/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
404   you don't. */
405#undef HAVE_DECL_FERROR_UNLOCKED
406
407/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
408   you don't. */
409#undef HAVE_DECL_FFLUSH_UNLOCKED
410
411/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
412   you don't. */
413#undef HAVE_DECL_FGETS_UNLOCKED
414
415/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
416   you don't. */
417#undef HAVE_DECL_FPUTC_UNLOCKED
418
419/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
420   you don't. */
421#undef HAVE_DECL_FPUTS_UNLOCKED
422
423/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
424   you don't. */
425#undef HAVE_DECL_FREAD_UNLOCKED
426
427/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
428   */
429#undef HAVE_DECL_FSEEKO
430
431/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
432   you don't. */
433#undef HAVE_DECL_FWRITE_UNLOCKED
434
435/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
436   you don't. */
437#undef HAVE_DECL_GETCHAR_UNLOCKED
438
439/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
440   */
441#undef HAVE_DECL_GETCWD
442
443/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
444   don't. */
445#undef HAVE_DECL_GETC_UNLOCKED
446
447/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
448   don't. */
449#undef HAVE_DECL_GETDELIM
450
451/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
452   don't. */
453#undef HAVE_DECL_GETDTABLESIZE
454
455/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
456   */
457#undef HAVE_DECL_GETENV
458
459/* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
460   don't. */
461#undef HAVE_DECL_GETGRGID
462
463/* Define to 1 if you have the declaration of `getgrnam', and to 0 if you
464   don't. */
465#undef HAVE_DECL_GETGRNAM
466
467/* Define to 1 if you have the declaration of `getline', and to 0 if you
468   don't. */
469#undef HAVE_DECL_GETLINE
470
471/* Define to 1 if you have the declaration of `getpwnam', and to 0 if you
472   don't. */
473#undef HAVE_DECL_GETPWNAM
474
475/* Define to 1 if you have the declaration of `isblank', and to 0 if you
476   don't. */
477#undef HAVE_DECL_ISBLANK
478
479/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
480   don't. */
481#undef HAVE_DECL_LOCALTIME_R
482
483/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
484   don't. */
485#undef HAVE_DECL_MBRTOWC
486
487/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
488   don't. */
489#undef HAVE_DECL_MBSINIT
490
491/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
492   don't. */
493#undef HAVE_DECL_MBSRTOWCS
494
495/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
496   don't. */
497#undef HAVE_DECL_MEMRCHR
498
499/* Define to 1 if you have the declaration of `program_invocation_name', and
500   to 0 if you don't. */
501#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
502
503/* Define to 1 if you have the declaration of `program_invocation_short_name',
504   and to 0 if you don't. */
505#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
506
507/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
508   you don't. */
509#undef HAVE_DECL_PUTCHAR_UNLOCKED
510
511/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
512   don't. */
513#undef HAVE_DECL_PUTC_UNLOCKED
514
515/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
516   */
517#undef HAVE_DECL_SETENV
518
519/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
520   */
521#undef HAVE_DECL_SLEEP
522
523/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
524   */
525#undef HAVE_DECL_STRDUP
526
527/* Define to 1 if you have the declaration of `strerror', and to 0 if you
528   don't. */
529#undef HAVE_DECL_STRERROR
530
531/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
532   don't. */
533#undef HAVE_DECL_STRERROR_R
534
535/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
536   don't. */
537#undef HAVE_DECL_STRNCASECMP
538
539/* Define to 1 if you have the declaration of `strndup', and to 0 if you
540   don't. */
541#undef HAVE_DECL_STRNDUP
542
543/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
544   don't. */
545#undef HAVE_DECL_STRNLEN
546
547/* Define to 1 if you have the declaration of `towlower', and to 0 if you
548   don't. */
549#undef HAVE_DECL_TOWLOWER
550
551/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
552   */
553#undef HAVE_DECL_TZNAME
554
555/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
556   don't. */
557#undef HAVE_DECL_UNSETENV
558
559/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
560   don't. */
561#undef HAVE_DECL_VSNPRINTF
562
563/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
564   don't. */
565#undef HAVE_DECL__SNPRINTF
566
567/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
568   */
569#undef HAVE_DECL___ARGV
570
571/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
572   don't. */
573#undef HAVE_DECL___FPENDING
574
575/* Define to 1 if you have the <dirent.h> header file. */
576#undef HAVE_DIRENT_H
577
578/* Define to 1 if you have the `dirfd' function. */
579#undef HAVE_DIRFD
580
581/* Define to 1 if you have the 'dup2' function. */
582#undef HAVE_DUP2
583
584/* Define if you have the declaration of environ. */
585#undef HAVE_ENVIRON_DECL
586
587/* Define to 1 if you have the `fchdir' function. */
588#undef HAVE_FCHDIR
589
590/* Define to 1 if you have the `fchmod' function. */
591#undef HAVE_FCHMOD
592
593/* Define to 1 if you have the `fchown' function. */
594#undef HAVE_FCHOWN
595
596/* Define to 1 if you have the `fcntl' function. */
597#undef HAVE_FCNTL
598
599/* Define to 1 if you have the <fcntl.h> header file. */
600#undef HAVE_FCNTL_H
601
602/* Define to 1 if you have the `fdopendir' function. */
603#undef HAVE_FDOPENDIR
604
605/* Define to 1 if you have the <features.h> header file. */
606#undef HAVE_FEATURES_H
607
608/* Define to 1 if you have the `flockfile' function. */
609#undef HAVE_FLOCKFILE
610
611/* Define to 1 if you have the `fork' function. */
612#undef HAVE_FORK
613
614/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
615#undef HAVE_FSEEKO
616
617/* Define to 1 if you have the `fstatat' function. */
618#undef HAVE_FSTATAT
619
620/* Define to 1 if you have the `funlockfile' function. */
621#undef HAVE_FUNLOCKFILE
622
623/* Define to 1 if you have the `futimens' function. */
624#undef HAVE_FUTIMENS
625
626/* Define to 1 if you have the `futimes' function. */
627#undef HAVE_FUTIMES
628
629/* Define to 1 if you have the `futimesat' function. */
630#undef HAVE_FUTIMESAT
631
632/* Define to 1 if getcwd works, but with shorter paths than is generally
633   tested with the replacement. */
634#undef HAVE_GETCWD_SHORTER
635
636/* Define to 1 if you have the `getdelim' function. */
637#undef HAVE_GETDELIM
638
639/* Define to 1 if you have the `getdtablesize' function. */
640#undef HAVE_GETDTABLESIZE
641
642/* Define to 1 if you have the `geteuid' function. */
643#undef HAVE_GETEUID
644
645/* Define to 1 if you have the `getexecname' function. */
646#undef HAVE_GETEXECNAME
647
648/* Define to 1 if you have the `getgid' function. */
649#undef HAVE_GETGID
650
651/* Define to 1 if you have the `getgrgid' function. */
652#undef HAVE_GETGRGID
653
654/* Define to 1 if you have the `getgrnam' function. */
655#undef HAVE_GETGRNAM
656
657/* Define to 1 if you have the <getopt.h> header file. */
658#undef HAVE_GETOPT_H
659
660/* Define to 1 if you have the `getopt_long_only' function. */
661#undef HAVE_GETOPT_LONG_ONLY
662
663/* Define to 1 if you have the `getpagesize' function. */
664#undef HAVE_GETPAGESIZE
665
666/* Define to 1 if you have the `getprogname' function. */
667#undef HAVE_GETPROGNAME
668
669/* Define to 1 if you have the `getpwnam' function. */
670#undef HAVE_GETPWNAM
671
672/* Define to 1 if you have the `getpwuid' function. */
673#undef HAVE_GETPWUID
674
675/* Define if the GNU gettext() function is already present or preinstalled. */
676#undef HAVE_GETTEXT
677
678/* Define to 1 if you have the `gettimeofday' function. */
679#undef HAVE_GETTIMEOFDAY
680
681/* Define to 1 if you have the `getuid' function. */
682#undef HAVE_GETUID
683
684/* Define to 1 if you have the <grp.h> header file. */
685#undef HAVE_GRP_H
686
687/* Define if you have the iconv() function and it works. */
688#undef HAVE_ICONV
689
690/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
691#undef HAVE_INTMAX_T
692
693/* Define to 1 if you have the <inttypes.h> header file. */
694#undef HAVE_INTTYPES_H
695
696/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
697   declares uintmax_t. */
698#undef HAVE_INTTYPES_H_WITH_UINTMAX
699
700/* Define to 1 if you have the `isblank' function. */
701#undef HAVE_ISBLANK
702
703/* Define to 1 if you have the `iswcntrl' function. */
704#undef HAVE_ISWCNTRL
705
706/* Define to 1 if you have the `iswctype' function. */
707#undef HAVE_ISWCTYPE
708
709/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
710#undef HAVE_LANGINFO_CODESET
711
712/* Define to 1 if you have the `lchmod' function. */
713#undef HAVE_LCHMOD
714
715/* Define to 1 if you have the `lchown' function. */
716#undef HAVE_LCHOWN
717
718/* Define to 1 if you have the <libintl.h> header file. */
719#undef HAVE_LIBINTL_H
720
721/* Define to 1 if you have the <limits.h> header file. */
722#undef HAVE_LIMITS_H
723
724/* Define to 1 if you have the <linewrap.h> header file. */
725#undef HAVE_LINEWRAP_H
726
727/* Define to 1 if you have the `link' function. */
728#undef HAVE_LINK
729
730/* Define to 1 if you have the <locale.h> header file. */
731#undef HAVE_LOCALE_H
732
733/* Define to 1 if you have the `localtime_r' function. */
734#undef HAVE_LOCALTIME_R
735
736/* Define to 1 if the system has the type 'long long int'. */
737#undef HAVE_LONG_LONG_INT
738
739/* Define to 1 if you have the `lstat' function. */
740#undef HAVE_LSTAT
741
742/* Define to 1 if you have the `lutimes' function. */
743#undef HAVE_LUTIMES
744
745/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
746   to 0 otherwise. */
747#undef HAVE_MALLOC_GNU
748
749/* Define if the 'malloc' function is POSIX compliant. */
750#undef HAVE_MALLOC_POSIX
751
752/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
753   config.h and <sys/mman.h>. */
754#undef HAVE_MAP_ANONYMOUS
755
756/* Define to 1 if you have the `mbrtowc' function. */
757#undef HAVE_MBRTOWC
758
759/* Define to 1 if you have the `mbsinit' function. */
760#undef HAVE_MBSINIT
761
762/* Define to 1 if you have the `mbsrtowcs' function. */
763#undef HAVE_MBSRTOWCS
764
765/* Define to 1 if <wchar.h> declares mbstate_t. */
766#undef HAVE_MBSTATE_T
767
768/* Define to 1 if you have the <memory.h> header file. */
769#undef HAVE_MEMORY_H
770
771/* Define to 1 if you have the `mempcpy' function. */
772#undef HAVE_MEMPCPY
773
774/* Define to 1 if you have the `memrchr' function. */
775#undef HAVE_MEMRCHR
776
777/* Define to 1 if getcwd minimally works, that is, its result can be trusted
778   when it succeeds. */
779#undef HAVE_MINIMALLY_WORKING_GETCWD
780
781/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
782#undef HAVE_MINMAX_IN_LIMITS_H
783
784/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
785#undef HAVE_MINMAX_IN_SYS_PARAM_H
786
787/* Define to 1 if you have the `mkfifo' function. */
788#undef HAVE_MKFIFO
789
790/* Define to 1 if you have the `mknod' function. */
791#undef HAVE_MKNOD
792
793/* Define to 1 if you have the `mprotect' function. */
794#undef HAVE_MPROTECT
795
796/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
797   concept. */
798#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
799
800/* Define to 1 if you have the `nanotime' function. */
801#undef HAVE_NANOTIME
802
803/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
804#undef HAVE_NDIR_H
805
806/* Define to 1 if you have the <netdb.h> header file. */
807#undef HAVE_NETDB_H
808
809/* Define to 1 if you have the <net/errno.h> header file. */
810#undef HAVE_NET_ERRNO_H
811
812/* Define to 1 if the system has obstacks that work with any size object. */
813#undef HAVE_OBSTACK
814
815/* Define to 1 if you have the `openat' function. */
816#undef HAVE_OPENAT
817
818/* Define to 1 if you have the `opendir' function. */
819#undef HAVE_OPENDIR
820
821/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
822   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
823#undef HAVE_PARTLY_WORKING_GETCWD
824
825/* Define to 1 if you have the `pipe' function. */
826#undef HAVE_PIPE
827
828/* "pragma pack" */
829#undef HAVE_PRAGMA_PACK
830
831/* "pragma pack hppa/hp-ux style" */
832#undef HAVE_PRAGMA_PACK_HPPA
833
834/* Define to 1 if you have the <process.h> header file. */
835#undef HAVE_PROCESS_H
836
837/* Define if program_invocation_name is defined */
838#undef HAVE_PROGRAM_INVOCATION_NAME
839
840/* Define if program_invocation_short_name is defined */
841#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
842
843/* Define to 1 if you have the <pwd.h> header file. */
844#undef HAVE_PWD_H
845
846/* Define to 1 if you have the `raise' function. */
847#undef HAVE_RAISE
848
849/* Define to 1 if you have the `rawmemchr' function. */
850#undef HAVE_RAWMEMCHR
851
852/* Define to 1 if alphasort is declared even after undefining macros. */
853#undef HAVE_RAW_DECL_ALPHASORT
854
855/* Define to 1 if atoll is declared even after undefining macros. */
856#undef HAVE_RAW_DECL_ATOLL
857
858/* Define to 1 if btowc is declared even after undefining macros. */
859#undef HAVE_RAW_DECL_BTOWC
860
861/* Define to 1 if canonicalize_file_name is declared even after undefining
862   macros. */
863#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
864
865/* Define to 1 if chdir is declared even after undefining macros. */
866#undef HAVE_RAW_DECL_CHDIR
867
868/* Define to 1 if chown is declared even after undefining macros. */
869#undef HAVE_RAW_DECL_CHOWN
870
871/* Define to 1 if closedir is declared even after undefining macros. */
872#undef HAVE_RAW_DECL_CLOSEDIR
873
874/* Define to 1 if dirfd is declared even after undefining macros. */
875#undef HAVE_RAW_DECL_DIRFD
876
877/* Define to 1 if dprintf is declared even after undefining macros. */
878#undef HAVE_RAW_DECL_DPRINTF
879
880/* Define to 1 if dup is declared even after undefining macros. */
881#undef HAVE_RAW_DECL_DUP
882
883/* Define to 1 if dup2 is declared even after undefining macros. */
884#undef HAVE_RAW_DECL_DUP2
885
886/* Define to 1 if dup3 is declared even after undefining macros. */
887#undef HAVE_RAW_DECL_DUP3
888
889/* Define to 1 if endusershell is declared even after undefining macros. */
890#undef HAVE_RAW_DECL_ENDUSERSHELL
891
892/* Define to 1 if environ is declared even after undefining macros. */
893#undef HAVE_RAW_DECL_ENVIRON
894
895/* Define to 1 if euidaccess is declared even after undefining macros. */
896#undef HAVE_RAW_DECL_EUIDACCESS
897
898/* Define to 1 if faccessat is declared even after undefining macros. */
899#undef HAVE_RAW_DECL_FACCESSAT
900
901/* Define to 1 if fchdir is declared even after undefining macros. */
902#undef HAVE_RAW_DECL_FCHDIR
903
904/* Define to 1 if fchmodat is declared even after undefining macros. */
905#undef HAVE_RAW_DECL_FCHMODAT
906
907/* Define to 1 if fchownat is declared even after undefining macros. */
908#undef HAVE_RAW_DECL_FCHOWNAT
909
910/* Define to 1 if fcntl is declared even after undefining macros. */
911#undef HAVE_RAW_DECL_FCNTL
912
913/* Define to 1 if fdatasync is declared even after undefining macros. */
914#undef HAVE_RAW_DECL_FDATASYNC
915
916/* Define to 1 if fdopendir is declared even after undefining macros. */
917#undef HAVE_RAW_DECL_FDOPENDIR
918
919/* Define to 1 if ffs is declared even after undefining macros. */
920#undef HAVE_RAW_DECL_FFS
921
922/* Define to 1 if ffsl is declared even after undefining macros. */
923#undef HAVE_RAW_DECL_FFSL
924
925/* Define to 1 if ffsll is declared even after undefining macros. */
926#undef HAVE_RAW_DECL_FFSLL
927
928/* Define to 1 if fpurge is declared even after undefining macros. */
929#undef HAVE_RAW_DECL_FPURGE
930
931/* Define to 1 if fseeko is declared even after undefining macros. */
932#undef HAVE_RAW_DECL_FSEEKO
933
934/* Define to 1 if fstat is declared even after undefining macros. */
935#undef HAVE_RAW_DECL_FSTAT
936
937/* Define to 1 if fstatat is declared even after undefining macros. */
938#undef HAVE_RAW_DECL_FSTATAT
939
940/* Define to 1 if fsync is declared even after undefining macros. */
941#undef HAVE_RAW_DECL_FSYNC
942
943/* Define to 1 if ftello is declared even after undefining macros. */
944#undef HAVE_RAW_DECL_FTELLO
945
946/* Define to 1 if ftruncate is declared even after undefining macros. */
947#undef HAVE_RAW_DECL_FTRUNCATE
948
949/* Define to 1 if futimens is declared even after undefining macros. */
950#undef HAVE_RAW_DECL_FUTIMENS
951
952/* Define to 1 if getcwd is declared even after undefining macros. */
953#undef HAVE_RAW_DECL_GETCWD
954
955/* Define to 1 if getdelim is declared even after undefining macros. */
956#undef HAVE_RAW_DECL_GETDELIM
957
958/* Define to 1 if getdomainname is declared even after undefining macros. */
959#undef HAVE_RAW_DECL_GETDOMAINNAME
960
961/* Define to 1 if getdtablesize is declared even after undefining macros. */
962#undef HAVE_RAW_DECL_GETDTABLESIZE
963
964/* Define to 1 if getgroups is declared even after undefining macros. */
965#undef HAVE_RAW_DECL_GETGROUPS
966
967/* Define to 1 if gethostname is declared even after undefining macros. */
968#undef HAVE_RAW_DECL_GETHOSTNAME
969
970/* Define to 1 if getline is declared even after undefining macros. */
971#undef HAVE_RAW_DECL_GETLINE
972
973/* Define to 1 if getloadavg is declared even after undefining macros. */
974#undef HAVE_RAW_DECL_GETLOADAVG
975
976/* Define to 1 if getlogin is declared even after undefining macros. */
977#undef HAVE_RAW_DECL_GETLOGIN
978
979/* Define to 1 if getlogin_r is declared even after undefining macros. */
980#undef HAVE_RAW_DECL_GETLOGIN_R
981
982/* Define to 1 if getpagesize is declared even after undefining macros. */
983#undef HAVE_RAW_DECL_GETPAGESIZE
984
985/* Define to 1 if gets is declared even after undefining macros. */
986#undef HAVE_RAW_DECL_GETS
987
988/* Define to 1 if getsubopt is declared even after undefining macros. */
989#undef HAVE_RAW_DECL_GETSUBOPT
990
991/* Define to 1 if gettimeofday is declared even after undefining macros. */
992#undef HAVE_RAW_DECL_GETTIMEOFDAY
993
994/* Define to 1 if getusershell is declared even after undefining macros. */
995#undef HAVE_RAW_DECL_GETUSERSHELL
996
997/* Define to 1 if grantpt is declared even after undefining macros. */
998#undef HAVE_RAW_DECL_GRANTPT
999
1000/* Define to 1 if group_member is declared even after undefining macros. */
1001#undef HAVE_RAW_DECL_GROUP_MEMBER
1002
1003/* Define to 1 if imaxabs is declared even after undefining macros. */
1004#undef HAVE_RAW_DECL_IMAXABS
1005
1006/* Define to 1 if imaxdiv is declared even after undefining macros. */
1007#undef HAVE_RAW_DECL_IMAXDIV
1008
1009/* Define to 1 if initstate is declared even after undefining macros. */
1010#undef HAVE_RAW_DECL_INITSTATE
1011
1012/* Define to 1 if initstate_r is declared even after undefining macros. */
1013#undef HAVE_RAW_DECL_INITSTATE_R
1014
1015/* Define to 1 if isatty is declared even after undefining macros. */
1016#undef HAVE_RAW_DECL_ISATTY
1017
1018/* Define to 1 if iswctype is declared even after undefining macros. */
1019#undef HAVE_RAW_DECL_ISWCTYPE
1020
1021/* Define to 1 if lchmod is declared even after undefining macros. */
1022#undef HAVE_RAW_DECL_LCHMOD
1023
1024/* Define to 1 if lchown is declared even after undefining macros. */
1025#undef HAVE_RAW_DECL_LCHOWN
1026
1027/* Define to 1 if link is declared even after undefining macros. */
1028#undef HAVE_RAW_DECL_LINK
1029
1030/* Define to 1 if linkat is declared even after undefining macros. */
1031#undef HAVE_RAW_DECL_LINKAT
1032
1033/* Define to 1 if lseek is declared even after undefining macros. */
1034#undef HAVE_RAW_DECL_LSEEK
1035
1036/* Define to 1 if lstat is declared even after undefining macros. */
1037#undef HAVE_RAW_DECL_LSTAT
1038
1039/* Define to 1 if mbrlen is declared even after undefining macros. */
1040#undef HAVE_RAW_DECL_MBRLEN
1041
1042/* Define to 1 if mbrtowc is declared even after undefining macros. */
1043#undef HAVE_RAW_DECL_MBRTOWC
1044
1045/* Define to 1 if mbsinit is declared even after undefining macros. */
1046#undef HAVE_RAW_DECL_MBSINIT
1047
1048/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1049#undef HAVE_RAW_DECL_MBSNRTOWCS
1050
1051/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1052#undef HAVE_RAW_DECL_MBSRTOWCS
1053
1054/* Define to 1 if memmem is declared even after undefining macros. */
1055#undef HAVE_RAW_DECL_MEMMEM
1056
1057/* Define to 1 if mempcpy is declared even after undefining macros. */
1058#undef HAVE_RAW_DECL_MEMPCPY
1059
1060/* Define to 1 if memrchr is declared even after undefining macros. */
1061#undef HAVE_RAW_DECL_MEMRCHR
1062
1063/* Define to 1 if mkdirat is declared even after undefining macros. */
1064#undef HAVE_RAW_DECL_MKDIRAT
1065
1066/* Define to 1 if mkdtemp is declared even after undefining macros. */
1067#undef HAVE_RAW_DECL_MKDTEMP
1068
1069/* Define to 1 if mkfifo is declared even after undefining macros. */
1070#undef HAVE_RAW_DECL_MKFIFO
1071
1072/* Define to 1 if mkfifoat is declared even after undefining macros. */
1073#undef HAVE_RAW_DECL_MKFIFOAT
1074
1075/* Define to 1 if mknod is declared even after undefining macros. */
1076#undef HAVE_RAW_DECL_MKNOD
1077
1078/* Define to 1 if mknodat is declared even after undefining macros. */
1079#undef HAVE_RAW_DECL_MKNODAT
1080
1081/* Define to 1 if mkostemp is declared even after undefining macros. */
1082#undef HAVE_RAW_DECL_MKOSTEMP
1083
1084/* Define to 1 if mkostemps is declared even after undefining macros. */
1085#undef HAVE_RAW_DECL_MKOSTEMPS
1086
1087/* Define to 1 if mkstemp is declared even after undefining macros. */
1088#undef HAVE_RAW_DECL_MKSTEMP
1089
1090/* Define to 1 if mkstemps is declared even after undefining macros. */
1091#undef HAVE_RAW_DECL_MKSTEMPS
1092
1093/* Define to 1 if openat is declared even after undefining macros. */
1094#undef HAVE_RAW_DECL_OPENAT
1095
1096/* Define to 1 if opendir is declared even after undefining macros. */
1097#undef HAVE_RAW_DECL_OPENDIR
1098
1099/* Define to 1 if pclose is declared even after undefining macros. */
1100#undef HAVE_RAW_DECL_PCLOSE
1101
1102/* Define to 1 if pipe is declared even after undefining macros. */
1103#undef HAVE_RAW_DECL_PIPE
1104
1105/* Define to 1 if pipe2 is declared even after undefining macros. */
1106#undef HAVE_RAW_DECL_PIPE2
1107
1108/* Define to 1 if popen is declared even after undefining macros. */
1109#undef HAVE_RAW_DECL_POPEN
1110
1111/* Define to 1 if posix_openpt is declared even after undefining macros. */
1112#undef HAVE_RAW_DECL_POSIX_OPENPT
1113
1114/* Define to 1 if pread is declared even after undefining macros. */
1115#undef HAVE_RAW_DECL_PREAD
1116
1117/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1118#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
1119
1120/* Define to 1 if ptsname is declared even after undefining macros. */
1121#undef HAVE_RAW_DECL_PTSNAME
1122
1123/* Define to 1 if ptsname_r is declared even after undefining macros. */
1124#undef HAVE_RAW_DECL_PTSNAME_R
1125
1126/* Define to 1 if pwrite is declared even after undefining macros. */
1127#undef HAVE_RAW_DECL_PWRITE
1128
1129/* Define to 1 if qsort_r is declared even after undefining macros. */
1130#undef HAVE_RAW_DECL_QSORT_R
1131
1132/* Define to 1 if random is declared even after undefining macros. */
1133#undef HAVE_RAW_DECL_RANDOM
1134
1135/* Define to 1 if random_r is declared even after undefining macros. */
1136#undef HAVE_RAW_DECL_RANDOM_R
1137
1138/* Define to 1 if rawmemchr is declared even after undefining macros. */
1139#undef HAVE_RAW_DECL_RAWMEMCHR
1140
1141/* Define to 1 if readdir is declared even after undefining macros. */
1142#undef HAVE_RAW_DECL_READDIR
1143
1144/* Define to 1 if readlink is declared even after undefining macros. */
1145#undef HAVE_RAW_DECL_READLINK
1146
1147/* Define to 1 if readlinkat is declared even after undefining macros. */
1148#undef HAVE_RAW_DECL_READLINKAT
1149
1150/* Define to 1 if realpath is declared even after undefining macros. */
1151#undef HAVE_RAW_DECL_REALPATH
1152
1153/* Define to 1 if renameat is declared even after undefining macros. */
1154#undef HAVE_RAW_DECL_RENAMEAT
1155
1156/* Define to 1 if rewinddir is declared even after undefining macros. */
1157#undef HAVE_RAW_DECL_REWINDDIR
1158
1159/* Define to 1 if rmdir is declared even after undefining macros. */
1160#undef HAVE_RAW_DECL_RMDIR
1161
1162/* Define to 1 if rpmatch is declared even after undefining macros. */
1163#undef HAVE_RAW_DECL_RPMATCH
1164
1165/* Define to 1 if scandir is declared even after undefining macros. */
1166#undef HAVE_RAW_DECL_SCANDIR
1167
1168/* Define to 1 if secure_getenv is declared even after undefining macros. */
1169#undef HAVE_RAW_DECL_SECURE_GETENV
1170
1171/* Define to 1 if setenv is declared even after undefining macros. */
1172#undef HAVE_RAW_DECL_SETENV
1173
1174/* Define to 1 if sethostname is declared even after undefining macros. */
1175#undef HAVE_RAW_DECL_SETHOSTNAME
1176
1177/* Define to 1 if setstate is declared even after undefining macros. */
1178#undef HAVE_RAW_DECL_SETSTATE
1179
1180/* Define to 1 if setstate_r is declared even after undefining macros. */
1181#undef HAVE_RAW_DECL_SETSTATE_R
1182
1183/* Define to 1 if setusershell is declared even after undefining macros. */
1184#undef HAVE_RAW_DECL_SETUSERSHELL
1185
1186/* Define to 1 if sigaction is declared even after undefining macros. */
1187#undef HAVE_RAW_DECL_SIGACTION
1188
1189/* Define to 1 if sigaddset is declared even after undefining macros. */
1190#undef HAVE_RAW_DECL_SIGADDSET
1191
1192/* Define to 1 if sigdelset is declared even after undefining macros. */
1193#undef HAVE_RAW_DECL_SIGDELSET
1194
1195/* Define to 1 if sigemptyset is declared even after undefining macros. */
1196#undef HAVE_RAW_DECL_SIGEMPTYSET
1197
1198/* Define to 1 if sigfillset is declared even after undefining macros. */
1199#undef HAVE_RAW_DECL_SIGFILLSET
1200
1201/* Define to 1 if sigismember is declared even after undefining macros. */
1202#undef HAVE_RAW_DECL_SIGISMEMBER
1203
1204/* Define to 1 if sigpending is declared even after undefining macros. */
1205#undef HAVE_RAW_DECL_SIGPENDING
1206
1207/* Define to 1 if sigprocmask is declared even after undefining macros. */
1208#undef HAVE_RAW_DECL_SIGPROCMASK
1209
1210/* Define to 1 if sleep is declared even after undefining macros. */
1211#undef HAVE_RAW_DECL_SLEEP
1212
1213/* Define to 1 if snprintf is declared even after undefining macros. */
1214#undef HAVE_RAW_DECL_SNPRINTF
1215
1216/* Define to 1 if srandom is declared even after undefining macros. */
1217#undef HAVE_RAW_DECL_SRANDOM
1218
1219/* Define to 1 if srandom_r is declared even after undefining macros. */
1220#undef HAVE_RAW_DECL_SRANDOM_R
1221
1222/* Define to 1 if stat is declared even after undefining macros. */
1223#undef HAVE_RAW_DECL_STAT
1224
1225/* Define to 1 if stpcpy is declared even after undefining macros. */
1226#undef HAVE_RAW_DECL_STPCPY
1227
1228/* Define to 1 if stpncpy is declared even after undefining macros. */
1229#undef HAVE_RAW_DECL_STPNCPY
1230
1231/* Define to 1 if strcasecmp is declared even after undefining macros. */
1232#undef HAVE_RAW_DECL_STRCASECMP
1233
1234/* Define to 1 if strcasestr is declared even after undefining macros. */
1235#undef HAVE_RAW_DECL_STRCASESTR
1236
1237/* Define to 1 if strchrnul is declared even after undefining macros. */
1238#undef HAVE_RAW_DECL_STRCHRNUL
1239
1240/* Define to 1 if strdup is declared even after undefining macros. */
1241#undef HAVE_RAW_DECL_STRDUP
1242
1243/* Define to 1 if strerror_r is declared even after undefining macros. */
1244#undef HAVE_RAW_DECL_STRERROR_R
1245
1246/* Define to 1 if strncasecmp is declared even after undefining macros. */
1247#undef HAVE_RAW_DECL_STRNCASECMP
1248
1249/* Define to 1 if strncat is declared even after undefining macros. */
1250#undef HAVE_RAW_DECL_STRNCAT
1251
1252/* Define to 1 if strndup is declared even after undefining macros. */
1253#undef HAVE_RAW_DECL_STRNDUP
1254
1255/* Define to 1 if strnlen is declared even after undefining macros. */
1256#undef HAVE_RAW_DECL_STRNLEN
1257
1258/* Define to 1 if strpbrk is declared even after undefining macros. */
1259#undef HAVE_RAW_DECL_STRPBRK
1260
1261/* Define to 1 if strsep is declared even after undefining macros. */
1262#undef HAVE_RAW_DECL_STRSEP
1263
1264/* Define to 1 if strsignal is declared even after undefining macros. */
1265#undef HAVE_RAW_DECL_STRSIGNAL
1266
1267/* Define to 1 if strtod is declared even after undefining macros. */
1268#undef HAVE_RAW_DECL_STRTOD
1269
1270/* Define to 1 if strtoimax is declared even after undefining macros. */
1271#undef HAVE_RAW_DECL_STRTOIMAX
1272
1273/* Define to 1 if strtok_r is declared even after undefining macros. */
1274#undef HAVE_RAW_DECL_STRTOK_R
1275
1276/* Define to 1 if strtoll is declared even after undefining macros. */
1277#undef HAVE_RAW_DECL_STRTOLL
1278
1279/* Define to 1 if strtoull is declared even after undefining macros. */
1280#undef HAVE_RAW_DECL_STRTOULL
1281
1282/* Define to 1 if strtoumax is declared even after undefining macros. */
1283#undef HAVE_RAW_DECL_STRTOUMAX
1284
1285/* Define to 1 if strverscmp is declared even after undefining macros. */
1286#undef HAVE_RAW_DECL_STRVERSCMP
1287
1288/* Define to 1 if symlink is declared even after undefining macros. */
1289#undef HAVE_RAW_DECL_SYMLINK
1290
1291/* Define to 1 if symlinkat is declared even after undefining macros. */
1292#undef HAVE_RAW_DECL_SYMLINKAT
1293
1294/* Define to 1 if tmpfile is declared even after undefining macros. */
1295#undef HAVE_RAW_DECL_TMPFILE
1296
1297/* Define to 1 if towctrans is declared even after undefining macros. */
1298#undef HAVE_RAW_DECL_TOWCTRANS
1299
1300/* Define to 1 if ttyname_r is declared even after undefining macros. */
1301#undef HAVE_RAW_DECL_TTYNAME_R
1302
1303/* Define to 1 if unlink is declared even after undefining macros. */
1304#undef HAVE_RAW_DECL_UNLINK
1305
1306/* Define to 1 if unlinkat is declared even after undefining macros. */
1307#undef HAVE_RAW_DECL_UNLINKAT
1308
1309/* Define to 1 if unlockpt is declared even after undefining macros. */
1310#undef HAVE_RAW_DECL_UNLOCKPT
1311
1312/* Define to 1 if unsetenv is declared even after undefining macros. */
1313#undef HAVE_RAW_DECL_UNSETENV
1314
1315/* Define to 1 if usleep is declared even after undefining macros. */
1316#undef HAVE_RAW_DECL_USLEEP
1317
1318/* Define to 1 if utimensat is declared even after undefining macros. */
1319#undef HAVE_RAW_DECL_UTIMENSAT
1320
1321/* Define to 1 if vdprintf is declared even after undefining macros. */
1322#undef HAVE_RAW_DECL_VDPRINTF
1323
1324/* Define to 1 if vsnprintf is declared even after undefining macros. */
1325#undef HAVE_RAW_DECL_VSNPRINTF
1326
1327/* Define to 1 if wcpcpy is declared even after undefining macros. */
1328#undef HAVE_RAW_DECL_WCPCPY
1329
1330/* Define to 1 if wcpncpy is declared even after undefining macros. */
1331#undef HAVE_RAW_DECL_WCPNCPY
1332
1333/* Define to 1 if wcrtomb is declared even after undefining macros. */
1334#undef HAVE_RAW_DECL_WCRTOMB
1335
1336/* Define to 1 if wcscasecmp is declared even after undefining macros. */
1337#undef HAVE_RAW_DECL_WCSCASECMP
1338
1339/* Define to 1 if wcscat is declared even after undefining macros. */
1340#undef HAVE_RAW_DECL_WCSCAT
1341
1342/* Define to 1 if wcschr is declared even after undefining macros. */
1343#undef HAVE_RAW_DECL_WCSCHR
1344
1345/* Define to 1 if wcscmp is declared even after undefining macros. */
1346#undef HAVE_RAW_DECL_WCSCMP
1347
1348/* Define to 1 if wcscoll is declared even after undefining macros. */
1349#undef HAVE_RAW_DECL_WCSCOLL
1350
1351/* Define to 1 if wcscpy is declared even after undefining macros. */
1352#undef HAVE_RAW_DECL_WCSCPY
1353
1354/* Define to 1 if wcscspn is declared even after undefining macros. */
1355#undef HAVE_RAW_DECL_WCSCSPN
1356
1357/* Define to 1 if wcsdup is declared even after undefining macros. */
1358#undef HAVE_RAW_DECL_WCSDUP
1359
1360/* Define to 1 if wcslen is declared even after undefining macros. */
1361#undef HAVE_RAW_DECL_WCSLEN
1362
1363/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1364#undef HAVE_RAW_DECL_WCSNCASECMP
1365
1366/* Define to 1 if wcsncat is declared even after undefining macros. */
1367#undef HAVE_RAW_DECL_WCSNCAT
1368
1369/* Define to 1 if wcsncmp is declared even after undefining macros. */
1370#undef HAVE_RAW_DECL_WCSNCMP
1371
1372/* Define to 1 if wcsncpy is declared even after undefining macros. */
1373#undef HAVE_RAW_DECL_WCSNCPY
1374
1375/* Define to 1 if wcsnlen is declared even after undefining macros. */
1376#undef HAVE_RAW_DECL_WCSNLEN
1377
1378/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1379#undef HAVE_RAW_DECL_WCSNRTOMBS
1380
1381/* Define to 1 if wcspbrk is declared even after undefining macros. */
1382#undef HAVE_RAW_DECL_WCSPBRK
1383
1384/* Define to 1 if wcsrchr is declared even after undefining macros. */
1385#undef HAVE_RAW_DECL_WCSRCHR
1386
1387/* Define to 1 if wcsrtombs is declared even after undefining macros. */
1388#undef HAVE_RAW_DECL_WCSRTOMBS
1389
1390/* Define to 1 if wcsspn is declared even after undefining macros. */
1391#undef HAVE_RAW_DECL_WCSSPN
1392
1393/* Define to 1 if wcsstr is declared even after undefining macros. */
1394#undef HAVE_RAW_DECL_WCSSTR
1395
1396/* Define to 1 if wcstok is declared even after undefining macros. */
1397#undef HAVE_RAW_DECL_WCSTOK
1398
1399/* Define to 1 if wcswidth is declared even after undefining macros. */
1400#undef HAVE_RAW_DECL_WCSWIDTH
1401
1402/* Define to 1 if wcsxfrm is declared even after undefining macros. */
1403#undef HAVE_RAW_DECL_WCSXFRM
1404
1405/* Define to 1 if wctob is declared even after undefining macros. */
1406#undef HAVE_RAW_DECL_WCTOB
1407
1408/* Define to 1 if wctrans is declared even after undefining macros. */
1409#undef HAVE_RAW_DECL_WCTRANS
1410
1411/* Define to 1 if wctype is declared even after undefining macros. */
1412#undef HAVE_RAW_DECL_WCTYPE
1413
1414/* Define to 1 if wcwidth is declared even after undefining macros. */
1415#undef HAVE_RAW_DECL_WCWIDTH
1416
1417/* Define to 1 if wmemchr is declared even after undefining macros. */
1418#undef HAVE_RAW_DECL_WMEMCHR
1419
1420/* Define to 1 if wmemcmp is declared even after undefining macros. */
1421#undef HAVE_RAW_DECL_WMEMCMP
1422
1423/* Define to 1 if wmemcpy is declared even after undefining macros. */
1424#undef HAVE_RAW_DECL_WMEMCPY
1425
1426/* Define to 1 if wmemmove is declared even after undefining macros. */
1427#undef HAVE_RAW_DECL_WMEMMOVE
1428
1429/* Define to 1 if wmemset is declared even after undefining macros. */
1430#undef HAVE_RAW_DECL_WMEMSET
1431
1432/* Define to 1 if _Exit is declared even after undefining macros. */
1433#undef HAVE_RAW_DECL__EXIT
1434
1435/* Define to 1 if you have the `readdir' function. */
1436#undef HAVE_READDIR
1437
1438/* Define if the 'realloc' function is POSIX compliant. */
1439#undef HAVE_REALLOC_POSIX
1440
1441/* Define to 1 if you have the `rewinddir' function. */
1442#undef HAVE_REWINDDIR
1443
1444/* Define to 1 if you have the <search.h> header file. */
1445#undef HAVE_SEARCH_H
1446
1447/* Define to 1 if you have the `setdtablesize' function. */
1448#undef HAVE_SETDTABLESIZE
1449
1450/* Define to 1 if you have the `setenv' function. */
1451#undef HAVE_SETENV
1452
1453/* Define to 1 if you have the `setgid' function. */
1454#undef HAVE_SETGID
1455
1456/* Define to 1 if you have the `setlocale' function. */
1457#undef HAVE_SETLOCALE
1458
1459/* Define to 1 if you have the `setmode' function. */
1460#undef HAVE_SETMODE
1461
1462/* Define to 1 if you have the `setuid' function. */
1463#undef HAVE_SETUID
1464
1465/* Define to 1 if you have the <sgtty.h> header file. */
1466#undef HAVE_SGTTY_H
1467
1468/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1469#undef HAVE_SIGNED_SIG_ATOMIC_T
1470
1471/* Define to 1 if 'wchar_t' is a signed integer type. */
1472#undef HAVE_SIGNED_WCHAR_T
1473
1474/* Define to 1 if 'wint_t' is a signed integer type. */
1475#undef HAVE_SIGNED_WINT_T
1476
1477/* Define to 1 if the system has the type `sigset_t'. */
1478#undef HAVE_SIGSET_T
1479
1480/* Define to 1 if you have the `sleep' function. */
1481#undef HAVE_SLEEP
1482
1483/* Define to 1 if you have the `snprintf' function. */
1484#undef HAVE_SNPRINTF
1485
1486/* Define if the return value of the snprintf function is the number of of
1487   bytes (excluding the terminating NUL) that would have been produced if the
1488   buffer had been large enough. */
1489#undef HAVE_SNPRINTF_RETVAL_C99
1490
1491/* Define to 1 if you have the <stdint.h> header file. */
1492#undef HAVE_STDINT_H
1493
1494/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1495   uintmax_t. */
1496#undef HAVE_STDINT_H_WITH_UINTMAX
1497
1498/* Define to 1 if you have the <stdio_ext.h> header file. */
1499#undef HAVE_STDIO_EXT_H
1500
1501/* Define to 1 if you have the <stdlib.h> header file. */
1502#undef HAVE_STDLIB_H
1503
1504/* Define to 1 if you have the `stpcpy' function. */
1505#undef HAVE_STPCPY
1506
1507/* Define to 1 if you have the `strcasecmp' function. */
1508#undef HAVE_STRCASECMP
1509
1510/* Define to 1 if you have the `strchrnul' function. */
1511#undef HAVE_STRCHRNUL
1512
1513/* Define to 1 if you have the `strdup' function. */
1514#undef HAVE_STRDUP
1515
1516/* Define to 1 if you have the `strerror_r' function. */
1517#undef HAVE_STRERROR_R
1518
1519/* Define to 1 if you have the <strings.h> header file. */
1520#undef HAVE_STRINGS_H
1521
1522/* Define to 1 if you have the <string.h> header file. */
1523#undef HAVE_STRING_H
1524
1525/* Define to 1 if you have the `strncasecmp' function. */
1526#undef HAVE_STRNCASECMP
1527
1528/* Define to 1 if you have the `strndup' function. */
1529#undef HAVE_STRNDUP
1530
1531/* Define to 1 if you have the `strnlen' function. */
1532#undef HAVE_STRNLEN
1533
1534/* Define to 1 if you have the `strtol' function. */
1535#undef HAVE_STRTOL
1536
1537/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
1538#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1539
1540/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
1541#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1542
1543/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
1544#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1545
1546/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
1547#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1548
1549/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
1550#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1551
1552/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1553#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1554
1555/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
1556#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1557
1558/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1559#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1560
1561/* Define to 1 if `st_blocks' is a member of `struct stat'. */
1562#undef HAVE_STRUCT_STAT_ST_BLOCKS
1563
1564/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1565#undef HAVE_STRUCT_TM_TM_ZONE
1566
1567/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1568   have utime.h but don't declare the struct anywhere. */
1569#undef HAVE_STRUCT_UTIMBUF
1570
1571/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1572   `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1573#undef HAVE_ST_BLKSIZE
1574
1575/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1576   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1577#undef HAVE_ST_BLOCKS
1578
1579/* Define to 1 if you have the `symlink' function. */
1580#undef HAVE_SYMLINK
1581
1582/* Define to 1 if you have the <sysexits.h> header file. */
1583#undef HAVE_SYSEXITS_H
1584
1585/* Define to 1 if you have the <sys/bitypes.h> header file. */
1586#undef HAVE_SYS_BITYPES_H
1587
1588/* Define to 1 if you have the <sys/buf.h> header file. */
1589#undef HAVE_SYS_BUF_H
1590
1591/* Define to 1 if you have the <sys/device.h> header file. */
1592#undef HAVE_SYS_DEVICE_H
1593
1594/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1595   */
1596#undef HAVE_SYS_DIR_H
1597
1598/* Define to 1 if you have the <sys/gentape.h> header file. */
1599#undef HAVE_SYS_GENTAPE_H
1600
1601/* Define to 1 if you have the <sys/inet.h> header file. */
1602#undef HAVE_SYS_INET_H
1603
1604/* Define to 1 if you have the <sys/inttypes.h> header file. */
1605#undef HAVE_SYS_INTTYPES_H
1606
1607/* Define to 1 if you have the <sys/ioctl.h> header file. */
1608#undef HAVE_SYS_IOCTL_H
1609
1610/* Define to 1 if you have the <sys/io/trioctl.h> header file. */
1611#undef HAVE_SYS_IO_TRIOCTL_H
1612
1613/* Define to 1 if you have the <sys/mman.h> header file. */
1614#undef HAVE_SYS_MMAN_H
1615
1616/* Define to 1 if you have the <sys/mtio.h> header file. */
1617#undef HAVE_SYS_MTIO_H
1618
1619/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1620   */
1621#undef HAVE_SYS_NDIR_H
1622
1623/* Define to 1 if you have the <sys/param.h> header file. */
1624#undef HAVE_SYS_PARAM_H
1625
1626/* Define to 1 if you have the <sys/socket.h> header file. */
1627#undef HAVE_SYS_SOCKET_H
1628
1629/* Define to 1 if you have the <sys/stat.h> header file. */
1630#undef HAVE_SYS_STAT_H
1631
1632/* Define to 1 if you have the <sys/tape.h> header file. */
1633#undef HAVE_SYS_TAPE_H
1634
1635/* Define to 1 if you have the <sys/timeb.h> header file. */
1636#undef HAVE_SYS_TIMEB_H
1637
1638/* Define to 1 if you have the <sys/time.h> header file. */
1639#undef HAVE_SYS_TIME_H
1640
1641/* Define to 1 if you have the <sys/tprintf.h> header file. */
1642#undef HAVE_SYS_TPRINTF_H
1643
1644/* Define to 1 if you have the <sys/types.h> header file. */
1645#undef HAVE_SYS_TYPES_H
1646
1647/* Define to 1 if you have the <sys/wait.h> header file. */
1648#undef HAVE_SYS_WAIT_H
1649
1650/* Define to 1 if you have the `timegm' function. */
1651#undef HAVE_TIMEGM
1652
1653/* Define to 1 if the system has the type `timezone_t'. */
1654#undef HAVE_TIMEZONE_T
1655
1656/* Define if struct tm has the tm_gmtoff member. */
1657#undef HAVE_TM_GMTOFF
1658
1659/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1660   `HAVE_STRUCT_TM_TM_ZONE' instead. */
1661#undef HAVE_TM_ZONE
1662
1663/* Define to 1 if you have the `towlower' function. */
1664#undef HAVE_TOWLOWER
1665
1666/* Define to 1 if you have the `tsearch' function. */
1667#undef HAVE_TSEARCH
1668
1669/* Define to 1 if you don't have `tm_zone' but do have the external array
1670   `tzname'. */
1671#undef HAVE_TZNAME
1672
1673/* Define to 1 if you have the `tzset' function. */
1674#undef HAVE_TZSET
1675
1676/* Define to 1 if you have the <unistd.h> header file. */
1677#undef HAVE_UNISTD_H
1678
1679/* Define to 1 if you have the `unsetenv' function. */
1680#undef HAVE_UNSETENV
1681
1682/* Define to 1 if the system has the type 'unsigned long long int'. */
1683#undef HAVE_UNSIGNED_LONG_LONG_INT
1684
1685/* Define to 1 if you have the `utimensat' function. */
1686#undef HAVE_UTIMENSAT
1687
1688/* Define to 1 if you have the <utime.h> header file. */
1689#undef HAVE_UTIME_H
1690
1691/* Define to 1 if you have the <utmp.h> header file. */
1692#undef HAVE_UTMP_H
1693
1694/* Define if you have a global __progname variable */
1695#undef HAVE_VAR___PROGNAME
1696
1697/* Define to 1 if you have the `vasnprintf' function. */
1698#undef HAVE_VASNPRINTF
1699
1700/* Define to 1 if you have the `vsnprintf' function. */
1701#undef HAVE_VSNPRINTF
1702
1703/* Define to 1 if you have the <wchar.h> header file. */
1704#undef HAVE_WCHAR_H
1705
1706/* Define if you have the 'wchar_t' type. */
1707#undef HAVE_WCHAR_T
1708
1709/* Define to 1 if you have the `wcrtomb' function. */
1710#undef HAVE_WCRTOMB
1711
1712/* Define to 1 if you have the `wcslen' function. */
1713#undef HAVE_WCSLEN
1714
1715/* Define to 1 if you have the `wcsnlen' function. */
1716#undef HAVE_WCSNLEN
1717
1718/* Define to 1 if you have the <wctype.h> header file. */
1719#undef HAVE_WCTYPE_H
1720
1721/* Define to 1 if you have the <winsock2.h> header file. */
1722#undef HAVE_WINSOCK2_H
1723
1724/* Define if you have the 'wint_t' type. */
1725#undef HAVE_WINT_T
1726
1727/* Define to 1 if you have the `wmemchr' function. */
1728#undef HAVE_WMEMCHR
1729
1730/* Define to 1 if you have the `wmemcpy' function. */
1731#undef HAVE_WMEMCPY
1732
1733/* Define to 1 if you have the `wmempcpy' function. */
1734#undef HAVE_WMEMPCPY
1735
1736/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1737   7.1. */
1738#undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1739
1740/* Define to 1 if O_NOATIME works. */
1741#undef HAVE_WORKING_O_NOATIME
1742
1743/* Define to 1 if O_NOFOLLOW works. */
1744#undef HAVE_WORKING_O_NOFOLLOW
1745
1746/* Define if utimes works properly. */
1747#undef HAVE_WORKING_UTIMES
1748
1749/* Define to 1 if the system has the type `_Bool'. */
1750#undef HAVE__BOOL
1751
1752/* Define to 1 if you have the `_fseeki64' function. */
1753#undef HAVE__FSEEKI64
1754
1755/* Define to 1 if you have the `_ftime' function. */
1756#undef HAVE__FTIME
1757
1758/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1759#undef HAVE__SET_INVALID_PARAMETER_HANDLER
1760
1761/* Define to 1 if the compiler supports __builtin_expect,
1762   and to 2 if <builtins.h> does.  */
1763#undef HAVE___BUILTIN_EXPECT
1764#ifndef HAVE___BUILTIN_EXPECT
1765# define __builtin_expect(e, c) (e)
1766#elif HAVE___BUILTIN_EXPECT == 2
1767# include <builtins.h>
1768#endif
1769
1770
1771/* Define as const if the declaration of iconv() needs const. */
1772#undef ICONV_CONST
1773
1774/* Define to 1 if lseek does not detect pipes. */
1775#undef LSEEK_PIPE_BROKEN
1776
1777/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1778   slash. */
1779#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1780
1781/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1782   */
1783#undef MAJOR_IN_MKDEV
1784
1785/* Define to 1 if `major', `minor', and `makedev' are declared in
1786   <sysmacros.h>. */
1787#undef MAJOR_IN_SYSMACROS
1788
1789/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1790#undef MALLOC_0_IS_NONNULL
1791
1792/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1793#undef MAP_ANONYMOUS
1794
1795/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1796   */
1797#undef MBRTOWC_EMPTY_INPUT_BUG
1798
1799/* Define if the mbrtowc function has the NULL pwc argument bug. */
1800#undef MBRTOWC_NULL_ARG1_BUG
1801
1802/* Define if the mbrtowc function has the NULL string argument bug. */
1803#undef MBRTOWC_NULL_ARG2_BUG
1804
1805/* Define if the mbrtowc function does not return 0 for a NUL character. */
1806#undef MBRTOWC_NUL_RETVAL_BUG
1807
1808/* Define if the mbrtowc function returns a wrong return value. */
1809#undef MBRTOWC_RETVAL_BUG
1810
1811/* Use GNU style printf and scanf.  */
1812#ifndef __USE_MINGW_ANSI_STDIO
1813# undef __USE_MINGW_ANSI_STDIO
1814#endif
1815
1816
1817/* Define to mt_model (v.g., for DG/UX), else to mt_type. */
1818#undef MTIO_CHECK_FIELD
1819
1820/* Define to 1 if open() fails to recognize a trailing slash. */
1821#undef OPEN_TRAILING_SLASH_BUG
1822
1823/* Name of package */
1824#undef PACKAGE
1825
1826/* Define to the address where bug reports for this package should be sent. */
1827#undef PACKAGE_BUGREPORT
1828
1829/* Define to the full name of this package. */
1830#undef PACKAGE_NAME
1831
1832/* String identifying the packager of this software */
1833#undef PACKAGE_PACKAGER
1834
1835/* Packager info for bug reports (URL/e-mail/...) */
1836#undef PACKAGE_PACKAGER_BUG_REPORTS
1837
1838/* Packager-specific version information */
1839#undef PACKAGE_PACKAGER_VERSION
1840
1841/* Define to the full name and version of this package. */
1842#undef PACKAGE_STRING
1843
1844/* Define to the one symbol short name of this package. */
1845#undef PACKAGE_TARNAME
1846
1847/* Define to the home page for this package. */
1848#undef PACKAGE_URL
1849
1850/* Define to the version of this package. */
1851#undef PACKAGE_VERSION
1852
1853/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1854#undef PRI_MACROS_BROKEN
1855
1856/* Define to the type that is the result of default argument promotions of
1857   type mode_t. */
1858#undef PROMOTED_MODE_T
1859
1860/* Define to 1 if the C compiler supports function prototypes. */
1861#undef PROTOTYPES
1862
1863/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1864   'ptrdiff_t'. */
1865#undef PTRDIFF_T_SUFFIX
1866
1867/* Define to 1 if gnulib's dirfd() replacement is used. */
1868#undef REPLACE_DIRFD
1869
1870/* Define to 1 if gnulib's fchdir() replacement is used. */
1871#undef REPLACE_FCHDIR
1872
1873/* Define to 1 if stat needs help when passed a directory name with a trailing
1874   slash */
1875#undef REPLACE_FUNC_STAT_DIR
1876
1877/* Define to 1 if stat needs help when passed a file name with a trailing
1878   slash */
1879#undef REPLACE_FUNC_STAT_FILE
1880
1881/* Define to 1 if open() should work around the inability to open a directory.
1882   */
1883#undef REPLACE_OPEN_DIRECTORY
1884
1885/* Define to 1 if strerror(0) does not return a message implying success. */
1886#undef REPLACE_STRERROR_0
1887
1888/* Define if vasnprintf exists but is overridden by gnulib. */
1889#undef REPLACE_VASNPRINTF
1890
1891/* Define as the return type of signal handlers (`int' or `void'). */
1892#undef RETSIGTYPE
1893
1894/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1895   'sig_atomic_t'. */
1896#undef SIG_ATOMIC_T_SUFFIX
1897
1898/* Define as the maximum value of type 'size_t', if the system doesn't define
1899   it. */
1900#ifndef SIZE_MAX
1901# undef SIZE_MAX
1902#endif
1903
1904/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1905   'size_t'. */
1906#undef SIZE_T_SUFFIX
1907
1908/* If using the C implementation of alloca, define if you know the
1909   direction of stack growth for your system; otherwise it will be
1910   automatically deduced at runtime.
1911	STACK_DIRECTION > 0 => grows toward higher addresses
1912	STACK_DIRECTION < 0 => grows toward lower addresses
1913	STACK_DIRECTION = 0 => direction of growth unknown */
1914#undef STACK_DIRECTION
1915
1916/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1917#undef STAT_MACROS_BROKEN
1918
1919/* Define to 1 if you have the ANSI C header files. */
1920#undef STDC_HEADERS
1921
1922/* Define to 1 if strerror_r returns char *. */
1923#undef STRERROR_R_CHAR_P
1924
1925/* Define to 1 if all 'time_t' values fit in a 'long int'. */
1926#undef TIME_T_FITS_IN_LONG_INT
1927
1928/* Define to 1 if time_t is signed. */
1929#undef TIME_T_IS_SIGNED
1930
1931/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1932#undef TIME_WITH_SYS_TIME
1933
1934/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1935#undef TM_IN_SYS_TIME
1936
1937/* Define to 1 if the type of the st_atim member of a struct stat is struct
1938   timespec. */
1939#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1940
1941/* Enable extensions on AIX 3, Interix.  */
1942#ifndef _ALL_SOURCE
1943# undef _ALL_SOURCE
1944#endif
1945/* Enable general extensions on macOS.  */
1946#ifndef _DARWIN_C_SOURCE
1947# undef _DARWIN_C_SOURCE
1948#endif
1949/* Enable GNU extensions on systems that have them.  */
1950#ifndef _GNU_SOURCE
1951# undef _GNU_SOURCE
1952#endif
1953/* Enable threading extensions on Solaris.  */
1954#ifndef _POSIX_PTHREAD_SEMANTICS
1955# undef _POSIX_PTHREAD_SEMANTICS
1956#endif
1957/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1958#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1959# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1960#endif
1961/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1962#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1963# undef __STDC_WANT_IEC_60559_BFP_EXT__
1964#endif
1965/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1966#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1967# undef __STDC_WANT_IEC_60559_DFP_EXT__
1968#endif
1969/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1970#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1971# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1972#endif
1973/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1974#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1975# undef __STDC_WANT_IEC_60559_TYPES_EXT__
1976#endif
1977/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1978#ifndef __STDC_WANT_LIB_EXT2__
1979# undef __STDC_WANT_LIB_EXT2__
1980#endif
1981/* Enable extensions specified by ISO/IEC 24747:2009.  */
1982#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1983# undef __STDC_WANT_MATH_SPEC_FUNCS__
1984#endif
1985/* Enable extensions on HP NonStop.  */
1986#ifndef _TANDEM_SOURCE
1987# undef _TANDEM_SOURCE
1988#endif
1989/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1990   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1991   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1992#ifndef _XOPEN_SOURCE
1993# undef _XOPEN_SOURCE
1994#endif
1995/* Enable general extensions on Solaris.  */
1996#ifndef __EXTENSIONS__
1997# undef __EXTENSIONS__
1998#endif
1999
2000
2001/* Define to 1 if you want getc etc. to use unlocked I/O if available.
2002   Unlocked I/O can improve performance in unithreaded apps, but it is not
2003   safe for multithreaded apps. */
2004#undef USE_UNLOCKED_IO
2005
2006/* Version number of package */
2007#undef VERSION
2008
2009/* Define to 1 if unsetenv returns void instead of int. */
2010#undef VOID_UNSETENV
2011
2012/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2013   'wchar_t'. */
2014#undef WCHAR_T_SUFFIX
2015
2016/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2017   'wint_t'. */
2018#undef WINT_T_SUFFIX
2019
2020/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2021   significant byte first (like Motorola and SPARC, unlike Intel). */
2022#if defined AC_APPLE_UNIVERSAL_BUILD
2023# if defined __BIG_ENDIAN__
2024#  define WORDS_BIGENDIAN 1
2025# endif
2026#else
2027# ifndef WORDS_BIGENDIAN
2028#  undef WORDS_BIGENDIAN
2029# endif
2030#endif
2031
2032/* Enable large inode numbers on Mac OS X 10.5. */
2033#undef _DARWIN_USE_64_BIT_INODE
2034
2035/* Number of bits in a file offset, on hosts where this is settable. */
2036#undef _FILE_OFFSET_BITS
2037
2038/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2039   stat.st_size becomes 64-bit. */
2040#undef _GL_WINDOWS_64_BIT_ST_SIZE
2041
2042/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
2043#undef _LARGEFILE_SOURCE
2044
2045/* Define for large files, on AIX-style hosts. */
2046#undef _LARGE_FILES
2047
2048/* Define to 1 if on MINIX. */
2049#undef _MINIX
2050
2051/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
2052#undef _NETBSD_SOURCE
2053
2054/* The _Noreturn keyword of C11.  */
2055#if ! (defined _Noreturn \
2056       || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2057# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2058      || 0x5110 <= __SUNPRO_C)
2059#  define _Noreturn __attribute__ ((__noreturn__))
2060# elif defined _MSC_VER && 1200 <= _MSC_VER
2061#  define _Noreturn __declspec (noreturn)
2062# else
2063#  define _Noreturn
2064# endif
2065#endif
2066
2067
2068/* Define to 2 if the system does not provide POSIX.1 features except with
2069   this defined. */
2070#undef _POSIX_1_SOURCE
2071
2072/* Define to 1 if you need to in order for 'stat' and other things to work. */
2073#undef _POSIX_SOURCE
2074
2075/* Define to rpl_ if the getopt replacement functions and variables should be
2076   used. */
2077#undef __GETOPT_PREFIX
2078
2079/* Define like PROTOTYPES; this can be used by system headers. */
2080#undef __PROTOTYPES
2081
2082/* Define to 1 if the system <stdint.h> predates C++11. */
2083#undef __STDC_CONSTANT_MACROS
2084
2085/* Define to 1 if the system <stdint.h> predates C++11. */
2086#undef __STDC_LIMIT_MACROS
2087
2088/* Define to empty if `const' does not conform to ANSI C. */
2089#undef const
2090
2091/* Please see the Gnulib manual for how to use these macros.
2092
2093   Suppress extern inline with HP-UX cc, as it appears to be broken; see
2094   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
2095
2096   Suppress extern inline with Sun C in standards-conformance mode, as it
2097   mishandles inline functions that call each other.  E.g., for 'inline void f
2098   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
2099   'reference to static identifier "f" in extern inline function'.
2100   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
2101
2102   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
2103   on configurations that mistakenly use 'static inline' to implement
2104   functions or macros in standard C headers like <ctype.h>.  For example,
2105   if isdigit is mistakenly implemented via a static inline function,
2106   a program containing an extern inline function that calls isdigit
2107   may not work since the C standard prohibits extern inline functions
2108   from calling static functions.  This bug is known to occur on:
2109
2110     OS X 10.8 and earlier; see:
2111     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
2112
2113     DragonFly; see
2114     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
2115
2116     FreeBSD; see:
2117     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
2118
2119   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
2120   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
2121   Assume DragonFly and FreeBSD will be similar.  */
2122#if (((defined __APPLE__ && defined __MACH__) \
2123      || defined __DragonFly__ || defined __FreeBSD__) \
2124     && (defined __header_inline \
2125         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
2126            && ! defined __clang__) \
2127         : ((! defined _DONT_USE_CTYPE_INLINE_ \
2128             && (defined __GNUC__ || defined __cplusplus)) \
2129            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
2130                && defined __GNUC__ && ! defined __cplusplus))))
2131# define _GL_EXTERN_INLINE_STDHEADER_BUG
2132#endif
2133#if ((__GNUC__ \
2134      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2135      : (199901L <= __STDC_VERSION__ \
2136         && !defined __HP_cc \
2137         && !defined __PGI \
2138         && !(defined __SUNPRO_C && __STDC__))) \
2139     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2140# define _GL_INLINE inline
2141# define _GL_EXTERN_INLINE extern inline
2142# define _GL_EXTERN_INLINE_IN_USE
2143#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
2144       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
2145# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
2146   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2147#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2148# else
2149#  define _GL_INLINE extern inline
2150# endif
2151# define _GL_EXTERN_INLINE extern
2152# define _GL_EXTERN_INLINE_IN_USE
2153#else
2154# define _GL_INLINE static _GL_UNUSED
2155# define _GL_EXTERN_INLINE static _GL_UNUSED
2156#endif
2157
2158/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
2159   suppress bogus "no previous prototype for 'FOO'"
2160   and "no previous declaration for 'FOO'" diagnostics,
2161   when FOO is an inline function in the header; see
2162   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
2163   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
2164#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
2165# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2166#  define _GL_INLINE_HEADER_CONST_PRAGMA
2167# else
2168#  define _GL_INLINE_HEADER_CONST_PRAGMA \
2169     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2170# endif
2171# define _GL_INLINE_HEADER_BEGIN \
2172    _Pragma ("GCC diagnostic push") \
2173    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2174    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2175    _GL_INLINE_HEADER_CONST_PRAGMA
2176# define _GL_INLINE_HEADER_END \
2177    _Pragma ("GCC diagnostic pop")
2178#else
2179# define _GL_INLINE_HEADER_BEGIN
2180# define _GL_INLINE_HEADER_END
2181#endif
2182
2183/* Define to a replacement function name for fnmatch(). */
2184#undef fnmatch
2185
2186/* Define to `int' if <sys/types.h> does not define. */
2187#undef gid_t
2188
2189/* A replacement for va_copy, if needed.  */
2190#define gl_va_copy(a,b) ((a) = (b))
2191
2192/* Define to `__inline__' or `__inline' if that's what the C compiler
2193   calls it, or to nothing if 'inline' is not supported under any name.  */
2194#ifndef __cplusplus
2195#undef inline
2196#endif
2197
2198/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2199#undef intmax_t
2200
2201/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2202   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2203   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2204   __APPLE__ && __MACH__ test for Mac OS X.
2205   __APPLE_CC__ tests for the Apple compiler and its version.
2206   __STDC_VERSION__ tests for the C99 mode.  */
2207#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2208# define __GNUC_STDC_INLINE__ 1
2209#endif
2210
2211/* Define to a type if <wchar.h> does not define. */
2212#undef mbstate_t
2213
2214/* Define to the real name of the mktime_internal function. */
2215#undef mktime_internal
2216
2217/* Define to `int' if <sys/types.h> does not define. */
2218#undef mode_t
2219
2220/* Define to the name of the strftime replacement function. */
2221#undef my_strftime
2222
2223/* Define to the type of st_nlink in struct stat, or a supertype. */
2224#undef nlink_t
2225
2226/* Define to `long int' if <sys/types.h> does not define. */
2227#undef off_t
2228
2229/* Define to `int' if <sys/types.h> does not define. */
2230#undef pid_t
2231
2232/* Define as the type of the result of subtracting two pointers, if the system
2233   doesn't define it. */
2234#undef ptrdiff_t
2235
2236/* Define to the equivalent of the C99 'restrict' keyword, or to
2237   nothing if this is not supported.  Do not define if restrict is
2238   supported directly.  */
2239#undef restrict
2240/* Work around a bug in Sun C++: it does not support _Restrict or
2241   __restrict__, even though the corresponding Sun C compiler ends up with
2242   "#define restrict _Restrict" or "#define restrict __restrict__" in the
2243   previous line.  Perhaps some future version of Sun C++ will work with
2244   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2245#if defined __SUNPRO_CC && !defined __RESTRICT
2246# define _Restrict
2247# define __restrict__
2248#endif
2249
2250/* Define to `unsigned int' if <sys/types.h> does not define. */
2251#undef size_t
2252
2253/* Define as a signed type of the same size as size_t. */
2254#undef ssize_t
2255
2256/* Define to `int' if <sys/types.h> doesn't define. */
2257#undef uid_t
2258
2259/* Define as a marker that can be attached to declarations that might not
2260    be used.  This helps to reduce warnings, such as from
2261    GCC -Wunused-parameter.  */
2262#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2263# define _GL_UNUSED __attribute__ ((__unused__))
2264#else
2265# define _GL_UNUSED
2266#endif
2267/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2268   is a misnomer outside of parameter lists.  */
2269#define _UNUSED_PARAMETER_ _GL_UNUSED
2270
2271/* gcc supports the "unused" attribute on possibly unused labels, and
2272   g++ has since version 4.5.  Note to support C++ as well as C,
2273   _GL_UNUSED_LABEL should be used with a trailing ;  */
2274#if !defined __cplusplus || __GNUC__ > 4 \
2275    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
2276# define _GL_UNUSED_LABEL _GL_UNUSED
2277#else
2278# define _GL_UNUSED_LABEL
2279#endif
2280
2281/* The __pure__ attribute was added in gcc 2.96.  */
2282#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2283# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2284#else
2285# define _GL_ATTRIBUTE_PURE /* empty */
2286#endif
2287
2288/* The __const__ attribute was added in gcc 2.95.  */
2289#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2290# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2291#else
2292# define _GL_ATTRIBUTE_CONST /* empty */
2293#endif
2294
2295
2296/* Define as a macro for copying va_list variables. */
2297#undef va_copy
2298