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