Bump to 2.19
[platform/upstream/grep.git] / config.hin
1 /* config.hin.  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 function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
8
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
11
12 /* Define to the number of bits in type 'ptrdiff_t'. */
13 #undef BITSIZEOF_PTRDIFF_T
14
15 /* Define to the number of bits in type 'sig_atomic_t'. */
16 #undef BITSIZEOF_SIG_ATOMIC_T
17
18 /* Define to the number of bits in type 'size_t'. */
19 #undef BITSIZEOF_SIZE_T
20
21 /* Define to the number of bits in type 'wchar_t'. */
22 #undef BITSIZEOF_WCHAR_T
23
24 /* Define to the number of bits in type 'wint_t'. */
25 #undef BITSIZEOF_WINT_T
26
27 /* Define to 1 if the `closedir' function returns void instead of `int'. */
28 #undef CLOSEDIR_VOID
29
30 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
31    systems. This function is required for `alloca.c' support on those systems.
32    */
33 #undef CRAY_STACKSEG_END
34
35 /* Define to 1 if using `alloca.c'. */
36 #undef C_ALLOCA
37
38 /* Define as the bit index in the word where to find bit 0 of the exponent of
39    'double'. */
40 #undef DBL_EXPBIT0_BIT
41
42 /* Define as the word index where to find the exponent of 'double'. */
43 #undef DBL_EXPBIT0_WORD
44
45 /* the name of the file descriptor member of DIR */
46 #undef DIR_FD_MEMBER_NAME
47
48 #ifdef DIR_FD_MEMBER_NAME
49 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
50 #else
51 # define DIR_TO_FD(Dir_p) -1
52 #endif
53
54
55 /* Define to 1 if // is a file system root distinct from /. */
56 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
57
58 /* Define if struct dirent has a member d_ino that actually works. */
59 #undef D_INO_IN_DIRENT
60
61 /* Define to 1 if translation of program messages to the user's native
62    language is requested. */
63 #undef ENABLE_NLS
64
65 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
66 #undef FCNTL_DUPFD_BUGGY
67
68 /* Enable compile-time and run-time bounds-checking, and some warnings,
69       without upsetting glibc 2.15+. */
70    #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
71    # define _FORTIFY_SOURCE 2
72    #endif
73   
74
75 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
76 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
77
78 /* Define if gettimeofday clobbers the localtime buffer. */
79 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
80
81 /* Define this to 'void' or 'struct timezone' to match the system's
82    declaration of the second argument to gettimeofday. */
83 #undef GETTIMEOFDAY_TIMEZONE
84
85 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
86    whether the gnulib module close-stream shall be considered present. */
87 #undef GNULIB_CLOSE_STREAM
88
89 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
90    whether the gnulib module dirent-safer shall be considered present. */
91 #undef GNULIB_DIRENT_SAFER
92
93 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
94    whether the gnulib module fcntl-safer shall be considered present. */
95 #undef GNULIB_FCNTL_SAFER
96
97 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
98    whether the gnulib module fdopendir shall be considered present. */
99 #undef GNULIB_FDOPENDIR
100
101 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
102    whether the gnulib module fd-safer-flag shall be considered present. */
103 #undef GNULIB_FD_SAFER_FLAG
104
105 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
106    whether the gnulib module fscanf shall be considered present. */
107 #undef GNULIB_FSCANF
108
109 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
110    whether the gnulib module lock shall be considered present. */
111 #undef GNULIB_LOCK
112
113 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
114    whether the gnulib module malloc-gnu shall be considered present. */
115 #undef GNULIB_MALLOC_GNU
116
117 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
118    whether the gnulib module openat shall be considered present. */
119 #undef GNULIB_OPENAT
120
121 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
122    whether the gnulib module openat-safer shall be considered present. */
123 #undef GNULIB_OPENAT_SAFER
124
125 /* enable some gnulib portability checks */
126 #undef GNULIB_PORTCHECK
127
128 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
129    whether the gnulib module realloc-gnu shall be considered present. */
130 #undef GNULIB_REALLOC_GNU
131
132 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
133    whether the gnulib module scanf shall be considered present. */
134 #undef GNULIB_SCANF
135
136 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
137    whether the gnulib module snprintf shall be considered present. */
138 #undef GNULIB_SNPRINTF
139
140 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
141    whether the gnulib module strerror shall be considered present. */
142 #undef GNULIB_STRERROR
143
144 /* Define to 1 when the gnulib module btowc should be tested. */
145 #undef GNULIB_TEST_BTOWC
146
147 /* Define to 1 when the gnulib module chdir should be tested. */
148 #undef GNULIB_TEST_CHDIR
149
150 /* Define to 1 when the gnulib module cloexec should be tested. */
151 #undef GNULIB_TEST_CLOEXEC
152
153 /* Define to 1 when the gnulib module close should be tested. */
154 #undef GNULIB_TEST_CLOSE
155
156 /* Define to 1 when the gnulib module closedir should be tested. */
157 #undef GNULIB_TEST_CLOSEDIR
158
159 /* Define to 1 when the gnulib module dirfd should be tested. */
160 #undef GNULIB_TEST_DIRFD
161
162 /* Define to 1 when the gnulib module dup should be tested. */
163 #undef GNULIB_TEST_DUP
164
165 /* Define to 1 when the gnulib module dup2 should be tested. */
166 #undef GNULIB_TEST_DUP2
167
168 /* Define to 1 when the gnulib module environ should be tested. */
169 #undef GNULIB_TEST_ENVIRON
170
171 /* Define to 1 when the gnulib module fchdir should be tested. */
172 #undef GNULIB_TEST_FCHDIR
173
174 /* Define to 1 when the gnulib module fcntl should be tested. */
175 #undef GNULIB_TEST_FCNTL
176
177 /* Define to 1 when the gnulib module fdopen should be tested. */
178 #undef GNULIB_TEST_FDOPEN
179
180 /* Define to 1 when the gnulib module fdopendir should be tested. */
181 #undef GNULIB_TEST_FDOPENDIR
182
183 /* Define to 1 when the gnulib module fstat should be tested. */
184 #undef GNULIB_TEST_FSTAT
185
186 /* Define to 1 when the gnulib module fstatat should be tested. */
187 #undef GNULIB_TEST_FSTATAT
188
189 /* Define to 1 when the gnulib module getcwd should be tested. */
190 #undef GNULIB_TEST_GETCWD
191
192 /* Define to 1 when the gnulib module getdtablesize should be tested. */
193 #undef GNULIB_TEST_GETDTABLESIZE
194
195 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
196 #undef GNULIB_TEST_GETOPT_GNU
197
198 /* Define to 1 when the gnulib module getpagesize should be tested. */
199 #undef GNULIB_TEST_GETPAGESIZE
200
201 /* Define to 1 when the gnulib module gettimeofday should be tested. */
202 #undef GNULIB_TEST_GETTIMEOFDAY
203
204 /* Define to 1 when the gnulib module isatty should be tested. */
205 #undef GNULIB_TEST_ISATTY
206
207 /* Define to 1 when the gnulib module iswblank should be tested. */
208 #undef GNULIB_TEST_ISWBLANK
209
210 /* Define to 1 when the gnulib module iswctype should be tested. */
211 #undef GNULIB_TEST_ISWCTYPE
212
213 /* Define to 1 when the gnulib module localeconv should be tested. */
214 #undef GNULIB_TEST_LOCALECONV
215
216 /* Define to 1 when the gnulib module lseek should be tested. */
217 #undef GNULIB_TEST_LSEEK
218
219 /* Define to 1 when the gnulib module lstat should be tested. */
220 #undef GNULIB_TEST_LSTAT
221
222 /* Define to 1 when the gnulib module malloc-posix should be tested. */
223 #undef GNULIB_TEST_MALLOC_POSIX
224
225 /* Define to 1 when the gnulib module mbrlen should be tested. */
226 #undef GNULIB_TEST_MBRLEN
227
228 /* Define to 1 when the gnulib module mbrtowc should be tested. */
229 #undef GNULIB_TEST_MBRTOWC
230
231 /* Define to 1 when the gnulib module mbscasecmp should be tested. */
232 #undef GNULIB_TEST_MBSCASECMP
233
234 /* Define to 1 when the gnulib module mbsinit should be tested. */
235 #undef GNULIB_TEST_MBSINIT
236
237 /* Define to 1 when the gnulib module mbslen should be tested. */
238 #undef GNULIB_TEST_MBSLEN
239
240 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
241 #undef GNULIB_TEST_MBSRTOWCS
242
243 /* Define to 1 when the gnulib module mbsstr should be tested. */
244 #undef GNULIB_TEST_MBSSTR
245
246 /* Define to 1 when the gnulib module mbtowc should be tested. */
247 #undef GNULIB_TEST_MBTOWC
248
249 /* Define to 1 when the gnulib module memchr should be tested. */
250 #undef GNULIB_TEST_MEMCHR
251
252 /* Define to 1 when the gnulib module mempcpy should be tested. */
253 #undef GNULIB_TEST_MEMPCPY
254
255 /* Define to 1 when the gnulib module memrchr should be tested. */
256 #undef GNULIB_TEST_MEMRCHR
257
258 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
259 #undef GNULIB_TEST_NL_LANGINFO
260
261 /* Define to 1 when the gnulib module open should be tested. */
262 #undef GNULIB_TEST_OPEN
263
264 /* Define to 1 when the gnulib module openat should be tested. */
265 #undef GNULIB_TEST_OPENAT
266
267 /* Define to 1 when the gnulib module opendir should be tested. */
268 #undef GNULIB_TEST_OPENDIR
269
270 /* Define to 1 when the gnulib module pipe should be tested. */
271 #undef GNULIB_TEST_PIPE
272
273 /* Define to 1 when the gnulib module putenv should be tested. */
274 #undef GNULIB_TEST_PUTENV
275
276 /* Define to 1 when the gnulib module read should be tested. */
277 #undef GNULIB_TEST_READ
278
279 /* Define to 1 when the gnulib module readdir should be tested. */
280 #undef GNULIB_TEST_READDIR
281
282 /* Define to 1 when the gnulib module realloc-posix should be tested. */
283 #undef GNULIB_TEST_REALLOC_POSIX
284
285 /* Define to 1 when the gnulib module setenv should be tested. */
286 #undef GNULIB_TEST_SETENV
287
288 /* Define to 1 when the gnulib module setlocale should be tested. */
289 #undef GNULIB_TEST_SETLOCALE
290
291 /* Define to 1 when the gnulib module snprintf should be tested. */
292 #undef GNULIB_TEST_SNPRINTF
293
294 /* Define to 1 when the gnulib module stat should be tested. */
295 #undef GNULIB_TEST_STAT
296
297 /* Define to 1 when the gnulib module stpcpy should be tested. */
298 #undef GNULIB_TEST_STPCPY
299
300 /* Define to 1 when the gnulib module strdup should be tested. */
301 #undef GNULIB_TEST_STRDUP
302
303 /* Define to 1 when the gnulib module strerror should be tested. */
304 #undef GNULIB_TEST_STRERROR
305
306 /* Define to 1 when the gnulib module strnlen should be tested. */
307 #undef GNULIB_TEST_STRNLEN
308
309 /* Define to 1 when the gnulib module strtoll should be tested. */
310 #undef GNULIB_TEST_STRTOLL
311
312 /* Define to 1 when the gnulib module strtoull should be tested. */
313 #undef GNULIB_TEST_STRTOULL
314
315 /* Define to 1 when the gnulib module symlink should be tested. */
316 #undef GNULIB_TEST_SYMLINK
317
318 /* Define to 1 when the gnulib module unsetenv should be tested. */
319 #undef GNULIB_TEST_UNSETENV
320
321 /* Define to 1 when the gnulib module wcrtomb should be tested. */
322 #undef GNULIB_TEST_WCRTOMB
323
324 /* Define to 1 when the gnulib module wctob should be tested. */
325 #undef GNULIB_TEST_WCTOB
326
327 /* Define to 1 when the gnulib module wctomb should be tested. */
328 #undef GNULIB_TEST_WCTOMB
329
330 /* Define to 1 when the gnulib module wcwidth should be tested. */
331 #undef GNULIB_TEST_WCWIDTH
332
333 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
334    whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
335 #undef GNULIB_UNISTR_U8_MBTOUCR
336
337 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
338    whether the gnulib module unistr/u8-uctomb shall be considered present. */
339 #undef GNULIB_UNISTR_U8_UCTOMB
340
341 /* We are building grep */
342 #undef GREP
343
344 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
345    may be supplied by this distribution. */
346 #undef HAVE_ALLOCA
347
348 /* Define to 1 if <alloca.h> works. */
349 #undef HAVE_ALLOCA_H
350
351 /* Define to 1 if you have the <bp-sym.h> header file. */
352 #undef HAVE_BP_SYM_H
353
354 /* Define to 1 if you have the 'btowc' function. */
355 #undef HAVE_BTOWC
356
357 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
358    CoreFoundation framework. */
359 #undef HAVE_CFLOCALECOPYCURRENT
360
361 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
362    the CoreFoundation framework. */
363 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
364
365 /* Define to 1 if you have the `closedir' function. */
366 #undef HAVE_CLOSEDIR
367
368 /* Define if the GNU dcgettext() function is already present or preinstalled.
369    */
370 #undef HAVE_DCGETTEXT
371
372 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
373    */
374 #undef HAVE_DECL_ALARM
375
376 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
377    you don't. */
378 #undef HAVE_DECL_CLEARERR_UNLOCKED
379
380 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
381    */
382 #undef HAVE_DECL_DIRFD
383
384 /* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
385    */
386 #undef HAVE_DECL_FCHDIR
387
388 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
389    don't. */
390 #undef HAVE_DECL_FDOPENDIR
391
392 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
393    don't. */
394 #undef HAVE_DECL_FEOF_UNLOCKED
395
396 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
397    you don't. */
398 #undef HAVE_DECL_FERROR_UNLOCKED
399
400 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
401    you don't. */
402 #undef HAVE_DECL_FFLUSH_UNLOCKED
403
404 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
405    you don't. */
406 #undef HAVE_DECL_FGETS_UNLOCKED
407
408 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
409    you don't. */
410 #undef HAVE_DECL_FPUTC_UNLOCKED
411
412 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
413    you don't. */
414 #undef HAVE_DECL_FPUTS_UNLOCKED
415
416 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
417    you don't. */
418 #undef HAVE_DECL_FREAD_UNLOCKED
419
420 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
421    you don't. */
422 #undef HAVE_DECL_FWRITE_UNLOCKED
423
424 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
425    you don't. */
426 #undef HAVE_DECL_GETCHAR_UNLOCKED
427
428 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
429    don't. */
430 #undef HAVE_DECL_GETC_UNLOCKED
431
432 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
433    */
434 #undef HAVE_DECL_GETENV
435
436 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
437    don't. */
438 #undef HAVE_DECL_ISBLANK
439
440 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
441    don't. */
442 #undef HAVE_DECL_ISWBLANK
443
444 /* Define to 1 if you have the declaration of `mbrlen', and to 0 if you don't.
445    */
446 #undef HAVE_DECL_MBRLEN
447
448 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
449    don't. */
450 #undef HAVE_DECL_MBRTOWC
451
452 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
453    don't. */
454 #undef HAVE_DECL_MBSINIT
455
456 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
457    don't. */
458 #undef HAVE_DECL_MBSRTOWCS
459
460 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
461    don't. */
462 #undef HAVE_DECL_MEMRCHR
463
464 /* Define to 1 if you have the declaration of `program_invocation_name', and
465    to 0 if you don't. */
466 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
467
468 /* Define to 1 if you have the declaration of `program_invocation_short_name',
469    and to 0 if you don't. */
470 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
471
472 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
473    you don't. */
474 #undef HAVE_DECL_PUTCHAR_UNLOCKED
475
476 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
477    don't. */
478 #undef HAVE_DECL_PUTC_UNLOCKED
479
480 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
481    */
482 #undef HAVE_DECL_SETENV
483
484 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
485    don't. */
486 #undef HAVE_DECL_SNPRINTF
487
488 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
489    */
490 #undef HAVE_DECL_STRDUP
491
492 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
493    don't. */
494 #undef HAVE_DECL_STRERROR_R
495
496 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
497    don't. */
498 #undef HAVE_DECL_STRNLEN
499
500 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
501    don't. */
502 #undef HAVE_DECL_STRTOIMAX
503
504 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
505    don't. */
506 #undef HAVE_DECL_STRTOLL
507
508 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
509    don't. */
510 #undef HAVE_DECL_STRTOULL
511
512 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
513    don't. */
514 #undef HAVE_DECL_STRTOUMAX
515
516 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
517    don't. */
518 #undef HAVE_DECL_TOWLOWER
519
520 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
521    don't. */
522 #undef HAVE_DECL_UNSETENV
523
524 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
525    don't. */
526 #undef HAVE_DECL_WCRTOMB
527
528 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
529    */
530 #undef HAVE_DECL_WCTOB
531
532 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
533    don't. */
534 #undef HAVE_DECL_WCWIDTH
535
536 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
537    don't. */
538 #undef HAVE_DECL__PUTENV
539
540 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
541    don't. */
542 #undef HAVE_DECL__SNPRINTF
543
544 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
545    don't. */
546 #undef HAVE_DECL___FPENDING
547
548 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
549    */
550 #undef HAVE_DIRENT_H
551
552 /* Define to 1 if you have the `dirfd' function. */
553 #undef HAVE_DIRFD
554
555 /* Define to 1 if you have the 'dup2' function. */
556 #undef HAVE_DUP2
557
558 /* Define if you have the declaration of environ. */
559 #undef HAVE_ENVIRON_DECL
560
561 /* Define to 1 if you have the 'fchdir' function. */
562 #undef HAVE_FCHDIR
563
564 /* Define to 1 if you have the 'fcntl' function. */
565 #undef HAVE_FCNTL
566
567 /* Define to 1 if you have the 'fdopendir' function. */
568 #undef HAVE_FDOPENDIR
569
570 /* Define to 1 if you have the <features.h> header file. */
571 #undef HAVE_FEATURES_H
572
573 /* Define to 1 if you have the 'fstatat' function. */
574 #undef HAVE_FSTATAT
575
576 /* Define to 1 if you have the 'fstatfs' function. */
577 #undef HAVE_FSTATFS
578
579 /* Define to 1 if you have the 'getdtablesize' function. */
580 #undef HAVE_GETDTABLESIZE
581
582 /* Define to 1 if you have the <getopt.h> header file. */
583 #undef HAVE_GETOPT_H
584
585 /* Define to 1 if you have the `getopt_long_only' function. */
586 #undef HAVE_GETOPT_LONG_ONLY
587
588 /* Define to 1 if you have the `getpagesize' function. */
589 #undef HAVE_GETPAGESIZE
590
591 /* Define if the GNU gettext() function is already present or preinstalled. */
592 #undef HAVE_GETTEXT
593
594 /* Define to 1 if you have the 'gettimeofday' function. */
595 #undef HAVE_GETTIMEOFDAY
596
597 /* Define if you have the iconv() function and it works. */
598 #undef HAVE_ICONV
599
600 /* Define to 1 if you have the <iconv.h> header file. */
601 #undef HAVE_ICONV_H
602
603 /* Define to 1 if the compiler supports one of the keywords 'inline',
604    '__inline__', '__inline' and effectively inlines functions marked as such.
605    */
606 #undef HAVE_INLINE
607
608 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
609 #undef HAVE_INTMAX_T
610
611 /* Define to 1 if you have the <inttypes.h> header file. */
612 #undef HAVE_INTTYPES_H
613
614 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
615    declares uintmax_t. */
616 #undef HAVE_INTTYPES_H_WITH_UINTMAX
617
618 /* Define to 1 if you have the 'isascii' function. */
619 #undef HAVE_ISASCII
620
621 /* Define to 1 if you have the 'isblank' function. */
622 #undef HAVE_ISBLANK
623
624 /* Define to 1 if you have the 'iswblank' function. */
625 #undef HAVE_ISWBLANK
626
627 /* Define to 1 if you have the 'iswcntrl' function. */
628 #undef HAVE_ISWCNTRL
629
630 /* Define to 1 if you have the 'iswctype' function. */
631 #undef HAVE_ISWCTYPE
632
633 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
634 #undef HAVE_LANGINFO_CODESET
635
636 /* Define to 1 if you have the <langinfo.h> header file. */
637 #undef HAVE_LANGINFO_H
638
639 /* Define if your <locale.h> file defines LC_MESSAGES. */
640 #undef HAVE_LC_MESSAGES
641
642 /* Define to 1 if you have the <libintl.h> header file. */
643 #undef HAVE_LIBINTL_H
644
645 /* Define to 1 if you have the Perl Compatible Regular Expressions library
646    (-lpcre). */
647 #undef HAVE_LIBPCRE
648
649 /* Define to 1 if the system has the type 'long long int'. */
650 #undef HAVE_LONG_LONG_INT
651
652 /* Define to 1 if you have the 'lstat' function. */
653 #undef HAVE_LSTAT
654
655 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
656    to 0 otherwise. */
657 #undef HAVE_MALLOC_GNU
658
659 /* Define to 1 if you have the <malloc.h> header file. */
660 #undef HAVE_MALLOC_H
661
662 /* Define if the 'malloc' function is POSIX compliant. */
663 #undef HAVE_MALLOC_POSIX
664
665 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
666    config.h and <sys/mman.h>. */
667 #undef HAVE_MAP_ANONYMOUS
668
669 /* Define to 1 if you have the 'mbrlen' function. */
670 #undef HAVE_MBRLEN
671
672 /* Define to 1 if you have the `mbrtowc' function. */
673 #undef HAVE_MBRTOWC
674
675 /* Define to 1 if you have the 'mbsinit' function. */
676 #undef HAVE_MBSINIT
677
678 /* Define to 1 if you have the 'mbslen' function. */
679 #undef HAVE_MBSLEN
680
681 /* Define to 1 if you have the 'mbsrtowcs' function. */
682 #undef HAVE_MBSRTOWCS
683
684 /* Define to 1 if <wchar.h> declares mbstate_t. */
685 #undef HAVE_MBSTATE_T
686
687 /* Define to 1 if you have the `mempcpy' function. */
688 #undef HAVE_MEMPCPY
689
690 /* Define to 1 if you have the `memrchr' function. */
691 #undef HAVE_MEMRCHR
692
693 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
694 #undef HAVE_MINMAX_IN_LIMITS_H
695
696 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
697 #undef HAVE_MINMAX_IN_SYS_PARAM_H
698
699 /* Define to 1 if you have the 'mprotect' function. */
700 #undef HAVE_MPROTECT
701
702 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
703    concept. */
704 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
705
706 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
707 #undef HAVE_NDIR_H
708
709 /* Define to 1 if you have the 'newlocale' function. */
710 #undef HAVE_NEWLOCALE
711
712 /* Define to 1 if you have the 'nl_langinfo' function. */
713 #undef HAVE_NL_LANGINFO
714
715 /* Define to 1 if libc includes obstacks. */
716 #undef HAVE_OBSTACK
717
718 /* Define to 1 if you have the 'openat' function. */
719 #undef HAVE_OPENAT
720
721 /* Define to 1 if you have the `opendir' function. */
722 #undef HAVE_OPENDIR
723
724 /* Define to 1 if you have the <OS.h> header file. */
725 #undef HAVE_OS_H
726
727 /* Define to 1 if you have the `pcre_compile' function. */
728 #undef HAVE_PCRE_COMPILE
729
730 /* Define to 1 if you have the <pcre.h> header file. */
731 #undef HAVE_PCRE_H
732
733 /* Define to 1 if you have the <pcre/pcre.h> header file. */
734 #undef HAVE_PCRE_PCRE_H
735
736 /* Define to 1 if you have the 'pipe' function. */
737 #undef HAVE_PIPE
738
739 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
740 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
741
742 /* Define if the POSIX multithreading library has read/write locks. */
743 #undef HAVE_PTHREAD_RWLOCK
744
745 /* Define to 1 if alphasort is declared even after undefining macros. */
746 #undef HAVE_RAW_DECL_ALPHASORT
747
748 /* Define to 1 if atoll is declared even after undefining macros. */
749 #undef HAVE_RAW_DECL_ATOLL
750
751 /* Define to 1 if btowc is declared even after undefining macros. */
752 #undef HAVE_RAW_DECL_BTOWC
753
754 /* Define to 1 if canonicalize_file_name is declared even after undefining
755    macros. */
756 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
757
758 /* Define to 1 if chdir is declared even after undefining macros. */
759 #undef HAVE_RAW_DECL_CHDIR
760
761 /* Define to 1 if chown is declared even after undefining macros. */
762 #undef HAVE_RAW_DECL_CHOWN
763
764 /* Define to 1 if closedir is declared even after undefining macros. */
765 #undef HAVE_RAW_DECL_CLOSEDIR
766
767 /* Define to 1 if dirfd is declared even after undefining macros. */
768 #undef HAVE_RAW_DECL_DIRFD
769
770 /* Define to 1 if dprintf is declared even after undefining macros. */
771 #undef HAVE_RAW_DECL_DPRINTF
772
773 /* Define to 1 if dup is declared even after undefining macros. */
774 #undef HAVE_RAW_DECL_DUP
775
776 /* Define to 1 if dup2 is declared even after undefining macros. */
777 #undef HAVE_RAW_DECL_DUP2
778
779 /* Define to 1 if dup3 is declared even after undefining macros. */
780 #undef HAVE_RAW_DECL_DUP3
781
782 /* Define to 1 if duplocale is declared even after undefining macros. */
783 #undef HAVE_RAW_DECL_DUPLOCALE
784
785 /* Define to 1 if endusershell is declared even after undefining macros. */
786 #undef HAVE_RAW_DECL_ENDUSERSHELL
787
788 /* Define to 1 if environ is declared even after undefining macros. */
789 #undef HAVE_RAW_DECL_ENVIRON
790
791 /* Define to 1 if euidaccess is declared even after undefining macros. */
792 #undef HAVE_RAW_DECL_EUIDACCESS
793
794 /* Define to 1 if faccessat is declared even after undefining macros. */
795 #undef HAVE_RAW_DECL_FACCESSAT
796
797 /* Define to 1 if fchdir is declared even after undefining macros. */
798 #undef HAVE_RAW_DECL_FCHDIR
799
800 /* Define to 1 if fchmodat is declared even after undefining macros. */
801 #undef HAVE_RAW_DECL_FCHMODAT
802
803 /* Define to 1 if fchownat is declared even after undefining macros. */
804 #undef HAVE_RAW_DECL_FCHOWNAT
805
806 /* Define to 1 if fcntl is declared even after undefining macros. */
807 #undef HAVE_RAW_DECL_FCNTL
808
809 /* Define to 1 if fdatasync is declared even after undefining macros. */
810 #undef HAVE_RAW_DECL_FDATASYNC
811
812 /* Define to 1 if fdopendir is declared even after undefining macros. */
813 #undef HAVE_RAW_DECL_FDOPENDIR
814
815 /* Define to 1 if ffsl is declared even after undefining macros. */
816 #undef HAVE_RAW_DECL_FFSL
817
818 /* Define to 1 if ffsll is declared even after undefining macros. */
819 #undef HAVE_RAW_DECL_FFSLL
820
821 /* Define to 1 if fpurge is declared even after undefining macros. */
822 #undef HAVE_RAW_DECL_FPURGE
823
824 /* Define to 1 if fseeko is declared even after undefining macros. */
825 #undef HAVE_RAW_DECL_FSEEKO
826
827 /* Define to 1 if fstat is declared even after undefining macros. */
828 #undef HAVE_RAW_DECL_FSTAT
829
830 /* Define to 1 if fstatat is declared even after undefining macros. */
831 #undef HAVE_RAW_DECL_FSTATAT
832
833 /* Define to 1 if fsync is declared even after undefining macros. */
834 #undef HAVE_RAW_DECL_FSYNC
835
836 /* Define to 1 if ftello is declared even after undefining macros. */
837 #undef HAVE_RAW_DECL_FTELLO
838
839 /* Define to 1 if ftruncate is declared even after undefining macros. */
840 #undef HAVE_RAW_DECL_FTRUNCATE
841
842 /* Define to 1 if futimens is declared even after undefining macros. */
843 #undef HAVE_RAW_DECL_FUTIMENS
844
845 /* Define to 1 if getcwd is declared even after undefining macros. */
846 #undef HAVE_RAW_DECL_GETCWD
847
848 /* Define to 1 if getdelim is declared even after undefining macros. */
849 #undef HAVE_RAW_DECL_GETDELIM
850
851 /* Define to 1 if getdomainname is declared even after undefining macros. */
852 #undef HAVE_RAW_DECL_GETDOMAINNAME
853
854 /* Define to 1 if getdtablesize is declared even after undefining macros. */
855 #undef HAVE_RAW_DECL_GETDTABLESIZE
856
857 /* Define to 1 if getgroups is declared even after undefining macros. */
858 #undef HAVE_RAW_DECL_GETGROUPS
859
860 /* Define to 1 if gethostname is declared even after undefining macros. */
861 #undef HAVE_RAW_DECL_GETHOSTNAME
862
863 /* Define to 1 if getline is declared even after undefining macros. */
864 #undef HAVE_RAW_DECL_GETLINE
865
866 /* Define to 1 if getloadavg is declared even after undefining macros. */
867 #undef HAVE_RAW_DECL_GETLOADAVG
868
869 /* Define to 1 if getlogin is declared even after undefining macros. */
870 #undef HAVE_RAW_DECL_GETLOGIN
871
872 /* Define to 1 if getlogin_r is declared even after undefining macros. */
873 #undef HAVE_RAW_DECL_GETLOGIN_R
874
875 /* Define to 1 if getpagesize is declared even after undefining macros. */
876 #undef HAVE_RAW_DECL_GETPAGESIZE
877
878 /* Define to 1 if gets is declared even after undefining macros. */
879 #undef HAVE_RAW_DECL_GETS
880
881 /* Define to 1 if getsubopt is declared even after undefining macros. */
882 #undef HAVE_RAW_DECL_GETSUBOPT
883
884 /* Define to 1 if gettimeofday is declared even after undefining macros. */
885 #undef HAVE_RAW_DECL_GETTIMEOFDAY
886
887 /* Define to 1 if getusershell is declared even after undefining macros. */
888 #undef HAVE_RAW_DECL_GETUSERSHELL
889
890 /* Define to 1 if grantpt is declared even after undefining macros. */
891 #undef HAVE_RAW_DECL_GRANTPT
892
893 /* Define to 1 if group_member is declared even after undefining macros. */
894 #undef HAVE_RAW_DECL_GROUP_MEMBER
895
896 /* Define to 1 if imaxabs is declared even after undefining macros. */
897 #undef HAVE_RAW_DECL_IMAXABS
898
899 /* Define to 1 if imaxdiv is declared even after undefining macros. */
900 #undef HAVE_RAW_DECL_IMAXDIV
901
902 /* Define to 1 if initstate is declared even after undefining macros. */
903 #undef HAVE_RAW_DECL_INITSTATE
904
905 /* Define to 1 if initstate_r is declared even after undefining macros. */
906 #undef HAVE_RAW_DECL_INITSTATE_R
907
908 /* Define to 1 if isatty is declared even after undefining macros. */
909 #undef HAVE_RAW_DECL_ISATTY
910
911 /* Define to 1 if isblank is declared even after undefining macros. */
912 #undef HAVE_RAW_DECL_ISBLANK
913
914 /* Define to 1 if iswctype is declared even after undefining macros. */
915 #undef HAVE_RAW_DECL_ISWCTYPE
916
917 /* Define to 1 if lchmod is declared even after undefining macros. */
918 #undef HAVE_RAW_DECL_LCHMOD
919
920 /* Define to 1 if lchown is declared even after undefining macros. */
921 #undef HAVE_RAW_DECL_LCHOWN
922
923 /* Define to 1 if link is declared even after undefining macros. */
924 #undef HAVE_RAW_DECL_LINK
925
926 /* Define to 1 if linkat is declared even after undefining macros. */
927 #undef HAVE_RAW_DECL_LINKAT
928
929 /* Define to 1 if lseek is declared even after undefining macros. */
930 #undef HAVE_RAW_DECL_LSEEK
931
932 /* Define to 1 if lstat is declared even after undefining macros. */
933 #undef HAVE_RAW_DECL_LSTAT
934
935 /* Define to 1 if mbrlen is declared even after undefining macros. */
936 #undef HAVE_RAW_DECL_MBRLEN
937
938 /* Define to 1 if mbrtowc is declared even after undefining macros. */
939 #undef HAVE_RAW_DECL_MBRTOWC
940
941 /* Define to 1 if mbsinit is declared even after undefining macros. */
942 #undef HAVE_RAW_DECL_MBSINIT
943
944 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
945 #undef HAVE_RAW_DECL_MBSNRTOWCS
946
947 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
948 #undef HAVE_RAW_DECL_MBSRTOWCS
949
950 /* Define to 1 if memmem is declared even after undefining macros. */
951 #undef HAVE_RAW_DECL_MEMMEM
952
953 /* Define to 1 if mempcpy is declared even after undefining macros. */
954 #undef HAVE_RAW_DECL_MEMPCPY
955
956 /* Define to 1 if memrchr is declared even after undefining macros. */
957 #undef HAVE_RAW_DECL_MEMRCHR
958
959 /* Define to 1 if mkdirat is declared even after undefining macros. */
960 #undef HAVE_RAW_DECL_MKDIRAT
961
962 /* Define to 1 if mkdtemp is declared even after undefining macros. */
963 #undef HAVE_RAW_DECL_MKDTEMP
964
965 /* Define to 1 if mkfifo is declared even after undefining macros. */
966 #undef HAVE_RAW_DECL_MKFIFO
967
968 /* Define to 1 if mkfifoat is declared even after undefining macros. */
969 #undef HAVE_RAW_DECL_MKFIFOAT
970
971 /* Define to 1 if mknod is declared even after undefining macros. */
972 #undef HAVE_RAW_DECL_MKNOD
973
974 /* Define to 1 if mknodat is declared even after undefining macros. */
975 #undef HAVE_RAW_DECL_MKNODAT
976
977 /* Define to 1 if mkostemp is declared even after undefining macros. */
978 #undef HAVE_RAW_DECL_MKOSTEMP
979
980 /* Define to 1 if mkostemps is declared even after undefining macros. */
981 #undef HAVE_RAW_DECL_MKOSTEMPS
982
983 /* Define to 1 if mkstemp is declared even after undefining macros. */
984 #undef HAVE_RAW_DECL_MKSTEMP
985
986 /* Define to 1 if mkstemps is declared even after undefining macros. */
987 #undef HAVE_RAW_DECL_MKSTEMPS
988
989 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
990 #undef HAVE_RAW_DECL_NL_LANGINFO
991
992 /* Define to 1 if openat is declared even after undefining macros. */
993 #undef HAVE_RAW_DECL_OPENAT
994
995 /* Define to 1 if opendir is declared even after undefining macros. */
996 #undef HAVE_RAW_DECL_OPENDIR
997
998 /* Define to 1 if pclose is declared even after undefining macros. */
999 #undef HAVE_RAW_DECL_PCLOSE
1000
1001 /* Define to 1 if pipe is declared even after undefining macros. */
1002 #undef HAVE_RAW_DECL_PIPE
1003
1004 /* Define to 1 if pipe2 is declared even after undefining macros. */
1005 #undef HAVE_RAW_DECL_PIPE2
1006
1007 /* Define to 1 if popen is declared even after undefining macros. */
1008 #undef HAVE_RAW_DECL_POPEN
1009
1010 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1011 #undef HAVE_RAW_DECL_POSIX_OPENPT
1012
1013 /* Define to 1 if pread is declared even after undefining macros. */
1014 #undef HAVE_RAW_DECL_PREAD
1015
1016 /* Define to 1 if ptsname is declared even after undefining macros. */
1017 #undef HAVE_RAW_DECL_PTSNAME
1018
1019 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1020 #undef HAVE_RAW_DECL_PTSNAME_R
1021
1022 /* Define to 1 if pwrite is declared even after undefining macros. */
1023 #undef HAVE_RAW_DECL_PWRITE
1024
1025 /* Define to 1 if random is declared even after undefining macros. */
1026 #undef HAVE_RAW_DECL_RANDOM
1027
1028 /* Define to 1 if random_r is declared even after undefining macros. */
1029 #undef HAVE_RAW_DECL_RANDOM_R
1030
1031 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1032 #undef HAVE_RAW_DECL_RAWMEMCHR
1033
1034 /* Define to 1 if readdir is declared even after undefining macros. */
1035 #undef HAVE_RAW_DECL_READDIR
1036
1037 /* Define to 1 if readlink is declared even after undefining macros. */
1038 #undef HAVE_RAW_DECL_READLINK
1039
1040 /* Define to 1 if readlinkat is declared even after undefining macros. */
1041 #undef HAVE_RAW_DECL_READLINKAT
1042
1043 /* Define to 1 if realpath is declared even after undefining macros. */
1044 #undef HAVE_RAW_DECL_REALPATH
1045
1046 /* Define to 1 if renameat is declared even after undefining macros. */
1047 #undef HAVE_RAW_DECL_RENAMEAT
1048
1049 /* Define to 1 if rewinddir is declared even after undefining macros. */
1050 #undef HAVE_RAW_DECL_REWINDDIR
1051
1052 /* Define to 1 if rmdir is declared even after undefining macros. */
1053 #undef HAVE_RAW_DECL_RMDIR
1054
1055 /* Define to 1 if rpmatch is declared even after undefining macros. */
1056 #undef HAVE_RAW_DECL_RPMATCH
1057
1058 /* Define to 1 if scandir is declared even after undefining macros. */
1059 #undef HAVE_RAW_DECL_SCANDIR
1060
1061 /* Define to 1 if secure_getenv is declared even after undefining macros. */
1062 #undef HAVE_RAW_DECL_SECURE_GETENV
1063
1064 /* Define to 1 if setenv is declared even after undefining macros. */
1065 #undef HAVE_RAW_DECL_SETENV
1066
1067 /* Define to 1 if sethostname is declared even after undefining macros. */
1068 #undef HAVE_RAW_DECL_SETHOSTNAME
1069
1070 /* Define to 1 if setlocale is declared even after undefining macros. */
1071 #undef HAVE_RAW_DECL_SETLOCALE
1072
1073 /* Define to 1 if setstate is declared even after undefining macros. */
1074 #undef HAVE_RAW_DECL_SETSTATE
1075
1076 /* Define to 1 if setstate_r is declared even after undefining macros. */
1077 #undef HAVE_RAW_DECL_SETSTATE_R
1078
1079 /* Define to 1 if setusershell is declared even after undefining macros. */
1080 #undef HAVE_RAW_DECL_SETUSERSHELL
1081
1082 /* Define to 1 if sleep is declared even after undefining macros. */
1083 #undef HAVE_RAW_DECL_SLEEP
1084
1085 /* Define to 1 if snprintf is declared even after undefining macros. */
1086 #undef HAVE_RAW_DECL_SNPRINTF
1087
1088 /* Define to 1 if srandom is declared even after undefining macros. */
1089 #undef HAVE_RAW_DECL_SRANDOM
1090
1091 /* Define to 1 if srandom_r is declared even after undefining macros. */
1092 #undef HAVE_RAW_DECL_SRANDOM_R
1093
1094 /* Define to 1 if stat is declared even after undefining macros. */
1095 #undef HAVE_RAW_DECL_STAT
1096
1097 /* Define to 1 if stpcpy is declared even after undefining macros. */
1098 #undef HAVE_RAW_DECL_STPCPY
1099
1100 /* Define to 1 if stpncpy is declared even after undefining macros. */
1101 #undef HAVE_RAW_DECL_STPNCPY
1102
1103 /* Define to 1 if strcasestr is declared even after undefining macros. */
1104 #undef HAVE_RAW_DECL_STRCASESTR
1105
1106 /* Define to 1 if strchrnul is declared even after undefining macros. */
1107 #undef HAVE_RAW_DECL_STRCHRNUL
1108
1109 /* Define to 1 if strdup is declared even after undefining macros. */
1110 #undef HAVE_RAW_DECL_STRDUP
1111
1112 /* Define to 1 if strerror_r is declared even after undefining macros. */
1113 #undef HAVE_RAW_DECL_STRERROR_R
1114
1115 /* Define to 1 if strncat is declared even after undefining macros. */
1116 #undef HAVE_RAW_DECL_STRNCAT
1117
1118 /* Define to 1 if strndup is declared even after undefining macros. */
1119 #undef HAVE_RAW_DECL_STRNDUP
1120
1121 /* Define to 1 if strnlen is declared even after undefining macros. */
1122 #undef HAVE_RAW_DECL_STRNLEN
1123
1124 /* Define to 1 if strpbrk is declared even after undefining macros. */
1125 #undef HAVE_RAW_DECL_STRPBRK
1126
1127 /* Define to 1 if strsep is declared even after undefining macros. */
1128 #undef HAVE_RAW_DECL_STRSEP
1129
1130 /* Define to 1 if strsignal is declared even after undefining macros. */
1131 #undef HAVE_RAW_DECL_STRSIGNAL
1132
1133 /* Define to 1 if strtod is declared even after undefining macros. */
1134 #undef HAVE_RAW_DECL_STRTOD
1135
1136 /* Define to 1 if strtoimax is declared even after undefining macros. */
1137 #undef HAVE_RAW_DECL_STRTOIMAX
1138
1139 /* Define to 1 if strtok_r is declared even after undefining macros. */
1140 #undef HAVE_RAW_DECL_STRTOK_R
1141
1142 /* Define to 1 if strtoll is declared even after undefining macros. */
1143 #undef HAVE_RAW_DECL_STRTOLL
1144
1145 /* Define to 1 if strtoull is declared even after undefining macros. */
1146 #undef HAVE_RAW_DECL_STRTOULL
1147
1148 /* Define to 1 if strtoumax is declared even after undefining macros. */
1149 #undef HAVE_RAW_DECL_STRTOUMAX
1150
1151 /* Define to 1 if strverscmp is declared even after undefining macros. */
1152 #undef HAVE_RAW_DECL_STRVERSCMP
1153
1154 /* Define to 1 if symlink is declared even after undefining macros. */
1155 #undef HAVE_RAW_DECL_SYMLINK
1156
1157 /* Define to 1 if symlinkat is declared even after undefining macros. */
1158 #undef HAVE_RAW_DECL_SYMLINKAT
1159
1160 /* Define to 1 if tmpfile is declared even after undefining macros. */
1161 #undef HAVE_RAW_DECL_TMPFILE
1162
1163 /* Define to 1 if towctrans is declared even after undefining macros. */
1164 #undef HAVE_RAW_DECL_TOWCTRANS
1165
1166 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1167 #undef HAVE_RAW_DECL_TTYNAME_R
1168
1169 /* Define to 1 if unlink is declared even after undefining macros. */
1170 #undef HAVE_RAW_DECL_UNLINK
1171
1172 /* Define to 1 if unlinkat is declared even after undefining macros. */
1173 #undef HAVE_RAW_DECL_UNLINKAT
1174
1175 /* Define to 1 if unlockpt is declared even after undefining macros. */
1176 #undef HAVE_RAW_DECL_UNLOCKPT
1177
1178 /* Define to 1 if unsetenv is declared even after undefining macros. */
1179 #undef HAVE_RAW_DECL_UNSETENV
1180
1181 /* Define to 1 if usleep is declared even after undefining macros. */
1182 #undef HAVE_RAW_DECL_USLEEP
1183
1184 /* Define to 1 if utimensat is declared even after undefining macros. */
1185 #undef HAVE_RAW_DECL_UTIMENSAT
1186
1187 /* Define to 1 if vdprintf is declared even after undefining macros. */
1188 #undef HAVE_RAW_DECL_VDPRINTF
1189
1190 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1191 #undef HAVE_RAW_DECL_VSNPRINTF
1192
1193 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1194 #undef HAVE_RAW_DECL_WCPCPY
1195
1196 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1197 #undef HAVE_RAW_DECL_WCPNCPY
1198
1199 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1200 #undef HAVE_RAW_DECL_WCRTOMB
1201
1202 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1203 #undef HAVE_RAW_DECL_WCSCASECMP
1204
1205 /* Define to 1 if wcscat is declared even after undefining macros. */
1206 #undef HAVE_RAW_DECL_WCSCAT
1207
1208 /* Define to 1 if wcschr is declared even after undefining macros. */
1209 #undef HAVE_RAW_DECL_WCSCHR
1210
1211 /* Define to 1 if wcscmp is declared even after undefining macros. */
1212 #undef HAVE_RAW_DECL_WCSCMP
1213
1214 /* Define to 1 if wcscoll is declared even after undefining macros. */
1215 #undef HAVE_RAW_DECL_WCSCOLL
1216
1217 /* Define to 1 if wcscpy is declared even after undefining macros. */
1218 #undef HAVE_RAW_DECL_WCSCPY
1219
1220 /* Define to 1 if wcscspn is declared even after undefining macros. */
1221 #undef HAVE_RAW_DECL_WCSCSPN
1222
1223 /* Define to 1 if wcsdup is declared even after undefining macros. */
1224 #undef HAVE_RAW_DECL_WCSDUP
1225
1226 /* Define to 1 if wcslen is declared even after undefining macros. */
1227 #undef HAVE_RAW_DECL_WCSLEN
1228
1229 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1230 #undef HAVE_RAW_DECL_WCSNCASECMP
1231
1232 /* Define to 1 if wcsncat is declared even after undefining macros. */
1233 #undef HAVE_RAW_DECL_WCSNCAT
1234
1235 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1236 #undef HAVE_RAW_DECL_WCSNCMP
1237
1238 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1239 #undef HAVE_RAW_DECL_WCSNCPY
1240
1241 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1242 #undef HAVE_RAW_DECL_WCSNLEN
1243
1244 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1245 #undef HAVE_RAW_DECL_WCSNRTOMBS
1246
1247 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1248 #undef HAVE_RAW_DECL_WCSPBRK
1249
1250 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1251 #undef HAVE_RAW_DECL_WCSRCHR
1252
1253 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1254 #undef HAVE_RAW_DECL_WCSRTOMBS
1255
1256 /* Define to 1 if wcsspn is declared even after undefining macros. */
1257 #undef HAVE_RAW_DECL_WCSSPN
1258
1259 /* Define to 1 if wcsstr is declared even after undefining macros. */
1260 #undef HAVE_RAW_DECL_WCSSTR
1261
1262 /* Define to 1 if wcstok is declared even after undefining macros. */
1263 #undef HAVE_RAW_DECL_WCSTOK
1264
1265 /* Define to 1 if wcswidth is declared even after undefining macros. */
1266 #undef HAVE_RAW_DECL_WCSWIDTH
1267
1268 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1269 #undef HAVE_RAW_DECL_WCSXFRM
1270
1271 /* Define to 1 if wctob is declared even after undefining macros. */
1272 #undef HAVE_RAW_DECL_WCTOB
1273
1274 /* Define to 1 if wctrans is declared even after undefining macros. */
1275 #undef HAVE_RAW_DECL_WCTRANS
1276
1277 /* Define to 1 if wctype is declared even after undefining macros. */
1278 #undef HAVE_RAW_DECL_WCTYPE
1279
1280 /* Define to 1 if wcwidth is declared even after undefining macros. */
1281 #undef HAVE_RAW_DECL_WCWIDTH
1282
1283 /* Define to 1 if wmemchr is declared even after undefining macros. */
1284 #undef HAVE_RAW_DECL_WMEMCHR
1285
1286 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1287 #undef HAVE_RAW_DECL_WMEMCMP
1288
1289 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1290 #undef HAVE_RAW_DECL_WMEMCPY
1291
1292 /* Define to 1 if wmemmove is declared even after undefining macros. */
1293 #undef HAVE_RAW_DECL_WMEMMOVE
1294
1295 /* Define to 1 if wmemset is declared even after undefining macros. */
1296 #undef HAVE_RAW_DECL_WMEMSET
1297
1298 /* Define to 1 if _Exit is declared even after undefining macros. */
1299 #undef HAVE_RAW_DECL__EXIT
1300
1301 /* Define to 1 if you have the `readdir' function. */
1302 #undef HAVE_READDIR
1303
1304 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1305    and to 0 otherwise. */
1306 #undef HAVE_REALLOC_GNU
1307
1308 /* Define if the 'realloc' function is POSIX compliant. */
1309 #undef HAVE_REALLOC_POSIX
1310
1311 /* Define to 1 if you have the <search.h> header file. */
1312 #undef HAVE_SEARCH_H
1313
1314 /* Define to 1 if you have the `setdtablesize' function. */
1315 #undef HAVE_SETDTABLESIZE
1316
1317 /* Define to 1 if you have the 'setenv' function. */
1318 #undef HAVE_SETENV
1319
1320 /* Define to 1 if you have the 'setlocale' function. */
1321 #undef HAVE_SETLOCALE
1322
1323 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1324 #undef HAVE_SIGNED_SIG_ATOMIC_T
1325
1326 /* Define to 1 if 'wchar_t' is a signed integer type. */
1327 #undef HAVE_SIGNED_WCHAR_T
1328
1329 /* Define to 1 if 'wint_t' is a signed integer type. */
1330 #undef HAVE_SIGNED_WINT_T
1331
1332 /* Define to 1 if you have the `snprintf' function. */
1333 #undef HAVE_SNPRINTF
1334
1335 /* Define if the return value of the snprintf function is the number of of
1336    bytes (excluding the terminating NUL) that would have been produced if the
1337    buffer had been large enough. */
1338 #undef HAVE_SNPRINTF_RETVAL_C99
1339
1340 /* Define to 1 if you have the <stdint.h> header file. */
1341 #undef HAVE_STDINT_H
1342
1343 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1344    uintmax_t. */
1345 #undef HAVE_STDINT_H_WITH_UINTMAX
1346
1347 /* Define to 1 if you have the <stdio_ext.h> header file. */
1348 #undef HAVE_STDIO_EXT_H
1349
1350 /* Define to 1 if you have the <stdlib.h> header file. */
1351 #undef HAVE_STDLIB_H
1352
1353 /* Define to 1 if you have the `stpcpy' function. */
1354 #undef HAVE_STPCPY
1355
1356 /* Define to 1 if you have the 'strdup' function. */
1357 #undef HAVE_STRDUP
1358
1359 /* Define to 1 if you have the 'strerror_r' function. */
1360 #undef HAVE_STRERROR_R
1361
1362 /* Define to 1 if you have the <strings.h> header file. */
1363 #undef HAVE_STRINGS_H
1364
1365 /* Always define to 1, for backward compatibility. You can assume <string.h>
1366    exists. */
1367 #undef HAVE_STRING_H
1368
1369 /* Define to 1 if you have the `strnlen' function. */
1370 #undef HAVE_STRNLEN
1371
1372 /* Define to 1 if you have the 'strtoimax' function. */
1373 #undef HAVE_STRTOIMAX
1374
1375 /* Define to 1 if you have the `strtoll' function. */
1376 #undef HAVE_STRTOLL
1377
1378 /* Define to 1 if you have the `strtoull' function. */
1379 #undef HAVE_STRTOULL
1380
1381 /* Define to 1 if you have the 'strtoumax' function. */
1382 #undef HAVE_STRTOUMAX
1383
1384 /* Define if there is a member named d_type in the struct describing directory
1385    headers. */
1386 #undef HAVE_STRUCT_DIRENT_D_TYPE
1387
1388 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
1389 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
1390
1391 /* Define to 1 if `f_type' is a member of `struct statfs'. */
1392 #undef HAVE_STRUCT_STATFS_F_TYPE
1393
1394 /* Define to 1 if you have the 'symlink' function. */
1395 #undef HAVE_SYMLINK
1396
1397 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1398 #undef HAVE_SYS_BITYPES_H
1399
1400 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1401    */
1402 #undef HAVE_SYS_DIR_H
1403
1404 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1405 #undef HAVE_SYS_INTTYPES_H
1406
1407 /* Define to 1 if you have the <sys/mman.h> header file. */
1408 #undef HAVE_SYS_MMAN_H
1409
1410 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1411    */
1412 #undef HAVE_SYS_NDIR_H
1413
1414 /* Define to 1 if you have the <sys/param.h> header file. */
1415 #undef HAVE_SYS_PARAM_H
1416
1417 /* Define to 1 if you have the <sys/socket.h> header file. */
1418 #undef HAVE_SYS_SOCKET_H
1419
1420 /* Define to 1 if you have the <sys/stat.h> header file. */
1421 #undef HAVE_SYS_STAT_H
1422
1423 /* Define to 1 if you have the <sys/timeb.h> header file. */
1424 #undef HAVE_SYS_TIMEB_H
1425
1426 /* Define to 1 if you have the <sys/time.h> header file. */
1427 #undef HAVE_SYS_TIME_H
1428
1429 /* Define to 1 if you have the <sys/types.h> header file. */
1430 #undef HAVE_SYS_TYPES_H
1431
1432 /* Define to 1 if you have the <sys/vfs.h> header file. */
1433 #undef HAVE_SYS_VFS_H
1434
1435 /* Define to 1 if you have the `towlower' function. */
1436 #undef HAVE_TOWLOWER
1437
1438 /* Define to 1 if you have the `tsearch' function. */
1439 #undef HAVE_TSEARCH
1440
1441 /* Define to 1 if you have the <unistd.h> header file. */
1442 #undef HAVE_UNISTD_H
1443
1444 /* Define to 1 if you have the `unsetenv' function. */
1445 #undef HAVE_UNSETENV
1446
1447 /* Define to 1 if the system has the type 'unsigned long long int'. */
1448 #undef HAVE_UNSIGNED_LONG_LONG_INT
1449
1450 /* Define to 1 if you have the `uselocale' function. */
1451 #undef HAVE_USELOCALE
1452
1453 /* Define to 1 if you have the 'vasnprintf' function. */
1454 #undef HAVE_VASNPRINTF
1455
1456 /* Define to 1 if you have the <wchar.h> header file. */
1457 #undef HAVE_WCHAR_H
1458
1459 /* Define if you have the 'wchar_t' type. */
1460 #undef HAVE_WCHAR_T
1461
1462 /* Define to 1 if you have the `wcrtomb' function. */
1463 #undef HAVE_WCRTOMB
1464
1465 /* Define to 1 if you have the `wcslen' function. */
1466 #undef HAVE_WCSLEN
1467
1468 /* Define to 1 if you have the `wcsnlen' function. */
1469 #undef HAVE_WCSNLEN
1470
1471 /* Define to 1 if you have the 'wctob' function. */
1472 #undef HAVE_WCTOB
1473
1474 /* Define to 1 if you have the <wctype.h> header file. */
1475 #undef HAVE_WCTYPE_H
1476
1477 /* Define to 1 if you have the 'wcwidth' function. */
1478 #undef HAVE_WCWIDTH
1479
1480 /* Define to 1 if you have the <winsock2.h> header file. */
1481 #undef HAVE_WINSOCK2_H
1482
1483 /* Define if you have the 'wint_t' type. */
1484 #undef HAVE_WINT_T
1485
1486 /* Define to 1 if you have the 'wmemchr' function. */
1487 #undef HAVE_WMEMCHR
1488
1489 /* Define to 1 if you have the 'wmemcpy' function. */
1490 #undef HAVE_WMEMCPY
1491
1492 /* Define to 1 if you have the 'wmempcpy' function. */
1493 #undef HAVE_WMEMPCPY
1494
1495 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1496    7.1. */
1497 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1498
1499 /* Define to 1 if O_NOATIME works. */
1500 #undef HAVE_WORKING_O_NOATIME
1501
1502 /* Define to 1 if O_NOFOLLOW works. */
1503 #undef HAVE_WORKING_O_NOFOLLOW
1504
1505 /* Define to 1 if you have the <xlocale.h> header file. */
1506 #undef HAVE_XLOCALE_H
1507
1508 /* Define to 1 if the system has the type `_Bool'. */
1509 #undef HAVE__BOOL
1510
1511 /* Define to 1 if you have the `_ftime' function. */
1512 #undef HAVE__FTIME
1513
1514 /* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
1515 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1516
1517 /* Define as const if the declaration of iconv() needs const. */
1518 #undef ICONV_CONST
1519
1520 /* Define to a symbolic name denoting the flavor of iconv_open()
1521    implementation. */
1522 #undef ICONV_FLAVOR
1523
1524 /* Define to 1 if lseek does not detect pipes. */
1525 #undef LSEEK_PIPE_BROKEN
1526
1527 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1528    slash. */
1529 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1530
1531 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1532 #undef MALLOC_0_IS_NONNULL
1533
1534 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1535 #undef MAP_ANONYMOUS
1536
1537 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1538 #undef MBRTOWC_NULL_ARG1_BUG
1539
1540 /* Define if the mbrtowc function has the NULL string argument bug. */
1541 #undef MBRTOWC_NULL_ARG2_BUG
1542
1543 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1544 #undef MBRTOWC_NUL_RETVAL_BUG
1545
1546 /* Define if the mbrtowc function returns a wrong return value. */
1547 #undef MBRTOWC_RETVAL_BUG
1548
1549 /* Define to 1 if open() fails to recognize a trailing slash. */
1550 #undef OPEN_TRAILING_SLASH_BUG
1551
1552 /* Name of package */
1553 #undef PACKAGE
1554
1555 /* Define to the address where bug reports for this package should be sent. */
1556 #undef PACKAGE_BUGREPORT
1557
1558 /* Define to the full name of this package. */
1559 #undef PACKAGE_NAME
1560
1561 /* String identifying the packager of this software */
1562 #undef PACKAGE_PACKAGER
1563
1564 /* Packager info for bug reports (URL/e-mail/...) */
1565 #undef PACKAGE_PACKAGER_BUG_REPORTS
1566
1567 /* Packager-specific version information */
1568 #undef PACKAGE_PACKAGER_VERSION
1569
1570 /* Define to the full name and version of this package. */
1571 #undef PACKAGE_STRING
1572
1573 /* Define to the one symbol short name of this package. */
1574 #undef PACKAGE_TARNAME
1575
1576 /* Define to the home page for this package. */
1577 #undef PACKAGE_URL
1578
1579 /* Define to the version of this package. */
1580 #undef PACKAGE_VERSION
1581
1582 /* the number of pending output bytes on stream 'fp' */
1583 #undef PENDING_OUTPUT_N_BYTES
1584
1585 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1586 #undef PRI_MACROS_BROKEN
1587
1588 /* Define to the type that is the result of default argument promotions of
1589    type mode_t. */
1590 #undef PROMOTED_MODE_T
1591
1592 /* Define if the pthread_in_use() detection is hard. */
1593 #undef PTHREAD_IN_USE_DETECTION_HARD
1594
1595 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1596    'ptrdiff_t'. */
1597 #undef PTRDIFF_T_SUFFIX
1598
1599 /* Define to 1 if gnulib's fchdir() replacement is used. */
1600 #undef REPLACE_FCHDIR
1601
1602 /* Define to 1 if stat needs help when passed a directory name with a trailing
1603    slash */
1604 #undef REPLACE_FUNC_STAT_DIR
1605
1606 /* Define to 1 if stat needs help when passed a file name with a trailing
1607    slash */
1608 #undef REPLACE_FUNC_STAT_FILE
1609
1610 /* Define if nl_langinfo exists but is overridden by gnulib. */
1611 #undef REPLACE_NL_LANGINFO
1612
1613 /* Define to 1 if open() should work around the inability to open a directory.
1614    */
1615 #undef REPLACE_OPEN_DIRECTORY
1616
1617 /* Define to 1 if strerror(0) does not return a message implying success. */
1618 #undef REPLACE_STRERROR_0
1619
1620 /* Define if vasnprintf exists but is overridden by gnulib. */
1621 #undef REPLACE_VASNPRINTF
1622
1623 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1624    'sig_atomic_t'. */
1625 #undef SIG_ATOMIC_T_SUFFIX
1626
1627 /* Define as the maximum value of type 'size_t', if the system doesn't define
1628    it. */
1629 #ifndef SIZE_MAX
1630 # undef SIZE_MAX
1631 #endif
1632
1633 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1634    'size_t'. */
1635 #undef SIZE_T_SUFFIX
1636
1637 /* If using the C implementation of alloca, define if you know the
1638    direction of stack growth for your system; otherwise it will be
1639    automatically deduced at runtime.
1640         STACK_DIRECTION > 0 => grows toward higher addresses
1641         STACK_DIRECTION < 0 => grows toward lower addresses
1642         STACK_DIRECTION = 0 => direction of growth unknown */
1643 #undef STACK_DIRECTION
1644
1645 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1646 #undef STAT_MACROS_BROKEN
1647
1648 /* Always define to 1, for backward compatibility. You can assume the C90
1649    standard headers exist. */
1650 #undef STDC_HEADERS
1651
1652 /* Define to 1 if strerror_r returns char *. */
1653 #undef STRERROR_R_CHAR_P
1654
1655 /* Define if the POSIX multithreading library can be used. */
1656 #undef USE_POSIX_THREADS
1657
1658 /* Define if references to the POSIX multithreading library should be made
1659    weak. */
1660 #undef USE_POSIX_THREADS_WEAK
1661
1662 /* Define if the GNU Pth multithreading library can be used. */
1663 #undef USE_PTH_THREADS
1664
1665 /* Define if references to the GNU Pth multithreading library should be made
1666    weak. */
1667 #undef USE_PTH_THREADS_WEAK
1668
1669 /* Define if the old Solaris multithreading library can be used. */
1670 #undef USE_SOLARIS_THREADS
1671
1672 /* Define if references to the old Solaris multithreading library should be
1673    made weak. */
1674 #undef USE_SOLARIS_THREADS_WEAK
1675
1676 /* Enable extensions on AIX 3, Interix.  */
1677 #ifndef _ALL_SOURCE
1678 # undef _ALL_SOURCE
1679 #endif
1680 /* Enable general extensions on OS X.  */
1681 #ifndef _DARWIN_C_SOURCE
1682 # undef _DARWIN_C_SOURCE
1683 #endif
1684 /* Enable GNU extensions on systems that have them.  */
1685 #ifndef _GNU_SOURCE
1686 # undef _GNU_SOURCE
1687 #endif
1688 /* Enable threading extensions on Solaris.  */
1689 #ifndef _POSIX_PTHREAD_SEMANTICS
1690 # undef _POSIX_PTHREAD_SEMANTICS
1691 #endif
1692 /* Enable extensions on HP NonStop.  */
1693 #ifndef _TANDEM_SOURCE
1694 # undef _TANDEM_SOURCE
1695 #endif
1696 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1697    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1698    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1699 #ifndef _XOPEN_SOURCE
1700 # undef _XOPEN_SOURCE
1701 #endif
1702 /* Enable general extensions on Solaris.  */
1703 #ifndef __EXTENSIONS__
1704 # undef __EXTENSIONS__
1705 #endif
1706
1707
1708 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1709    Unlocked I/O can improve performance in unithreaded apps, but it is not
1710    safe for multithreaded apps. */
1711 #undef USE_UNLOCKED_IO
1712
1713 /* Define if the native Windows multithreading API can be used. */
1714 #undef USE_WINDOWS_THREADS
1715
1716 /* Version number of package */
1717 #undef VERSION
1718
1719 /* Define to 1 if unsetenv returns void instead of int. */
1720 #undef VOID_UNSETENV
1721
1722 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1723    'wchar_t'. */
1724 #undef WCHAR_T_SUFFIX
1725
1726 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1727    'wint_t'. */
1728 #undef WINT_T_SUFFIX
1729
1730 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1731    significant byte first (like Motorola and SPARC, unlike Intel). */
1732 #if defined AC_APPLE_UNIVERSAL_BUILD
1733 # if defined __BIG_ENDIAN__
1734 #  define WORDS_BIGENDIAN 1
1735 # endif
1736 #else
1737 # ifndef WORDS_BIGENDIAN
1738 #  undef WORDS_BIGENDIAN
1739 # endif
1740 #endif
1741
1742 /* Enable large inode numbers on Mac OS X 10.5. */
1743 #undef _DARWIN_USE_64_BIT_INODE
1744
1745 /* Number of bits in a file offset, on hosts where this is settable. */
1746 #undef _FILE_OFFSET_BITS
1747
1748 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1749    stat.st_size becomes 64-bit. */
1750 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1751
1752 /* Define for large files, on AIX-style hosts. */
1753 #undef _LARGE_FILES
1754
1755 /* Define to 1 on Solaris. */
1756 #undef _LCONV_C99
1757
1758 /* Define to 1 if on MINIX. */
1759 #undef _MINIX
1760
1761 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1762 #undef _NETBSD_SOURCE
1763
1764 /* The _Noreturn keyword of C11.  */
1765 #if ! (defined _Noreturn \
1766        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1767 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1768       || 0x5110 <= __SUNPRO_C)
1769 #  define _Noreturn __attribute__ ((__noreturn__))
1770 # elif defined _MSC_VER && 1200 <= _MSC_VER
1771 #  define _Noreturn __declspec (noreturn)
1772 # else
1773 #  define _Noreturn
1774 # endif
1775 #endif
1776
1777
1778 /* Define to 2 if the system does not provide POSIX.1 features except with
1779    this defined. */
1780 #undef _POSIX_1_SOURCE
1781
1782 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1783 #undef _POSIX_SOURCE
1784
1785 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
1786    overrides <limits.h>'s RE_DUP_MAX. */
1787 #undef _REGEX_INCLUDE_LIMITS_H
1788
1789 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1790 #undef _REGEX_LARGE_OFFSETS
1791
1792 /* Define to rpl_ if the getopt replacement functions and variables should be
1793    used. */
1794 #undef __GETOPT_PREFIX
1795
1796 /* Define to empty if `const' does not conform to ANSI C. */
1797 #undef const
1798
1799 /* Please see the Gnulib manual for how to use these macros.
1800
1801    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1802    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1803
1804    Suppress extern inline with Sun C in standards-conformance mode, as it
1805    mishandles inline functions that call each other.  E.g., for 'inline void f
1806    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1807    'reference to static identifier "f" in extern inline function'.
1808    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1809
1810    Suppress the use of extern inline on problematic Apple configurations.
1811    OS X 10.8 and earlier mishandle it; see, e.g.,
1812    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1813    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
1814    for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
1815    Perhaps Apple will fix this some day.  */
1816 #if (defined __APPLE__ \
1817      && (defined __header_inline \
1818          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1819             && ! defined __clang__) \
1820          : ((! defined _DONT_USE_CTYPE_INLINE_ \
1821              && (defined __GNUC__ || defined __cplusplus)) \
1822             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1823                 && defined __GNUC__ && ! defined __cplusplus))))
1824 # define _GL_EXTERN_INLINE_APPLE_BUG
1825 #endif
1826 #if ((__GNUC__ \
1827       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1828       : (199901L <= __STDC_VERSION__ \
1829          && !defined __HP_cc \
1830          && !(defined __SUNPRO_C && __STDC__))) \
1831      && !defined _GL_EXTERN_INLINE_APPLE_BUG)
1832 # define _GL_INLINE inline
1833 # define _GL_EXTERN_INLINE extern inline
1834 # define _GL_EXTERN_INLINE_IN_USE
1835 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1836        && !defined _GL_EXTERN_INLINE_APPLE_BUG)
1837 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1838    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1839 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1840 # else
1841 #  define _GL_INLINE extern inline
1842 # endif
1843 # define _GL_EXTERN_INLINE extern
1844 # define _GL_EXTERN_INLINE_IN_USE
1845 #else
1846 # define _GL_INLINE static _GL_UNUSED
1847 # define _GL_EXTERN_INLINE static _GL_UNUSED
1848 #endif
1849
1850 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1851 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1852 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1853 # else
1854 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1855      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1856 # endif
1857   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1858      and "no previous declaration for 'FOO'"  diagnostics,
1859      when FOO is an inline function in the header; see
1860      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
1861 # define _GL_INLINE_HEADER_BEGIN \
1862     _Pragma ("GCC diagnostic push") \
1863     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1864     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1865     _GL_INLINE_HEADER_CONST_PRAGMA
1866 # define _GL_INLINE_HEADER_END \
1867     _Pragma ("GCC diagnostic pop")
1868 #else
1869 # define _GL_INLINE_HEADER_BEGIN
1870 # define _GL_INLINE_HEADER_END
1871 #endif
1872
1873 /* Define to a replacement function name for fnmatch(). */
1874 #undef fnmatch
1875
1876 /* A replacement for va_copy, if needed.  */
1877 #define gl_va_copy(a,b) ((a) = (b))
1878
1879 /* Define to `__inline__' or `__inline' if that's what the C compiler
1880    calls it, or to nothing if 'inline' is not supported under any name.  */
1881 #ifndef __cplusplus
1882 #undef inline
1883 #endif
1884
1885 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1886 #undef intmax_t
1887
1888 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1889    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1890    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1891    __APPLE__ && __MACH__ test for Mac OS X.
1892    __APPLE_CC__ tests for the Apple compiler and its version.
1893    __STDC_VERSION__ tests for the C99 mode.  */
1894 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1895 # define __GNUC_STDC_INLINE__ 1
1896 #endif
1897
1898 /* Define to 1 if the compiler is checking for lint. */
1899 #undef lint
1900
1901 /* Define to a type if <wchar.h> does not define. */
1902 #undef mbstate_t
1903
1904 /* Define to `int' if <sys/types.h> does not define. */
1905 #undef mode_t
1906
1907 /* Define to the type of st_nlink in struct stat, or a supertype. */
1908 #undef nlink_t
1909
1910 /* Define to `long int' if <sys/types.h> does not define. */
1911 #undef off_t
1912
1913 /* Define to `int' if <sys/types.h> does not define. */
1914 #undef pid_t
1915
1916 /* Define as the type of the result of subtracting two pointers, if the system
1917    doesn't define it. */
1918 #undef ptrdiff_t
1919
1920 /* Define to rpl_re_comp if the replacement should be used. */
1921 #undef re_comp
1922
1923 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1924 #undef re_compile_fastmap
1925
1926 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1927 #undef re_compile_pattern
1928
1929 /* Define to rpl_re_exec if the replacement should be used. */
1930 #undef re_exec
1931
1932 /* Define to rpl_re_match if the replacement should be used. */
1933 #undef re_match
1934
1935 /* Define to rpl_re_match_2 if the replacement should be used. */
1936 #undef re_match_2
1937
1938 /* Define to rpl_re_search if the replacement should be used. */
1939 #undef re_search
1940
1941 /* Define to rpl_re_search_2 if the replacement should be used. */
1942 #undef re_search_2
1943
1944 /* Define to rpl_re_set_registers if the replacement should be used. */
1945 #undef re_set_registers
1946
1947 /* Define to rpl_re_set_syntax if the replacement should be used. */
1948 #undef re_set_syntax
1949
1950 /* Define to rpl_re_syntax_options if the replacement should be used. */
1951 #undef re_syntax_options
1952
1953 /* Define to rpl_regcomp if the replacement should be used. */
1954 #undef regcomp
1955
1956 /* Define to rpl_regerror if the replacement should be used. */
1957 #undef regerror
1958
1959 /* Define to rpl_regexec if the replacement should be used. */
1960 #undef regexec
1961
1962 /* Define to rpl_regfree if the replacement should be used. */
1963 #undef regfree
1964
1965 /* Define to the equivalent of the C99 'restrict' keyword, or to
1966    nothing if this is not supported.  Do not define if restrict is
1967    supported directly.  */
1968 #undef restrict
1969 /* Work around a bug in Sun C++: it does not support _Restrict or
1970    __restrict__, even though the corresponding Sun C compiler ends up with
1971    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1972    previous line.  Perhaps some future version of Sun C++ will work with
1973    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1974 #if defined __SUNPRO_CC && !defined __RESTRICT
1975 # define _Restrict
1976 # define __restrict__
1977 #endif
1978
1979 /* Define to `unsigned int' if <sys/types.h> does not define. */
1980 #undef size_t
1981
1982 /* Define as a signed type of the same size as size_t. */
1983 #undef ssize_t
1984
1985 /* Define as a marker that can be attached to declarations that might not
1986     be used.  This helps to reduce warnings, such as from
1987     GCC -Wunused-parameter.  */
1988 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1989 # define _GL_UNUSED __attribute__ ((__unused__))
1990 #else
1991 # define _GL_UNUSED
1992 #endif
1993 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1994    is a misnomer outside of parameter lists.  */
1995 #define _UNUSED_PARAMETER_ _GL_UNUSED
1996
1997 /* The __pure__ attribute was added in gcc 2.96.  */
1998 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1999 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2000 #else
2001 # define _GL_ATTRIBUTE_PURE /* empty */
2002 #endif
2003
2004 /* The __const__ attribute was added in gcc 2.95.  */
2005 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2006 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2007 #else
2008 # define _GL_ATTRIBUTE_CONST /* empty */
2009 #endif
2010
2011
2012 /* Define as a macro for copying va_list variables. */
2013 #undef va_copy