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