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