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