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