• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* lib/config.h.  Generated from config.in.h by configure.  */
2 /* lib/config.in.h.  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 number of bits in type 'ptrdiff_t'. */
8 #define BITSIZEOF_PTRDIFF_T 64
9 
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #define BITSIZEOF_SIG_ATOMIC_T 32
12 
13 /* Define to the number of bits in type 'size_t'. */
14 #define BITSIZEOF_SIZE_T 64
15 
16 /* Define to the number of bits in type 'wchar_t'. */
17 #define BITSIZEOF_WCHAR_T 32
18 
19 /* Define to the number of bits in type 'wint_t'. */
20 #define BITSIZEOF_WINT_T 32
21 
22 /* Define if you wish *printf() functions that have a safe handling of
23    non-IEEE-754 'long double' values. */
24 #define CHECK_PRINTF_SAFE 1
25 
26 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
27    systems. This function is required for `alloca.c' support on those systems.
28    */
29 /* #undef CRAY_STACKSEG_END */
30 
31 /* Define to 1 if using `alloca.c'. */
32 /* #undef C_ALLOCA */
33 
34 /* Define as the bit index in the word where to find bit 0 of the exponent of
35    'double'. */
36 #define DBL_EXPBIT0_BIT 20
37 
38 /* Define as the word index where to find the exponent of 'double'. */
39 #define DBL_EXPBIT0_WORD 1
40 
41 /* Define as the bit index in the word where to find the sign of 'double'. */
42 /* #undef DBL_SIGNBIT_BIT */
43 
44 /* Define as the word index where to find the sign of 'double'. */
45 /* #undef DBL_SIGNBIT_WORD */
46 
47 /* Define to 1 if // is a file system root distinct from /. */
48 /* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
49 
50 /* Define to 1 if translation of program messages to the user's native
51    language is requested. */
52 /* #undef ENABLE_NLS */
53 
54 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
55 /* #undef FCNTL_DUPFD_BUGGY */
56 
57 /* Define as the bit index in the word where to find bit 0 of the exponent of
58    'float'. */
59 #define FLT_EXPBIT0_BIT 23
60 
61 /* Define as the word index where to find the exponent of 'float'. */
62 #define FLT_EXPBIT0_WORD 0
63 
64 /* Define as the bit index in the word where to find the sign of 'float'. */
65 /* #undef FLT_SIGNBIT_BIT */
66 
67 /* Define as the word index where to find the sign of 'float'. */
68 /* #undef FLT_SIGNBIT_WORD */
69 
70 /* Define to 1 if fopen() fails to recognize a trailing slash. */
71 /* #undef FOPEN_TRAILING_SLASH_BUG */
72 
73 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
74    whether the gnulib module close-stream shall be considered present. */
75 #define GNULIB_CLOSE_STREAM 1
76 
77 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
78    whether the gnulib module dirname shall be considered present. */
79 #define GNULIB_DIRNAME 1
80 
81 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
82    whether the gnulib module fd-safer-flag shall be considered present. */
83 #define GNULIB_FD_SAFER_FLAG 1
84 
85 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
86    whether the gnulib module fopen-safer shall be considered present. */
87 #define GNULIB_FOPEN_SAFER 1
88 
89 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
90    whether the gnulib module fscanf shall be considered present. */
91 #define GNULIB_FSCANF 1
92 
93 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
94    whether the gnulib module malloc-gnu shall be considered present. */
95 #define GNULIB_MALLOC_GNU 1
96 
97 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
98    whether the gnulib module pipe2-safer shall be considered present. */
99 #define GNULIB_PIPE2_SAFER 1
100 
101 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
102    whether the gnulib module scanf shall be considered present. */
103 #define GNULIB_SCANF 1
104 
105 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
106    whether the gnulib module snprintf shall be considered present. */
107 #define GNULIB_SNPRINTF 1
108 
109 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
110    whether the gnulib module strerror shall be considered present. */
111 #define GNULIB_STRERROR 1
112 
113 /* Define to 1 when the gnulib module calloc-posix should be tested. */
114 #define GNULIB_TEST_CALLOC_POSIX 1
115 
116 /* Define to 1 when the gnulib module cloexec should be tested. */
117 #define GNULIB_TEST_CLOEXEC 1
118 
119 /* Define to 1 when the gnulib module close should be tested. */
120 #define GNULIB_TEST_CLOSE 1
121 
122 /* Define to 1 when the gnulib module dup2 should be tested. */
123 #define GNULIB_TEST_DUP2 1
124 
125 /* Define to 1 when the gnulib module environ should be tested. */
126 #define GNULIB_TEST_ENVIRON 1
127 
128 /* Define to 1 when the gnulib module fcntl should be tested. */
129 #define GNULIB_TEST_FCNTL 1
130 
131 /* Define to 1 when the gnulib module fopen should be tested. */
132 #define GNULIB_TEST_FOPEN 1
133 
134 /* Define to 1 when the gnulib module fprintf-posix should be tested. */
135 #define GNULIB_TEST_FPRINTF_POSIX 1
136 
137 /* Define to 1 when the gnulib module frexp should be tested. */
138 #define GNULIB_TEST_FREXP 1
139 
140 /* Define to 1 when the gnulib module frexpl should be tested. */
141 #define GNULIB_TEST_FREXPL 1
142 
143 /* Define to 1 when the gnulib module fstat should be tested. */
144 #define GNULIB_TEST_FSTAT 1
145 
146 /* Define to 1 when the gnulib module getdelim should be tested. */
147 #define GNULIB_TEST_GETDELIM 1
148 
149 /* Define to 1 when the gnulib module getdtablesize should be tested. */
150 #define GNULIB_TEST_GETDTABLESIZE 1
151 
152 /* Define to 1 when the gnulib module getline should be tested. */
153 #define GNULIB_TEST_GETLINE 1
154 
155 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
156 #define GNULIB_TEST_GETOPT_GNU 1
157 
158 /* Define to 1 when the gnulib module isnan should be tested. */
159 #define GNULIB_TEST_ISNAN 1
160 
161 /* Define to 1 when the gnulib module isnand should be tested. */
162 #define GNULIB_TEST_ISNAND 1
163 
164 /* Define to 1 when the gnulib module isnanf should be tested. */
165 #define GNULIB_TEST_ISNANF 1
166 
167 /* Define to 1 when the gnulib module isnanl should be tested. */
168 #define GNULIB_TEST_ISNANL 1
169 
170 /* Define to 1 when the gnulib module iswblank should be tested. */
171 #define GNULIB_TEST_ISWBLANK 1
172 
173 /* Define to 1 when the gnulib module ldexpl should be tested. */
174 #define GNULIB_TEST_LDEXPL 1
175 
176 /* Define to 1 when the gnulib module malloc-posix should be tested. */
177 #define GNULIB_TEST_MALLOC_POSIX 1
178 
179 /* Define to 1 when the gnulib module mbrtowc should be tested. */
180 #define GNULIB_TEST_MBRTOWC 1
181 
182 /* Define to 1 when the gnulib module mbschr should be tested. */
183 #define GNULIB_TEST_MBSCHR 1
184 
185 /* Define to 1 when the gnulib module mbsinit should be tested. */
186 #define GNULIB_TEST_MBSINIT 1
187 
188 /* Define to 1 when the gnulib module mbsrchr should be tested. */
189 #define GNULIB_TEST_MBSRCHR 1
190 
191 /* Define to 1 when the gnulib module memchr should be tested. */
192 #define GNULIB_TEST_MEMCHR 1
193 
194 /* Define to 1 when the gnulib module obstack-printf should be tested. */
195 #define GNULIB_TEST_OBSTACK_PRINTF 1
196 
197 /* Define to 1 when the gnulib module open should be tested. */
198 #define GNULIB_TEST_OPEN 1
199 
200 /* Define to 1 when the gnulib module perror should be tested. */
201 #define GNULIB_TEST_PERROR 1
202 
203 /* Define to 1 when the gnulib module pipe2 should be tested. */
204 #define GNULIB_TEST_PIPE2 1
205 
206 /* Define to 1 when the gnulib module posix_spawnattr_destroy should be
207    tested. */
208 #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
209 
210 /* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
211    */
212 #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
213 
214 /* Define to 1 when the gnulib module posix_spawnattr_setflags should be
215    tested. */
216 #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
217 
218 /* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
219    tested. */
220 #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
221 
222 /* Define to 1 when the gnulib module posix_spawnp should be tested. */
223 #define GNULIB_TEST_POSIX_SPAWNP 1
224 
225 /* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
226    be tested. */
227 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
228 
229 /* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
230    be tested. */
231 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
232 
233 /* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
234    be tested. */
235 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
236 
237 /* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
238    be tested. */
239 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
240 
241 /* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
242    tested. */
243 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
244 
245 /* Define to 1 when the gnulib module printf-posix should be tested. */
246 #define GNULIB_TEST_PRINTF_POSIX 1
247 
248 /* Define to 1 when the gnulib module raise should be tested. */
249 #define GNULIB_TEST_RAISE 1
250 
251 /* Define to 1 when the gnulib module rawmemchr should be tested. */
252 #define GNULIB_TEST_RAWMEMCHR 1
253 
254 /* Define to 1 when the gnulib module realloc-posix should be tested. */
255 #define GNULIB_TEST_REALLOC_POSIX 1
256 
257 /* Define to 1 when the gnulib module sigaction should be tested. */
258 #define GNULIB_TEST_SIGACTION 1
259 
260 /* Define to 1 when the gnulib module signbit should be tested. */
261 #define GNULIB_TEST_SIGNBIT 1
262 
263 /* Define to 1 when the gnulib module sigprocmask should be tested. */
264 #define GNULIB_TEST_SIGPROCMASK 1
265 
266 /* Define to 1 when the gnulib module snprintf should be tested. */
267 #define GNULIB_TEST_SNPRINTF 1
268 
269 /* Define to 1 when the gnulib module sprintf-posix should be tested. */
270 #define GNULIB_TEST_SPRINTF_POSIX 1
271 
272 /* Define to 1 when the gnulib module stat should be tested. */
273 #define GNULIB_TEST_STAT 1
274 
275 /* Define to 1 when the gnulib module stpcpy should be tested. */
276 #define GNULIB_TEST_STPCPY 1
277 
278 /* Define to 1 when the gnulib module strchrnul should be tested. */
279 #define GNULIB_TEST_STRCHRNUL 1
280 
281 /* Define to 1 when the gnulib module strdup should be tested. */
282 #define GNULIB_TEST_STRDUP 1
283 
284 /* Define to 1 when the gnulib module strerror should be tested. */
285 #define GNULIB_TEST_STRERROR 1
286 
287 /* Define to 1 when the gnulib module strerror_r should be tested. */
288 #define GNULIB_TEST_STRERROR_R 1
289 
290 /* Define to 1 when the gnulib module strndup should be tested. */
291 #define GNULIB_TEST_STRNDUP 1
292 
293 /* Define to 1 when the gnulib module strnlen should be tested. */
294 #define GNULIB_TEST_STRNLEN 1
295 
296 /* Define to 1 when the gnulib module strverscmp should be tested. */
297 #define GNULIB_TEST_STRVERSCMP 1
298 
299 /* Define to 1 when the gnulib module unsetenv should be tested. */
300 #define GNULIB_TEST_UNSETENV 1
301 
302 /* Define to 1 when the gnulib module vfprintf-posix should be tested. */
303 #define GNULIB_TEST_VFPRINTF_POSIX 1
304 
305 /* Define to 1 when the gnulib module vsnprintf should be tested. */
306 #define GNULIB_TEST_VSNPRINTF 1
307 
308 /* Define to 1 when the gnulib module vsprintf-posix should be tested. */
309 #define GNULIB_TEST_VSPRINTF_POSIX 1
310 
311 /* Define to 1 when the gnulib module waitpid should be tested. */
312 #define GNULIB_TEST_WAITPID 1
313 
314 /* Define to 1 when the gnulib module wcwidth should be tested. */
315 #define GNULIB_TEST_WCWIDTH 1
316 
317 /* Define to 1 if you have the `alarm' function. */
318 #define HAVE_ALARM 1
319 
320 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
321    may be supplied by this distribution. */
322 #define HAVE_ALLOCA 1
323 
324 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
325    */
326 #define HAVE_ALLOCA_H 1
327 
328 /* Define to 1 if you have the <bp-sym.h> header file. */
329 /* #undef HAVE_BP_SYM_H */
330 
331 /* Define if the 'calloc' function is POSIX compliant. */
332 #define HAVE_CALLOC_POSIX 1
333 
334 /* Define to 1 if you have the `catgets' function. */
335 #define HAVE_CATGETS 1
336 
337 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
338    CoreFoundation framework. */
339 #define HAVE_CFLOCALECOPYCURRENT 1
340 
341 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
342    the CoreFoundation framework. */
343 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
344 
345 /* Define to 1 if the system has the type `clock_t'. */
346 #define HAVE_CLOCK_T 1
347 
348 /* Define to 1 if you have the `confstr' function. */
349 /* #undef HAVE_CONFSTR */
350 
351 /* Define if the copysignf function is declared in <math.h> and available in
352    libc. */
353 /* #undef HAVE_COPYSIGNF_IN_LIBC */
354 
355 /* Define if the copysignl function is declared in <math.h> and available in
356    libc. */
357 /* #undef HAVE_COPYSIGNL_IN_LIBC */
358 
359 /* Define if the copysign function is declared in <math.h> and available in
360    libc. */
361 /* #undef HAVE_COPYSIGN_IN_LIBC */
362 
363 /* Define if the GNU dcgettext() function is already present or preinstalled.
364    */
365 /* #undef HAVE_DCGETTEXT */
366 
367 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
368    you don't. */
369 #define HAVE_DECL_CLEARERR_UNLOCKED 1
370 
371 /* Define to 1 if you have the declaration of `clock', and to 0 if you don't.
372    */
373 #define HAVE_DECL_CLOCK 1
374 
375 /* Define to 1 if you have the declaration of `copysign', and to 0 if you
376    don't. */
377 /* #undef HAVE_DECL_COPYSIGN */
378 
379 /* Define to 1 if you have the declaration of `copysignf', and to 0 if you
380    don't. */
381 /* #undef HAVE_DECL_COPYSIGNF */
382 
383 /* Define to 1 if you have the declaration of `copysignl', and to 0 if you
384    don't. */
385 /* #undef HAVE_DECL_COPYSIGNL */
386 
387 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
388    don't. */
389 #define HAVE_DECL_FEOF_UNLOCKED 1
390 
391 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
392    you don't. */
393 #define HAVE_DECL_FERROR_UNLOCKED 1
394 
395 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
396    you don't. */
397 #define HAVE_DECL_FFLUSH_UNLOCKED 0
398 
399 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
400    you don't. */
401 #define HAVE_DECL_FGETS_UNLOCKED 0
402 
403 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
404    you don't. */
405 #define HAVE_DECL_FPUTC_UNLOCKED 0
406 
407 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
408    you don't. */
409 #define HAVE_DECL_FPUTS_UNLOCKED 0
410 
411 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
412    you don't. */
413 #define HAVE_DECL_FREAD_UNLOCKED 0
414 
415 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
416    you don't. */
417 #define HAVE_DECL_FWRITE_UNLOCKED 0
418 
419 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
420    you don't. */
421 #define HAVE_DECL_GETCHAR_UNLOCKED 1
422 
423 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
424    don't. */
425 #define HAVE_DECL_GETC_UNLOCKED 1
426 
427 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
428    don't. */
429 #define HAVE_DECL_GETDELIM 1
430 
431 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
432    */
433 #define HAVE_DECL_GETENV 1
434 
435 /* Define to 1 if you have the declaration of `getline', and to 0 if you
436    don't. */
437 #define HAVE_DECL_GETLINE 1
438 
439 /* Define to 1 if you have the declaration of `getrusage', and to 0 if you
440    don't. */
441 #define HAVE_DECL_GETRUSAGE 1
442 
443 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
444    don't. */
445 #define HAVE_DECL_ISWBLANK 1
446 
447 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
448    don't. */
449 /* #undef HAVE_DECL_MBRTOWC */
450 
451 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
452    don't. */
453 /* #undef HAVE_DECL_MBSINIT */
454 
455 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
456    otherwise. */
457 #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
458 
459 /* Define to 1 if you have the declaration of `obstack_printf', and to 0 if
460    you don't. */
461 #define HAVE_DECL_OBSTACK_PRINTF 0
462 
463 /* Define to 1 if you have the declaration of `program_invocation_name', and
464    to 0 if you don't. */
465 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
466 
467 /* Define to 1 if you have the declaration of `program_invocation_short_name',
468    and to 0 if you don't. */
469 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
470 
471 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
472    you don't. */
473 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
474 
475 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
476    don't. */
477 #define HAVE_DECL_PUTC_UNLOCKED 1
478 
479 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
480    don't. */
481 #define HAVE_DECL_SNPRINTF 1
482 
483 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
484    */
485 #define HAVE_DECL_STRDUP 1
486 
487 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
488    don't. */
489 #define HAVE_DECL_STRERROR_R 1
490 
491 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
492    don't. */
493 #define HAVE_DECL_STRNDUP 1
494 
495 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
496    don't. */
497 #define HAVE_DECL_STRNLEN 1
498 
499 /* Define to 1 if you have the declaration of `sysconf', and to 0 if you
500    don't. */
501 #define HAVE_DECL_SYSCONF 1
502 
503 /* Define to 1 if you have the declaration of `times', and to 0 if you don't.
504    */
505 #define HAVE_DECL_TIMES 1
506 
507 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
508    don't. */
509 /* #undef HAVE_DECL_TOWLOWER */
510 
511 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
512    don't. */
513 #define HAVE_DECL_UNSETENV 1
514 
515 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
516    don't. */
517 #define HAVE_DECL_VSNPRINTF 1
518 
519 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
520    don't. */
521 #define HAVE_DECL_WCWIDTH 1
522 
523 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
524    don't. */
525 #define HAVE_DECL__SNPRINTF 0
526 
527 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
528    don't. */
529 #define HAVE_DECL___FPENDING 0
530 
531 /* Define to 1 if you have the 'dup2' function. */
532 #define HAVE_DUP2 1
533 
534 /* Define if you have the declaration of environ. */
535 /* #undef HAVE_ENVIRON_DECL */
536 
537 /* Define to 1 if you have the `fcntl' function. */
538 #define HAVE_FCNTL 1
539 
540 /* Define to 1 if you have the <features.h> header file. */
541 /* #undef HAVE_FEATURES_H */
542 
543 /* Define to 1 if you have the `flockfile' function. */
544 /* #undef HAVE_FLOCKFILE */
545 
546 /* Define if the frexpl function is available in libc. */
547 #define HAVE_FREXPL_IN_LIBC 1
548 
549 /* Define if the frexp function is available in libc. */
550 #define HAVE_FREXP_IN_LIBC 1
551 
552 /* Define to 1 if you have the `funlockfile' function. */
553 /* #undef HAVE_FUNLOCKFILE */
554 
555 /* Define to 1 if you have the `getdelim' function. */
556 #define HAVE_GETDELIM 1
557 
558 /* Define to 1 if you have the `getdtablesize' function. */
559 #define HAVE_GETDTABLESIZE 1
560 
561 /* Define to 1 if you have the <getopt.h> header file. */
562 #define HAVE_GETOPT_H 1
563 
564 /* Define to 1 if you have the `getopt_long_only' function. */
565 #define HAVE_GETOPT_LONG_ONLY 1
566 
567 /* Define if the GNU gettext() function is already present or preinstalled. */
568 /* #undef HAVE_GETTEXT */
569 
570 /* Define if you have the iconv() function and it works. */
571 #define HAVE_ICONV 1
572 
573 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
574 #define HAVE_INTMAX_T 1
575 
576 /* Define to 1 if you have the <inttypes.h> header file. */
577 #define HAVE_INTTYPES_H 1
578 
579 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
580    declares uintmax_t. */
581 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
582 
583 /* Define to 1 if you have the `isascii' function. */
584 #define HAVE_ISASCII 1
585 
586 /* Define if the isnan(double) function is available in libc. */
587 #define HAVE_ISNAND_IN_LIBC 1
588 
589 /* Define if the isnan(float) function is available in libc. */
590 #define HAVE_ISNANF_IN_LIBC 1
591 
592 /* Define if the isnan(long double) function is available in libc. */
593 /* #undef HAVE_ISNANL_IN_LIBC */
594 
595 /* Define to 1 if you have the `iswblank' function. */
596 #define HAVE_ISWBLANK 1
597 
598 /* Define to 1 if you have the `iswcntrl' function. */
599 #define HAVE_ISWCNTRL 1
600 
601 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
602 #define HAVE_LANGINFO_CODESET 1
603 
604 /* Define if the ldexpl() function is available. */
605 #define HAVE_LDEXPL 1
606 
607 /* Define if the ldexpl function is available in libc. */
608 #define HAVE_LDEXPL_IN_LIBC 1
609 
610 /* Define if the ldexp function is available in libc. */
611 #define HAVE_LDEXP_IN_LIBC 1
612 
613 /* Define to 1 if you have the <locale.h> header file. */
614 #define HAVE_LOCALE_H 1
615 
616 /* Define to 1 if the system has the type 'long long int'. */
617 #define HAVE_LONG_LONG_INT 1
618 
619 /* Define to 1 if you have the `lstat' function. */
620 #define HAVE_LSTAT 1
621 
622 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
623    to 0 otherwise. */
624 #define HAVE_MALLOC_GNU 1
625 
626 /* Define if the 'malloc' function is POSIX compliant. */
627 #define HAVE_MALLOC_POSIX 1
628 
629 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
630    config.h and <sys/mman.h>. */
631 #define HAVE_MAP_ANONYMOUS 1
632 
633 /* Define to 1 if you have the <math.h> header file. */
634 #define HAVE_MATH_H 1
635 
636 /* Define to 1 if you have the `mbrtowc' function. */
637 #define HAVE_MBRTOWC 1
638 
639 /* Define to 1 if you have the `mbsinit' function. */
640 #define HAVE_MBSINIT 1
641 
642 /* Define to 1 if <wchar.h> declares mbstate_t. */
643 #define HAVE_MBSTATE_T 1
644 
645 /* Define to 1 if you have the <memory.h> header file. */
646 #define HAVE_MEMORY_H 1
647 
648 /* Define to 1 if you have the `mprotect' function. */
649 #define HAVE_MPROTECT 1
650 
651 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
652    concept. */
653 /* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */
654 
655 /* Define to 1 if you have the `nl_langinfo' function. */
656 /* #undef HAVE_NL_LANGINFO */
657 
658 /* Define to 1 if libc includes obstacks. */
659 /* #undef HAVE_OBSTACK */
660 
661 /* Define to 1 if you have the `obstack_printf' function. */
662 /* #undef HAVE_OBSTACK_PRINTF */
663 
664 /* Define to 1 if you have the <paths.h> header file. */
665 /* #undef HAVE_PATHS_H */
666 
667 /* Define to 1 if you have the `pipe' function. */
668 #define HAVE_PIPE 1
669 
670 /* Define to 1 if you have the `pipe2' function. */
671 /* #undef HAVE_PIPE2 */
672 
673 /* Define to 1 if you have the `posix_spawn' function. */
674 #define HAVE_POSIX_SPAWN 1
675 
676 /* Define to 1 if the system has the type `posix_spawnattr_t'. */
677 #define HAVE_POSIX_SPAWNATTR_T 1
678 
679 /* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
680 #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
681 
682 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
683 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
684 
685 /* Define if the POSIX multithreading library has read/write locks. */
686 #define HAVE_PTHREAD_RWLOCK 1
687 
688 /* Define to 1 if you have the `raise' function. */
689 #define HAVE_RAISE 1
690 
691 /* Define to 1 if you have the `rawmemchr' function. */
692 /* #undef HAVE_RAWMEMCHR */
693 
694 /* Define to 1 if acosf is declared even after undefining macros. */
695 #define HAVE_RAW_DECL_ACOSF 1
696 
697 /* Define to 1 if acosl is declared even after undefining macros. */
698 #define HAVE_RAW_DECL_ACOSL 1
699 
700 /* Define to 1 if asinf is declared even after undefining macros. */
701 #define HAVE_RAW_DECL_ASINF 1
702 
703 /* Define to 1 if asinl is declared even after undefining macros. */
704 #define HAVE_RAW_DECL_ASINL 1
705 
706 /* Define to 1 if atanf is declared even after undefining macros. */
707 #define HAVE_RAW_DECL_ATANF 1
708 
709 /* Define to 1 if atanl is declared even after undefining macros. */
710 #define HAVE_RAW_DECL_ATANL 1
711 
712 /* Define to 1 if atoll is declared even after undefining macros. */
713 #define HAVE_RAW_DECL_ATOLL 1
714 
715 /* Define to 1 if btowc is declared even after undefining macros. */
716 #define HAVE_RAW_DECL_BTOWC 1
717 
718 /* Define to 1 if canonicalize_file_name is declared even after undefining
719    macros. */
720 /* #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME */
721 
722 /* Define to 1 if cbrt is declared even after undefining macros. */
723 #define HAVE_RAW_DECL_CBRT 1
724 
725 /* Define to 1 if cbrtf is declared even after undefining macros. */
726 #define HAVE_RAW_DECL_CBRTF 1
727 
728 /* Define to 1 if cbrtl is declared even after undefining macros. */
729 #define HAVE_RAW_DECL_CBRTL 1
730 
731 /* Define to 1 if ceilf is declared even after undefining macros. */
732 #define HAVE_RAW_DECL_CEILF 1
733 
734 /* Define to 1 if ceill is declared even after undefining macros. */
735 #define HAVE_RAW_DECL_CEILL 1
736 
737 /* Define to 1 if chdir is declared even after undefining macros. */
738 #define HAVE_RAW_DECL_CHDIR 1
739 
740 /* Define to 1 if chown is declared even after undefining macros. */
741 #define HAVE_RAW_DECL_CHOWN 1
742 
743 /* Define to 1 if copysign is declared even after undefining macros. */
744 #define HAVE_RAW_DECL_COPYSIGN 1
745 
746 /* Define to 1 if copysignf is declared even after undefining macros. */
747 #define HAVE_RAW_DECL_COPYSIGNF 1
748 
749 /* Define to 1 if copysignl is declared even after undefining macros. */
750 #define HAVE_RAW_DECL_COPYSIGNL 1
751 
752 /* Define to 1 if cosf is declared even after undefining macros. */
753 #define HAVE_RAW_DECL_COSF 1
754 
755 /* Define to 1 if coshf is declared even after undefining macros. */
756 #define HAVE_RAW_DECL_COSHF 1
757 
758 /* Define to 1 if cosl is declared even after undefining macros. */
759 #define HAVE_RAW_DECL_COSL 1
760 
761 /* Define to 1 if dprintf is declared even after undefining macros. */
762 #define HAVE_RAW_DECL_DPRINTF 1
763 
764 /* Define to 1 if dup is declared even after undefining macros. */
765 #define HAVE_RAW_DECL_DUP 1
766 
767 /* Define to 1 if dup2 is declared even after undefining macros. */
768 #define HAVE_RAW_DECL_DUP2 1
769 
770 /* Define to 1 if dup3 is declared even after undefining macros. */
771 /* #undef HAVE_RAW_DECL_DUP3 */
772 
773 /* Define to 1 if endusershell is declared even after undefining macros. */
774 #define HAVE_RAW_DECL_ENDUSERSHELL 1
775 
776 /* Define to 1 if environ is declared even after undefining macros. */
777 /* #undef HAVE_RAW_DECL_ENVIRON */
778 
779 /* Define to 1 if euidaccess is declared even after undefining macros. */
780 /* #undef HAVE_RAW_DECL_EUIDACCESS */
781 
782 /* Define to 1 if exp2 is declared even after undefining macros. */
783 #define HAVE_RAW_DECL_EXP2 1
784 
785 /* Define to 1 if exp2f is declared even after undefining macros. */
786 #define HAVE_RAW_DECL_EXP2F 1
787 
788 /* Define to 1 if exp2l is declared even after undefining macros. */
789 #define HAVE_RAW_DECL_EXP2L 1
790 
791 /* Define to 1 if expf is declared even after undefining macros. */
792 #define HAVE_RAW_DECL_EXPF 1
793 
794 /* Define to 1 if expl is declared even after undefining macros. */
795 #define HAVE_RAW_DECL_EXPL 1
796 
797 /* Define to 1 if expm1 is declared even after undefining macros. */
798 #define HAVE_RAW_DECL_EXPM1 1
799 
800 /* Define to 1 if expm1f is declared even after undefining macros. */
801 #define HAVE_RAW_DECL_EXPM1F 1
802 
803 /* Define to 1 if expm1l is declared even after undefining macros. */
804 #define HAVE_RAW_DECL_EXPM1L 1
805 
806 /* Define to 1 if fabsf is declared even after undefining macros. */
807 #define HAVE_RAW_DECL_FABSF 1
808 
809 /* Define to 1 if fabsl is declared even after undefining macros. */
810 #define HAVE_RAW_DECL_FABSL 1
811 
812 /* Define to 1 if faccessat is declared even after undefining macros. */
813 /* #undef HAVE_RAW_DECL_FACCESSAT */
814 
815 /* Define to 1 if fchdir is declared even after undefining macros. */
816 #define HAVE_RAW_DECL_FCHDIR 1
817 
818 /* Define to 1 if fchmodat is declared even after undefining macros. */
819 /* #undef HAVE_RAW_DECL_FCHMODAT */
820 
821 /* Define to 1 if fchownat is declared even after undefining macros. */
822 /* #undef HAVE_RAW_DECL_FCHOWNAT */
823 
824 /* Define to 1 if fcntl is declared even after undefining macros. */
825 #define HAVE_RAW_DECL_FCNTL 1
826 
827 /* Define to 1 if fdatasync is declared even after undefining macros. */
828 /* #undef HAVE_RAW_DECL_FDATASYNC */
829 
830 /* Define to 1 if ffsl is declared even after undefining macros. */
831 #define HAVE_RAW_DECL_FFSL 1
832 
833 /* Define to 1 if ffsll is declared even after undefining macros. */
834 /* #undef HAVE_RAW_DECL_FFSLL */
835 
836 /* Define to 1 if floorf is declared even after undefining macros. */
837 #define HAVE_RAW_DECL_FLOORF 1
838 
839 /* Define to 1 if floorl is declared even after undefining macros. */
840 #define HAVE_RAW_DECL_FLOORL 1
841 
842 /* Define to 1 if fma is declared even after undefining macros. */
843 #define HAVE_RAW_DECL_FMA 1
844 
845 /* Define to 1 if fmaf is declared even after undefining macros. */
846 #define HAVE_RAW_DECL_FMAF 1
847 
848 /* Define to 1 if fmal is declared even after undefining macros. */
849 #define HAVE_RAW_DECL_FMAL 1
850 
851 /* Define to 1 if fmod is declared even after undefining macros. */
852 #define HAVE_RAW_DECL_FMOD 1
853 
854 /* Define to 1 if fmodf is declared even after undefining macros. */
855 #define HAVE_RAW_DECL_FMODF 1
856 
857 /* Define to 1 if fmodl is declared even after undefining macros. */
858 #define HAVE_RAW_DECL_FMODL 1
859 
860 /* Define to 1 if fpurge is declared even after undefining macros. */
861 #define HAVE_RAW_DECL_FPURGE 1
862 
863 /* Define to 1 if frexpf is declared even after undefining macros. */
864 #define HAVE_RAW_DECL_FREXPF 1
865 
866 /* Define to 1 if frexpl is declared even after undefining macros. */
867 #define HAVE_RAW_DECL_FREXPL 1
868 
869 /* Define to 1 if fseeko is declared even after undefining macros. */
870 #define HAVE_RAW_DECL_FSEEKO 1
871 
872 /* Define to 1 if fstat is declared even after undefining macros. */
873 #define HAVE_RAW_DECL_FSTAT 1
874 
875 /* Define to 1 if fstatat is declared even after undefining macros. */
876 /* #undef HAVE_RAW_DECL_FSTATAT */
877 
878 /* Define to 1 if fsync is declared even after undefining macros. */
879 #define HAVE_RAW_DECL_FSYNC 1
880 
881 /* Define to 1 if ftello is declared even after undefining macros. */
882 #define HAVE_RAW_DECL_FTELLO 1
883 
884 /* Define to 1 if ftruncate is declared even after undefining macros. */
885 #define HAVE_RAW_DECL_FTRUNCATE 1
886 
887 /* Define to 1 if futimens is declared even after undefining macros. */
888 /* #undef HAVE_RAW_DECL_FUTIMENS */
889 
890 /* Define to 1 if getcwd is declared even after undefining macros. */
891 #define HAVE_RAW_DECL_GETCWD 1
892 
893 /* Define to 1 if getdelim is declared even after undefining macros. */
894 #define HAVE_RAW_DECL_GETDELIM 1
895 
896 /* Define to 1 if getdomainname is declared even after undefining macros. */
897 #define HAVE_RAW_DECL_GETDOMAINNAME 1
898 
899 /* Define to 1 if getdtablesize is declared even after undefining macros. */
900 #define HAVE_RAW_DECL_GETDTABLESIZE 1
901 
902 /* Define to 1 if getgroups is declared even after undefining macros. */
903 #define HAVE_RAW_DECL_GETGROUPS 1
904 
905 /* Define to 1 if gethostname is declared even after undefining macros. */
906 #define HAVE_RAW_DECL_GETHOSTNAME 1
907 
908 /* Define to 1 if getline is declared even after undefining macros. */
909 #define HAVE_RAW_DECL_GETLINE 1
910 
911 /* Define to 1 if getloadavg is declared even after undefining macros. */
912 #define HAVE_RAW_DECL_GETLOADAVG 1
913 
914 /* Define to 1 if getlogin is declared even after undefining macros. */
915 #define HAVE_RAW_DECL_GETLOGIN 1
916 
917 /* Define to 1 if getlogin_r is declared even after undefining macros. */
918 #define HAVE_RAW_DECL_GETLOGIN_R 1
919 
920 /* Define to 1 if getpagesize is declared even after undefining macros. */
921 #define HAVE_RAW_DECL_GETPAGESIZE 1
922 
923 /* Define to 1 if gets is declared even after undefining macros. */
924 #define HAVE_RAW_DECL_GETS 1
925 
926 /* Define to 1 if getsubopt is declared even after undefining macros. */
927 #define HAVE_RAW_DECL_GETSUBOPT 1
928 
929 /* Define to 1 if getusershell is declared even after undefining macros. */
930 #define HAVE_RAW_DECL_GETUSERSHELL 1
931 
932 /* Define to 1 if grantpt is declared even after undefining macros. */
933 #define HAVE_RAW_DECL_GRANTPT 1
934 
935 /* Define to 1 if group_member is declared even after undefining macros. */
936 /* #undef HAVE_RAW_DECL_GROUP_MEMBER */
937 
938 /* Define to 1 if hypotf is declared even after undefining macros. */
939 #define HAVE_RAW_DECL_HYPOTF 1
940 
941 /* Define to 1 if hypotl is declared even after undefining macros. */
942 #define HAVE_RAW_DECL_HYPOTL 1
943 
944 /* Define to 1 if ilogb is declared even after undefining macros. */
945 #define HAVE_RAW_DECL_ILOGB 1
946 
947 /* Define to 1 if ilogbf is declared even after undefining macros. */
948 #define HAVE_RAW_DECL_ILOGBF 1
949 
950 /* Define to 1 if ilogbl is declared even after undefining macros. */
951 #define HAVE_RAW_DECL_ILOGBL 1
952 
953 /* Define to 1 if imaxabs is declared even after undefining macros. */
954 #define HAVE_RAW_DECL_IMAXABS 1
955 
956 /* Define to 1 if imaxdiv is declared even after undefining macros. */
957 #define HAVE_RAW_DECL_IMAXDIV 1
958 
959 /* Define to 1 if initstate is declared even after undefining macros. */
960 #define HAVE_RAW_DECL_INITSTATE 1
961 
962 /* Define to 1 if initstate_r is declared even after undefining macros. */
963 /* #undef HAVE_RAW_DECL_INITSTATE_R */
964 
965 /* Define to 1 if isatty is declared even after undefining macros. */
966 #define HAVE_RAW_DECL_ISATTY 1
967 
968 /* Define to 1 if iswctype is declared even after undefining macros. */
969 #define HAVE_RAW_DECL_ISWCTYPE 1
970 
971 /* Define to 1 if lchmod is declared even after undefining macros. */
972 #define HAVE_RAW_DECL_LCHMOD 1
973 
974 /* Define to 1 if lchown is declared even after undefining macros. */
975 #define HAVE_RAW_DECL_LCHOWN 1
976 
977 /* Define to 1 if ldexpf is declared even after undefining macros. */
978 #define HAVE_RAW_DECL_LDEXPF 1
979 
980 /* Define to 1 if ldexpl is declared even after undefining macros. */
981 #define HAVE_RAW_DECL_LDEXPL 1
982 
983 /* Define to 1 if link is declared even after undefining macros. */
984 #define HAVE_RAW_DECL_LINK 1
985 
986 /* Define to 1 if linkat is declared even after undefining macros. */
987 /* #undef HAVE_RAW_DECL_LINKAT */
988 
989 /* Define to 1 if log is declared even after undefining macros. */
990 #define HAVE_RAW_DECL_LOG 1
991 
992 /* Define to 1 if log10 is declared even after undefining macros. */
993 #define HAVE_RAW_DECL_LOG10 1
994 
995 /* Define to 1 if log10f is declared even after undefining macros. */
996 #define HAVE_RAW_DECL_LOG10F 1
997 
998 /* Define to 1 if log10l is declared even after undefining macros. */
999 #define HAVE_RAW_DECL_LOG10L 1
1000 
1001 /* Define to 1 if log1p is declared even after undefining macros. */
1002 #define HAVE_RAW_DECL_LOG1P 1
1003 
1004 /* Define to 1 if log1pf is declared even after undefining macros. */
1005 #define HAVE_RAW_DECL_LOG1PF 1
1006 
1007 /* Define to 1 if log1pl is declared even after undefining macros. */
1008 #define HAVE_RAW_DECL_LOG1PL 1
1009 
1010 /* Define to 1 if log2 is declared even after undefining macros. */
1011 #define HAVE_RAW_DECL_LOG2 1
1012 
1013 /* Define to 1 if log2f is declared even after undefining macros. */
1014 #define HAVE_RAW_DECL_LOG2F 1
1015 
1016 /* Define to 1 if log2l is declared even after undefining macros. */
1017 #define HAVE_RAW_DECL_LOG2L 1
1018 
1019 /* Define to 1 if logb is declared even after undefining macros. */
1020 #define HAVE_RAW_DECL_LOGB 1
1021 
1022 /* Define to 1 if logbf is declared even after undefining macros. */
1023 #define HAVE_RAW_DECL_LOGBF 1
1024 
1025 /* Define to 1 if logbl is declared even after undefining macros. */
1026 #define HAVE_RAW_DECL_LOGBL 1
1027 
1028 /* Define to 1 if logf is declared even after undefining macros. */
1029 #define HAVE_RAW_DECL_LOGF 1
1030 
1031 /* Define to 1 if logl is declared even after undefining macros. */
1032 #define HAVE_RAW_DECL_LOGL 1
1033 
1034 /* Define to 1 if lseek is declared even after undefining macros. */
1035 #define HAVE_RAW_DECL_LSEEK 1
1036 
1037 /* Define to 1 if lstat is declared even after undefining macros. */
1038 #define HAVE_RAW_DECL_LSTAT 1
1039 
1040 /* Define to 1 if mbrlen is declared even after undefining macros. */
1041 #define HAVE_RAW_DECL_MBRLEN 1
1042 
1043 /* Define to 1 if mbrtowc is declared even after undefining macros. */
1044 #define HAVE_RAW_DECL_MBRTOWC 1
1045 
1046 /* Define to 1 if mbsinit is declared even after undefining macros. */
1047 #define HAVE_RAW_DECL_MBSINIT 1
1048 
1049 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
1050 #define HAVE_RAW_DECL_MBSNRTOWCS 1
1051 
1052 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
1053 #define HAVE_RAW_DECL_MBSRTOWCS 1
1054 
1055 /* Define to 1 if memmem is declared even after undefining macros. */
1056 #define HAVE_RAW_DECL_MEMMEM 1
1057 
1058 /* Define to 1 if mempcpy is declared even after undefining macros. */
1059 /* #undef HAVE_RAW_DECL_MEMPCPY */
1060 
1061 /* Define to 1 if memrchr is declared even after undefining macros. */
1062 /* #undef HAVE_RAW_DECL_MEMRCHR */
1063 
1064 /* Define to 1 if mkdirat is declared even after undefining macros. */
1065 /* #undef HAVE_RAW_DECL_MKDIRAT */
1066 
1067 /* Define to 1 if mkdtemp is declared even after undefining macros. */
1068 /* #undef HAVE_RAW_DECL_MKDTEMP */
1069 
1070 /* Define to 1 if mkfifo is declared even after undefining macros. */
1071 #define HAVE_RAW_DECL_MKFIFO 1
1072 
1073 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1074 /* #undef HAVE_RAW_DECL_MKFIFOAT */
1075 
1076 /* Define to 1 if mknod is declared even after undefining macros. */
1077 #define HAVE_RAW_DECL_MKNOD 1
1078 
1079 /* Define to 1 if mknodat is declared even after undefining macros. */
1080 /* #undef HAVE_RAW_DECL_MKNODAT */
1081 
1082 /* Define to 1 if mkostemp is declared even after undefining macros. */
1083 /* #undef HAVE_RAW_DECL_MKOSTEMP */
1084 
1085 /* Define to 1 if mkostemps is declared even after undefining macros. */
1086 /* #undef HAVE_RAW_DECL_MKOSTEMPS */
1087 
1088 /* Define to 1 if mkstemp is declared even after undefining macros. */
1089 #define HAVE_RAW_DECL_MKSTEMP 1
1090 
1091 /* Define to 1 if mkstemps is declared even after undefining macros. */
1092 /* #undef HAVE_RAW_DECL_MKSTEMPS */
1093 
1094 /* Define to 1 if modf is declared even after undefining macros. */
1095 #define HAVE_RAW_DECL_MODF 1
1096 
1097 /* Define to 1 if modff is declared even after undefining macros. */
1098 #define HAVE_RAW_DECL_MODFF 1
1099 
1100 /* Define to 1 if modfl is declared even after undefining macros. */
1101 #define HAVE_RAW_DECL_MODFL 1
1102 
1103 /* Define to 1 if openat is declared even after undefining macros. */
1104 /* #undef HAVE_RAW_DECL_OPENAT */
1105 
1106 /* Define to 1 if pclose is declared even after undefining macros. */
1107 #define HAVE_RAW_DECL_PCLOSE 1
1108 
1109 /* Define to 1 if pipe is declared even after undefining macros. */
1110 #define HAVE_RAW_DECL_PIPE 1
1111 
1112 /* Define to 1 if pipe2 is declared even after undefining macros. */
1113 /* #undef HAVE_RAW_DECL_PIPE2 */
1114 
1115 /* Define to 1 if popen is declared even after undefining macros. */
1116 #define HAVE_RAW_DECL_POPEN 1
1117 
1118 /* Define to 1 if posix_openpt is declared even after undefining macros. */
1119 #define HAVE_RAW_DECL_POSIX_OPENPT 1
1120 
1121 /* Define to 1 if posix_spawn is declared even after undefining macros. */
1122 #define HAVE_RAW_DECL_POSIX_SPAWN 1
1123 
1124 /* Define to 1 if posix_spawnattr_destroy is declared even after undefining
1125    macros. */
1126 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1
1127 
1128 /* Define to 1 if posix_spawnattr_getflags is declared even after undefining
1129    macros. */
1130 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1
1131 
1132 /* Define to 1 if posix_spawnattr_getpgroup is declared even after undefining
1133    macros. */
1134 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1
1135 
1136 /* Define to 1 if posix_spawnattr_getschedparam is declared even after
1137    undefining macros. */
1138 /* #undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM */
1139 
1140 /* Define to 1 if posix_spawnattr_getschedpolicy is declared even after
1141    undefining macros. */
1142 /* #undef HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY */
1143 
1144 /* Define to 1 if posix_spawnattr_getsigdefault is declared even after
1145    undefining macros. */
1146 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1
1147 
1148 /* Define to 1 if posix_spawnattr_getsigmask is declared even after undefining
1149    macros. */
1150 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1
1151 
1152 /* Define to 1 if posix_spawnattr_init is declared even after undefining
1153    macros. */
1154 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1
1155 
1156 /* Define to 1 if posix_spawnattr_setflags is declared even after undefining
1157    macros. */
1158 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1
1159 
1160 /* Define to 1 if posix_spawnattr_setpgroup is declared even after undefining
1161    macros. */
1162 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1
1163 
1164 /* Define to 1 if posix_spawnattr_setschedparam is declared even after
1165    undefining macros. */
1166 /* #undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM */
1167 
1168 /* Define to 1 if posix_spawnattr_setschedpolicy is declared even after
1169    undefining macros. */
1170 /* #undef HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY */
1171 
1172 /* Define to 1 if posix_spawnattr_setsigdefault is declared even after
1173    undefining macros. */
1174 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1
1175 
1176 /* Define to 1 if posix_spawnattr_setsigmask is declared even after undefining
1177    macros. */
1178 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1
1179 
1180 /* Define to 1 if posix_spawnp is declared even after undefining macros. */
1181 #define HAVE_RAW_DECL_POSIX_SPAWNP 1
1182 
1183 /* Define to 1 if posix_spawn_file_actions_addclose is declared even after
1184    undefining macros. */
1185 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
1186 
1187 /* Define to 1 if posix_spawn_file_actions_adddup2 is declared even after
1188    undefining macros. */
1189 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
1190 
1191 /* Define to 1 if posix_spawn_file_actions_addopen is declared even after
1192    undefining macros. */
1193 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
1194 
1195 /* Define to 1 if posix_spawn_file_actions_destroy is declared even after
1196    undefining macros. */
1197 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
1198 
1199 /* Define to 1 if posix_spawn_file_actions_init is declared even after
1200    undefining macros. */
1201 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1
1202 
1203 /* Define to 1 if powf is declared even after undefining macros. */
1204 #define HAVE_RAW_DECL_POWF 1
1205 
1206 /* Define to 1 if pread is declared even after undefining macros. */
1207 #define HAVE_RAW_DECL_PREAD 1
1208 
1209 /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
1210 #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
1211 
1212 /* Define to 1 if ptsname is declared even after undefining macros. */
1213 #define HAVE_RAW_DECL_PTSNAME 1
1214 
1215 /* Define to 1 if ptsname_r is declared even after undefining macros. */
1216 /* #undef HAVE_RAW_DECL_PTSNAME_R */
1217 
1218 /* Define to 1 if pwrite is declared even after undefining macros. */
1219 #define HAVE_RAW_DECL_PWRITE 1
1220 
1221 /* Define to 1 if random is declared even after undefining macros. */
1222 #define HAVE_RAW_DECL_RANDOM 1
1223 
1224 /* Define to 1 if random_r is declared even after undefining macros. */
1225 /* #undef HAVE_RAW_DECL_RANDOM_R */
1226 
1227 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1228 /* #undef HAVE_RAW_DECL_RAWMEMCHR */
1229 
1230 /* Define to 1 if readlink is declared even after undefining macros. */
1231 #define HAVE_RAW_DECL_READLINK 1
1232 
1233 /* Define to 1 if readlinkat is declared even after undefining macros. */
1234 /* #undef HAVE_RAW_DECL_READLINKAT */
1235 
1236 /* Define to 1 if realpath is declared even after undefining macros. */
1237 #define HAVE_RAW_DECL_REALPATH 1
1238 
1239 /* Define to 1 if remainder is declared even after undefining macros. */
1240 #define HAVE_RAW_DECL_REMAINDER 1
1241 
1242 /* Define to 1 if remainderf is declared even after undefining macros. */
1243 #define HAVE_RAW_DECL_REMAINDERF 1
1244 
1245 /* Define to 1 if remainderl is declared even after undefining macros. */
1246 #define HAVE_RAW_DECL_REMAINDERL 1
1247 
1248 /* Define to 1 if renameat is declared even after undefining macros. */
1249 /* #undef HAVE_RAW_DECL_RENAMEAT */
1250 
1251 /* Define to 1 if rint is declared even after undefining macros. */
1252 #define HAVE_RAW_DECL_RINT 1
1253 
1254 /* Define to 1 if rintf is declared even after undefining macros. */
1255 #define HAVE_RAW_DECL_RINTF 1
1256 
1257 /* Define to 1 if rintl is declared even after undefining macros. */
1258 #define HAVE_RAW_DECL_RINTL 1
1259 
1260 /* Define to 1 if rmdir is declared even after undefining macros. */
1261 #define HAVE_RAW_DECL_RMDIR 1
1262 
1263 /* Define to 1 if round is declared even after undefining macros. */
1264 #define HAVE_RAW_DECL_ROUND 1
1265 
1266 /* Define to 1 if roundf is declared even after undefining macros. */
1267 #define HAVE_RAW_DECL_ROUNDF 1
1268 
1269 /* Define to 1 if roundl is declared even after undefining macros. */
1270 #define HAVE_RAW_DECL_ROUNDL 1
1271 
1272 /* Define to 1 if rpmatch is declared even after undefining macros. */
1273 /* #undef HAVE_RAW_DECL_RPMATCH */
1274 
1275 /* Define to 1 if setenv is declared even after undefining macros. */
1276 #define HAVE_RAW_DECL_SETENV 1
1277 
1278 /* Define to 1 if sethostname is declared even after undefining macros. */
1279 #define HAVE_RAW_DECL_SETHOSTNAME 1
1280 
1281 /* Define to 1 if setstate is declared even after undefining macros. */
1282 #define HAVE_RAW_DECL_SETSTATE 1
1283 
1284 /* Define to 1 if setstate_r is declared even after undefining macros. */
1285 /* #undef HAVE_RAW_DECL_SETSTATE_R */
1286 
1287 /* Define to 1 if setusershell is declared even after undefining macros. */
1288 #define HAVE_RAW_DECL_SETUSERSHELL 1
1289 
1290 /* Define to 1 if sigaction is declared even after undefining macros. */
1291 #define HAVE_RAW_DECL_SIGACTION 1
1292 
1293 /* Define to 1 if sigaddset is declared even after undefining macros. */
1294 #define HAVE_RAW_DECL_SIGADDSET 1
1295 
1296 /* Define to 1 if sigdelset is declared even after undefining macros. */
1297 #define HAVE_RAW_DECL_SIGDELSET 1
1298 
1299 /* Define to 1 if sigemptyset is declared even after undefining macros. */
1300 #define HAVE_RAW_DECL_SIGEMPTYSET 1
1301 
1302 /* Define to 1 if sigfillset is declared even after undefining macros. */
1303 #define HAVE_RAW_DECL_SIGFILLSET 1
1304 
1305 /* Define to 1 if sigismember is declared even after undefining macros. */
1306 #define HAVE_RAW_DECL_SIGISMEMBER 1
1307 
1308 /* Define to 1 if sigpending is declared even after undefining macros. */
1309 #define HAVE_RAW_DECL_SIGPENDING 1
1310 
1311 /* Define to 1 if sigprocmask is declared even after undefining macros. */
1312 #define HAVE_RAW_DECL_SIGPROCMASK 1
1313 
1314 /* Define to 1 if sinf is declared even after undefining macros. */
1315 #define HAVE_RAW_DECL_SINF 1
1316 
1317 /* Define to 1 if sinhf is declared even after undefining macros. */
1318 #define HAVE_RAW_DECL_SINHF 1
1319 
1320 /* Define to 1 if sinl is declared even after undefining macros. */
1321 #define HAVE_RAW_DECL_SINL 1
1322 
1323 /* Define to 1 if sleep is declared even after undefining macros. */
1324 #define HAVE_RAW_DECL_SLEEP 1
1325 
1326 /* Define to 1 if snprintf is declared even after undefining macros. */
1327 #define HAVE_RAW_DECL_SNPRINTF 1
1328 
1329 /* Define to 1 if sqrtf is declared even after undefining macros. */
1330 #define HAVE_RAW_DECL_SQRTF 1
1331 
1332 /* Define to 1 if sqrtl is declared even after undefining macros. */
1333 #define HAVE_RAW_DECL_SQRTL 1
1334 
1335 /* Define to 1 if srandom is declared even after undefining macros. */
1336 #define HAVE_RAW_DECL_SRANDOM 1
1337 
1338 /* Define to 1 if srandom_r is declared even after undefining macros. */
1339 /* #undef HAVE_RAW_DECL_SRANDOM_R */
1340 
1341 /* Define to 1 if stat is declared even after undefining macros. */
1342 #define HAVE_RAW_DECL_STAT 1
1343 
1344 /* Define to 1 if stpcpy is declared even after undefining macros. */
1345 #define HAVE_RAW_DECL_STPCPY 1
1346 
1347 /* Define to 1 if stpncpy is declared even after undefining macros. */
1348 #define HAVE_RAW_DECL_STPNCPY 1
1349 
1350 /* Define to 1 if strcasestr is declared even after undefining macros. */
1351 #define HAVE_RAW_DECL_STRCASESTR 1
1352 
1353 /* Define to 1 if strchrnul is declared even after undefining macros. */
1354 /* #undef HAVE_RAW_DECL_STRCHRNUL */
1355 
1356 /* Define to 1 if strdup is declared even after undefining macros. */
1357 #define HAVE_RAW_DECL_STRDUP 1
1358 
1359 /* Define to 1 if strerror_r is declared even after undefining macros. */
1360 #define HAVE_RAW_DECL_STRERROR_R 1
1361 
1362 /* Define to 1 if strncat is declared even after undefining macros. */
1363 #define HAVE_RAW_DECL_STRNCAT 1
1364 
1365 /* Define to 1 if strndup is declared even after undefining macros. */
1366 #define HAVE_RAW_DECL_STRNDUP 1
1367 
1368 /* Define to 1 if strnlen is declared even after undefining macros. */
1369 #define HAVE_RAW_DECL_STRNLEN 1
1370 
1371 /* Define to 1 if strpbrk is declared even after undefining macros. */
1372 #define HAVE_RAW_DECL_STRPBRK 1
1373 
1374 /* Define to 1 if strsep is declared even after undefining macros. */
1375 #define HAVE_RAW_DECL_STRSEP 1
1376 
1377 /* Define to 1 if strsignal is declared even after undefining macros. */
1378 #define HAVE_RAW_DECL_STRSIGNAL 1
1379 
1380 /* Define to 1 if strtod is declared even after undefining macros. */
1381 #define HAVE_RAW_DECL_STRTOD 1
1382 
1383 /* Define to 1 if strtoimax is declared even after undefining macros. */
1384 #define HAVE_RAW_DECL_STRTOIMAX 1
1385 
1386 /* Define to 1 if strtok_r is declared even after undefining macros. */
1387 #define HAVE_RAW_DECL_STRTOK_R 1
1388 
1389 /* Define to 1 if strtoll is declared even after undefining macros. */
1390 #define HAVE_RAW_DECL_STRTOLL 1
1391 
1392 /* Define to 1 if strtoull is declared even after undefining macros. */
1393 #define HAVE_RAW_DECL_STRTOULL 1
1394 
1395 /* Define to 1 if strtoumax is declared even after undefining macros. */
1396 #define HAVE_RAW_DECL_STRTOUMAX 1
1397 
1398 /* Define to 1 if strverscmp is declared even after undefining macros. */
1399 /* #undef HAVE_RAW_DECL_STRVERSCMP */
1400 
1401 /* Define to 1 if symlink is declared even after undefining macros. */
1402 #define HAVE_RAW_DECL_SYMLINK 1
1403 
1404 /* Define to 1 if symlinkat is declared even after undefining macros. */
1405 /* #undef HAVE_RAW_DECL_SYMLINKAT */
1406 
1407 /* Define to 1 if tanf is declared even after undefining macros. */
1408 #define HAVE_RAW_DECL_TANF 1
1409 
1410 /* Define to 1 if tanhf is declared even after undefining macros. */
1411 #define HAVE_RAW_DECL_TANHF 1
1412 
1413 /* Define to 1 if tanl is declared even after undefining macros. */
1414 #define HAVE_RAW_DECL_TANL 1
1415 
1416 /* Define to 1 if tmpfile is declared even after undefining macros. */
1417 #define HAVE_RAW_DECL_TMPFILE 1
1418 
1419 /* Define to 1 if towctrans is declared even after undefining macros. */
1420 #define HAVE_RAW_DECL_TOWCTRANS 1
1421 
1422 /* Define to 1 if trunc is declared even after undefining macros. */
1423 #define HAVE_RAW_DECL_TRUNC 1
1424 
1425 /* Define to 1 if truncf is declared even after undefining macros. */
1426 #define HAVE_RAW_DECL_TRUNCF 1
1427 
1428 /* Define to 1 if truncl is declared even after undefining macros. */
1429 #define HAVE_RAW_DECL_TRUNCL 1
1430 
1431 /* Define to 1 if ttyname_r is declared even after undefining macros. */
1432 #define HAVE_RAW_DECL_TTYNAME_R 1
1433 
1434 /* Define to 1 if unlink is declared even after undefining macros. */
1435 #define HAVE_RAW_DECL_UNLINK 1
1436 
1437 /* Define to 1 if unlinkat is declared even after undefining macros. */
1438 /* #undef HAVE_RAW_DECL_UNLINKAT */
1439 
1440 /* Define to 1 if unlockpt is declared even after undefining macros. */
1441 #define HAVE_RAW_DECL_UNLOCKPT 1
1442 
1443 /* Define to 1 if unsetenv is declared even after undefining macros. */
1444 #define HAVE_RAW_DECL_UNSETENV 1
1445 
1446 /* Define to 1 if usleep is declared even after undefining macros. */
1447 #define HAVE_RAW_DECL_USLEEP 1
1448 
1449 /* Define to 1 if utimensat is declared even after undefining macros. */
1450 /* #undef HAVE_RAW_DECL_UTIMENSAT */
1451 
1452 /* Define to 1 if vdprintf is declared even after undefining macros. */
1453 #define HAVE_RAW_DECL_VDPRINTF 1
1454 
1455 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1456 #define HAVE_RAW_DECL_VSNPRINTF 1
1457 
1458 /* Define to 1 if waitpid is declared even after undefining macros. */
1459 #define HAVE_RAW_DECL_WAITPID 1
1460 
1461 /* Define to 1 if wcpcpy is declared even after undefining macros. */
1462 #define HAVE_RAW_DECL_WCPCPY 1
1463 
1464 /* Define to 1 if wcpncpy is declared even after undefining macros. */
1465 #define HAVE_RAW_DECL_WCPNCPY 1
1466 
1467 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1468 #define HAVE_RAW_DECL_WCRTOMB 1
1469 
1470 /* Define to 1 if wcscasecmp is declared even after undefining macros. */
1471 #define HAVE_RAW_DECL_WCSCASECMP 1
1472 
1473 /* Define to 1 if wcscat is declared even after undefining macros. */
1474 #define HAVE_RAW_DECL_WCSCAT 1
1475 
1476 /* Define to 1 if wcschr is declared even after undefining macros. */
1477 #define HAVE_RAW_DECL_WCSCHR 1
1478 
1479 /* Define to 1 if wcscmp is declared even after undefining macros. */
1480 #define HAVE_RAW_DECL_WCSCMP 1
1481 
1482 /* Define to 1 if wcscoll is declared even after undefining macros. */
1483 #define HAVE_RAW_DECL_WCSCOLL 1
1484 
1485 /* Define to 1 if wcscpy is declared even after undefining macros. */
1486 #define HAVE_RAW_DECL_WCSCPY 1
1487 
1488 /* Define to 1 if wcscspn is declared even after undefining macros. */
1489 #define HAVE_RAW_DECL_WCSCSPN 1
1490 
1491 /* Define to 1 if wcsdup is declared even after undefining macros. */
1492 #define HAVE_RAW_DECL_WCSDUP 1
1493 
1494 /* Define to 1 if wcslen is declared even after undefining macros. */
1495 #define HAVE_RAW_DECL_WCSLEN 1
1496 
1497 /* Define to 1 if wcsncasecmp is declared even after undefining macros. */
1498 #define HAVE_RAW_DECL_WCSNCASECMP 1
1499 
1500 /* Define to 1 if wcsncat is declared even after undefining macros. */
1501 #define HAVE_RAW_DECL_WCSNCAT 1
1502 
1503 /* Define to 1 if wcsncmp is declared even after undefining macros. */
1504 #define HAVE_RAW_DECL_WCSNCMP 1
1505 
1506 /* Define to 1 if wcsncpy is declared even after undefining macros. */
1507 #define HAVE_RAW_DECL_WCSNCPY 1
1508 
1509 /* Define to 1 if wcsnlen is declared even after undefining macros. */
1510 #define HAVE_RAW_DECL_WCSNLEN 1
1511 
1512 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1513 #define HAVE_RAW_DECL_WCSNRTOMBS 1
1514 
1515 /* Define to 1 if wcspbrk is declared even after undefining macros. */
1516 #define HAVE_RAW_DECL_WCSPBRK 1
1517 
1518 /* Define to 1 if wcsrchr is declared even after undefining macros. */
1519 #define HAVE_RAW_DECL_WCSRCHR 1
1520 
1521 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1522 #define HAVE_RAW_DECL_WCSRTOMBS 1
1523 
1524 /* Define to 1 if wcsspn is declared even after undefining macros. */
1525 #define HAVE_RAW_DECL_WCSSPN 1
1526 
1527 /* Define to 1 if wcsstr is declared even after undefining macros. */
1528 #define HAVE_RAW_DECL_WCSSTR 1
1529 
1530 /* Define to 1 if wcstok is declared even after undefining macros. */
1531 #define HAVE_RAW_DECL_WCSTOK 1
1532 
1533 /* Define to 1 if wcswidth is declared even after undefining macros. */
1534 #define HAVE_RAW_DECL_WCSWIDTH 1
1535 
1536 /* Define to 1 if wcsxfrm is declared even after undefining macros. */
1537 #define HAVE_RAW_DECL_WCSXFRM 1
1538 
1539 /* Define to 1 if wctob is declared even after undefining macros. */
1540 #define HAVE_RAW_DECL_WCTOB 1
1541 
1542 /* Define to 1 if wctrans is declared even after undefining macros. */
1543 #define HAVE_RAW_DECL_WCTRANS 1
1544 
1545 /* Define to 1 if wctype is declared even after undefining macros. */
1546 #define HAVE_RAW_DECL_WCTYPE 1
1547 
1548 /* Define to 1 if wcwidth is declared even after undefining macros. */
1549 #define HAVE_RAW_DECL_WCWIDTH 1
1550 
1551 /* Define to 1 if wmemchr is declared even after undefining macros. */
1552 #define HAVE_RAW_DECL_WMEMCHR 1
1553 
1554 /* Define to 1 if wmemcmp is declared even after undefining macros. */
1555 #define HAVE_RAW_DECL_WMEMCMP 1
1556 
1557 /* Define to 1 if wmemcpy is declared even after undefining macros. */
1558 #define HAVE_RAW_DECL_WMEMCPY 1
1559 
1560 /* Define to 1 if wmemmove is declared even after undefining macros. */
1561 #define HAVE_RAW_DECL_WMEMMOVE 1
1562 
1563 /* Define to 1 if wmemset is declared even after undefining macros. */
1564 #define HAVE_RAW_DECL_WMEMSET 1
1565 
1566 /* Define to 1 if _Exit is declared even after undefining macros. */
1567 #define HAVE_RAW_DECL__EXIT 1
1568 
1569 /* Define if the 'realloc' function is POSIX compliant. */
1570 #define HAVE_REALLOC_POSIX 1
1571 
1572 /* Define to 1 if 'long double' and 'double' have the same representation. */
1573 /* #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE */
1574 
1575 /* Define to 1 if you have the <sched.h> header file. */
1576 #define HAVE_SCHED_H 1
1577 
1578 /* Define to 1 if you have the `sched_setparam' function. */
1579 /* #undef HAVE_SCHED_SETPARAM */
1580 
1581 /* Define to 1 if you have the `sched_setscheduler' function. */
1582 /* #undef HAVE_SCHED_SETSCHEDULER */
1583 
1584 /* Define to 1 if you have the `setegid' function. */
1585 /* #undef HAVE_SETEGID */
1586 
1587 /* Define to 1 if you have the `seteuid' function. */
1588 /* #undef HAVE_SETEUID */
1589 
1590 /* Define to 1 if you have the `setlocale' function. */
1591 #define HAVE_SETLOCALE 1
1592 
1593 /* Define to 1 if you have the `sigaction' function. */
1594 #define HAVE_SIGACTION 1
1595 
1596 /* Define to 1 if you have the `sigaltstack' function. */
1597 #define HAVE_SIGALTSTACK 1
1598 
1599 /* Define to 1 if the system has the type `siginfo_t'. */
1600 /* #undef HAVE_SIGINFO_T */
1601 
1602 /* Define to 1 if you have the `siginterrupt' function. */
1603 #define HAVE_SIGINTERRUPT 1
1604 
1605 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1606 #define HAVE_SIGNED_SIG_ATOMIC_T 1
1607 
1608 /* Define to 1 if 'wchar_t' is a signed integer type. */
1609 #define HAVE_SIGNED_WCHAR_T 1
1610 
1611 /* Define to 1 if 'wint_t' is a signed integer type. */
1612 #define HAVE_SIGNED_WINT_T 1
1613 
1614 /* Define to 1 if the system has the type `sigset_t'. */
1615 #define HAVE_SIGSET_T 1
1616 
1617 /* Define to 1 if the system has the type `sig_atomic_t'. */
1618 #define HAVE_SIG_ATOMIC_T 1
1619 
1620 /* Define to 1 if you have the `snprintf' function. */
1621 #define HAVE_SNPRINTF 1
1622 
1623 /* Define if the return value of the snprintf function is the number of of
1624    bytes (excluding the terminating NUL) that would have been produced if the
1625    buffer had been large enough. */
1626 #define HAVE_SNPRINTF_RETVAL_C99 1
1627 
1628 /* Define to 1 if you have the <spawn.h> header file. */
1629 #define HAVE_SPAWN_H 1
1630 
1631 /* Define to 1 if you have the <stdint.h> header file. */
1632 #define HAVE_STDINT_H 1
1633 
1634 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1635    uintmax_t. */
1636 #define HAVE_STDINT_H_WITH_UINTMAX 1
1637 
1638 /* Define to 1 if you have the <stdio_ext.h> header file. */
1639 /* #undef HAVE_STDIO_EXT_H */
1640 
1641 /* Define to 1 if you have the <stdlib.h> header file. */
1642 #define HAVE_STDLIB_H 1
1643 
1644 /* Define to 1 if you have the `stpcpy' function. */
1645 #define HAVE_STPCPY 1
1646 
1647 /* Define to 1 if you have the `strchrnul' function. */
1648 /* #undef HAVE_STRCHRNUL */
1649 
1650 /* Define to 1 if you have the `strdup' function. */
1651 #define HAVE_STRDUP 1
1652 
1653 /* Define to 1 if you have the `strerror_r' function. */
1654 #define HAVE_STRERROR_R 1
1655 
1656 /* Define to 1 if you have the <strings.h> header file. */
1657 #define HAVE_STRINGS_H 1
1658 
1659 /* Define to 1 if you have the <string.h> header file. */
1660 #define HAVE_STRING_H 1
1661 
1662 /* Define to 1 if you have the `strndup' function. */
1663 #define HAVE_STRNDUP 1
1664 
1665 /* Define to 1 if you have the `strnlen' function. */
1666 #define HAVE_STRNLEN 1
1667 
1668 /* Define to 1 if you have the `strtoul' function. */
1669 #define HAVE_STRTOUL 1
1670 
1671 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
1672 #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
1673 
1674 /* Define to 1 if the system has the type `struct tms'. */
1675 #define HAVE_STRUCT_TMS 1
1676 
1677 /* Define to 1 if you have the `strverscmp' function. */
1678 /* #undef HAVE_STRVERSCMP */
1679 
1680 /* Define to 1 if you have the `symlink' function. */
1681 #define HAVE_SYMLINK 1
1682 
1683 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1684 /* #undef HAVE_SYS_BITYPES_H */
1685 
1686 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1687 /* #undef HAVE_SYS_INTTYPES_H */
1688 
1689 /* Define to 1 if you have the <sys/mman.h> header file. */
1690 #define HAVE_SYS_MMAN_H 1
1691 
1692 /* Define to 1 if you have the <sys/param.h> header file. */
1693 #define HAVE_SYS_PARAM_H 1
1694 
1695 /* Define to 1 if you have the <sys/resource.h> header file. */
1696 #define HAVE_SYS_RESOURCE_H 1
1697 
1698 /* Define to 1 if you have the <sys/socket.h> header file. */
1699 #define HAVE_SYS_SOCKET_H 1
1700 
1701 /* Define to 1 if you have the <sys/stat.h> header file. */
1702 #define HAVE_SYS_STAT_H 1
1703 
1704 /* Define to 1 if you have the <sys/times.h> header file. */
1705 #define HAVE_SYS_TIMES_H 1
1706 
1707 /* Define to 1 if you have the <sys/time.h> header file. */
1708 #define HAVE_SYS_TIME_H 1
1709 
1710 /* Define to 1 if you have the <sys/types.h> header file. */
1711 #define HAVE_SYS_TYPES_H 1
1712 
1713 /* Define to 1 if you have the <sys/wait.h> header file. */
1714 #define HAVE_SYS_WAIT_H 1
1715 
1716 /* Define to 1 if you have the `times' function. */
1717 #define HAVE_TIMES 1
1718 
1719 /* Define to 1 if you have the `towlower' function. */
1720 #define HAVE_TOWLOWER 1
1721 
1722 /* Define to 1 if you have the <unistd.h> header file. */
1723 #define HAVE_UNISTD_H 1
1724 
1725 /* Define to 1 if you have the `unsetenv' function. */
1726 #define HAVE_UNSETENV 1
1727 
1728 /* Define to 1 if the system has the type 'unsigned long long int'. */
1729 #define HAVE_UNSIGNED_LONG_LONG_INT 1
1730 
1731 /* Define to 1 if you have the `vasnprintf' function. */
1732 /* #undef HAVE_VASNPRINTF */
1733 
1734 /* Define to 1 if you have the `vfork' function. */
1735 /* #undef HAVE_VFORK */
1736 
1737 /* Define to 1 if you have the `vsnprintf' function. */
1738 #define HAVE_VSNPRINTF 1
1739 
1740 /* Define to 1 if you have the `waitid' function. */
1741 #define HAVE_WAITID 1
1742 
1743 /* Define to 1 if you have the <wchar.h> header file. */
1744 #define HAVE_WCHAR_H 1
1745 
1746 /* Define if you have the 'wchar_t' type. */
1747 #define HAVE_WCHAR_T 1
1748 
1749 /* Define to 1 if you have the `wcrtomb' function. */
1750 #define HAVE_WCRTOMB 1
1751 
1752 /* Define to 1 if you have the `wcslen' function. */
1753 #define HAVE_WCSLEN 1
1754 
1755 /* Define to 1 if you have the `wcsnlen' function. */
1756 #define HAVE_WCSNLEN 1
1757 
1758 /* Define to 1 if you have the <wctype.h> header file. */
1759 #define HAVE_WCTYPE_H 1
1760 
1761 /* Define to 1 if you have the `wcwidth' function. */
1762 #define HAVE_WCWIDTH 1
1763 
1764 /* Define to 1 if you have the <winsock2.h> header file. */
1765 /* #undef HAVE_WINSOCK2_H */
1766 
1767 /* Define if you have the 'wint_t' type. */
1768 #define HAVE_WINT_T 1
1769 
1770 /* Define to 1 if O_NOATIME works. */
1771 #define HAVE_WORKING_O_NOATIME 0
1772 
1773 /* Define to 1 if O_NOFOLLOW works. */
1774 #define HAVE_WORKING_O_NOFOLLOW 1
1775 
1776 /* Define if you have the posix_spawn and posix_spawnp functions and they
1777    work. */
1778 #define HAVE_WORKING_POSIX_SPAWN 1
1779 
1780 /* Define to 1 if the system has the type `_Bool'. */
1781 #define HAVE__BOOL 1
1782 
1783 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1784 /* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */
1785 
1786 /* Define to 1 if you have the `__fpending' function. */
1787 /* #undef HAVE___FPENDING */
1788 
1789 /* Define to 1 if you have the `__fseterr' function. */
1790 /* #undef HAVE___FSETERR */
1791 
1792 /* Define to 1 if you have the `__xpg_strerror_r' function. */
1793 /* #undef HAVE___XPG_STRERROR_R */
1794 
1795 /* Define as the bit index in the word where to find bit 0 of the exponent of
1796    'long double'. */
1797 #define LDBL_EXPBIT0_BIT 0
1798 
1799 /* Define as the word index where to find the exponent of 'long double'. */
1800 #define LDBL_EXPBIT0_WORD 2
1801 
1802 /* Define as the bit index in the word where to find the sign of 'long
1803    double'. */
1804 /* #undef LDBL_SIGNBIT_BIT */
1805 
1806 /* Define as the word index where to find the sign of 'long double'. */
1807 /* #undef LDBL_SIGNBIT_WORD */
1808 
1809 /* Define to the GNU M4 executable name. */
1810 #define M4 "/usr/bin/m4"
1811 
1812 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */
1813 #define M4_GNU_OPTION ""
1814 
1815 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1816 #define MAP_ANONYMOUS MAP_ANON
1817 
1818 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1819 /* #undef MBRTOWC_NULL_ARG1_BUG */
1820 
1821 /* Define if the mbrtowc function has the NULL string argument bug. */
1822 /* #undef MBRTOWC_NULL_ARG2_BUG */
1823 
1824 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1825 /* #undef MBRTOWC_NUL_RETVAL_BUG */
1826 
1827 /* Define if the mbrtowc function returns a wrong return value. */
1828 /* #undef MBRTOWC_RETVAL_BUG */
1829 
1830 /* Define to 1 if assertions should be disabled. */
1831 /* #undef NDEBUG */
1832 
1833 /* Define if the vasnprintf implementation needs special code for the 'a' and
1834    'A' directives. */
1835 /* #undef NEED_PRINTF_DIRECTIVE_A */
1836 
1837 /* Define if the vasnprintf implementation needs special code for the 'F'
1838    directive. */
1839 /* #undef NEED_PRINTF_DIRECTIVE_F */
1840 
1841 /* Define if the vasnprintf implementation needs special code for the 'ls'
1842    directive. */
1843 /* #undef NEED_PRINTF_DIRECTIVE_LS */
1844 
1845 /* Define if the vasnprintf implementation needs special code for 'double'
1846    arguments. */
1847 /* #undef NEED_PRINTF_DOUBLE */
1848 
1849 /* Define if the vasnprintf implementation needs special code for surviving
1850    out-of-memory conditions. */
1851 /* #undef NEED_PRINTF_ENOMEM */
1852 
1853 /* Define if the vasnprintf implementation needs special code for the ' flag.
1854    */
1855 /* #undef NEED_PRINTF_FLAG_GROUPING */
1856 
1857 /* Define if the vasnprintf implementation needs special code for the '-'
1858    flag. */
1859 /* #undef NEED_PRINTF_FLAG_LEFTADJUST */
1860 
1861 /* Define if the vasnprintf implementation needs special code for the 0 flag.
1862    */
1863 /* #undef NEED_PRINTF_FLAG_ZERO */
1864 
1865 /* Define if the vasnprintf implementation needs special code for infinite
1866    'double' arguments. */
1867 /* #undef NEED_PRINTF_INFINITE_DOUBLE */
1868 
1869 /* Define if the vasnprintf implementation needs special code for infinite
1870    'long double' arguments. */
1871 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1
1872 
1873 /* Define if the vasnprintf implementation needs special code for 'long
1874    double' arguments. */
1875 /* #undef NEED_PRINTF_LONG_DOUBLE */
1876 
1877 /* Define if the vasnprintf implementation needs special code for supporting
1878    large precisions without arbitrary bounds. */
1879 /* #undef NEED_PRINTF_UNBOUNDED_PRECISION */
1880 
1881 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1882 /* #undef NO_MINUS_C_MINUS_O */
1883 
1884 /* Define to 1 if open() fails to recognize a trailing slash. */
1885 #define OPEN_TRAILING_SLASH_BUG 1
1886 
1887 /* Name of package */
1888 #define PACKAGE "bison"
1889 
1890 /* Define to the address where bug reports for this package should be sent. */
1891 #define PACKAGE_BUGREPORT "bug-bison@gnu.org"
1892 
1893 /* The copyright year for this package */
1894 #define PACKAGE_COPYRIGHT_YEAR 2012
1895 
1896 /* Define to the full name of this package. */
1897 #define PACKAGE_NAME "GNU Bison"
1898 
1899 /* Define to the full name and version of this package. */
1900 #define PACKAGE_STRING "GNU Bison 2.7"
1901 
1902 /* Define to the one symbol short name of this package. */
1903 #define PACKAGE_TARNAME "bison"
1904 
1905 /* Define to the home page for this package. */
1906 #define PACKAGE_URL "http://www.gnu.org/software/bison/"
1907 
1908 /* Define to the version of this package. */
1909 #define PACKAGE_VERSION "2.7"
1910 
1911 /* the number of pending output bytes on stream 'fp' */
1912 #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
1913 
1914 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1915 /* #undef PRI_MACROS_BROKEN */
1916 
1917 /* Define to the type that is the result of default argument promotions of
1918    type mode_t. */
1919 #define PROMOTED_MODE_T int
1920 
1921 /* Define if the pthread_in_use() detection is hard. */
1922 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
1923 
1924 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1925    'ptrdiff_t'. */
1926 #define PTRDIFF_T_SUFFIX l
1927 
1928 /* Define if fprintf is overridden by a POSIX compliant gnulib implementation.
1929    */
1930 #define REPLACE_FPRINTF_POSIX 1
1931 
1932 /* Define to 1 if stat needs help when passed a directory name with a trailing
1933    slash */
1934 /* #undef REPLACE_FUNC_STAT_DIR */
1935 
1936 /* Define to 1 if stat needs help when passed a file name with a trailing
1937    slash */
1938 #define REPLACE_FUNC_STAT_FILE 1
1939 
1940 /* Define if printf is overridden by a POSIX compliant gnulib implementation.
1941    */
1942 #define REPLACE_PRINTF_POSIX 1
1943 
1944 /* Define to 1 if strerror(0) does not return a message implying success. */
1945 #define REPLACE_STRERROR_0 1
1946 
1947 /* Define if vasnprintf exists but is overridden by gnulib. */
1948 /* #undef REPLACE_VASNPRINTF */
1949 
1950 /* Define if vfprintf is overridden by a POSIX compliant gnulib
1951    implementation. */
1952 #define REPLACE_VFPRINTF_POSIX 1
1953 
1954 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1955    'sig_atomic_t'. */
1956 #define SIG_ATOMIC_T_SUFFIX
1957 
1958 /* Define as the maximum value of type 'size_t', if the system doesn't define
1959    it. */
1960 #ifndef SIZE_MAX
1961 /* # undef SIZE_MAX */
1962 #endif
1963 
1964 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1965    'size_t'. */
1966 #define SIZE_T_SUFFIX ul
1967 
1968 /* If using the C implementation of alloca, define if you know the
1969    direction of stack growth for your system; otherwise it will be
1970    automatically deduced at runtime.
1971 	STACK_DIRECTION > 0 => grows toward higher addresses
1972 	STACK_DIRECTION < 0 => grows toward lower addresses
1973 	STACK_DIRECTION = 0 => direction of growth unknown */
1974 /* #undef STACK_DIRECTION */
1975 
1976 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1977 /* #undef STAT_MACROS_BROKEN */
1978 
1979 /* Define to 1 if you have the ANSI C header files. */
1980 #define STDC_HEADERS 1
1981 
1982 /* Define to 1 if strerror_r returns char *. */
1983 /* #undef STRERROR_R_CHAR_P */
1984 
1985 /* Define to the prefix of C symbols at the assembler and linker level, either
1986    an underscore or empty. */
1987 #define USER_LABEL_PREFIX _
1988 
1989 /* Define if the POSIX multithreading library can be used. */
1990 #define USE_POSIX_THREADS 1
1991 
1992 /* Define if references to the POSIX multithreading library should be made
1993    weak. */
1994 /* #undef USE_POSIX_THREADS_WEAK */
1995 
1996 /* Define if the GNU Pth multithreading library can be used. */
1997 /* #undef USE_PTH_THREADS */
1998 
1999 /* Define if references to the GNU Pth multithreading library should be made
2000    weak. */
2001 /* #undef USE_PTH_THREADS_WEAK */
2002 
2003 /* Define if the old Solaris multithreading library can be used. */
2004 /* #undef USE_SOLARIS_THREADS */
2005 
2006 /* Define if references to the old Solaris multithreading library should be
2007    made weak. */
2008 /* #undef USE_SOLARIS_THREADS_WEAK */
2009 
2010 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
2011    Unlocked I/O can improve performance in unithreaded apps, but it is not
2012    safe for multithreaded apps. */
2013 #define USE_UNLOCKED_IO 1
2014 
2015 /* Define if the native Windows multithreading API can be used. */
2016 /* #undef USE_WINDOWS_THREADS */
2017 
2018 /* Version number of package */
2019 #define VERSION "2.7"
2020 
2021 /* Define to 1 if unsetenv returns void instead of int. */
2022 /* #undef VOID_UNSETENV */
2023 
2024 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2025    'wchar_t'. */
2026 #define WCHAR_T_SUFFIX
2027 
2028 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
2029    'wint_t'. */
2030 #define WINT_T_SUFFIX
2031 
2032 /* Define if using the dmalloc debugging malloc package */
2033 /* #undef WITH_DMALLOC */
2034 
2035 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2036    significant byte first (like Motorola and SPARC, unlike Intel). */
2037 #if defined AC_APPLE_UNIVERSAL_BUILD
2038 # if defined __BIG_ENDIAN__
2039 #  define WORDS_BIGENDIAN 1
2040 # endif
2041 #else
2042 # ifndef WORDS_BIGENDIAN
2043 /* #  undef WORDS_BIGENDIAN */
2044 # endif
2045 #endif
2046 
2047 /* Define to 1 to internationalize bison runtime messages. */
2048 /* #undef YYENABLE_NLS */
2049 
2050 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2051    `char[]'. */
2052 #define YYTEXT_POINTER 1
2053 
2054 /* Enable large inode numbers on Mac OS X 10.5.  */
2055 #ifndef _DARWIN_USE_64_BIT_INODE
2056 # define _DARWIN_USE_64_BIT_INODE 1
2057 #endif
2058 
2059 /* Number of bits in a file offset, on hosts where this is settable. */
2060 /* #undef _FILE_OFFSET_BITS */
2061 
2062 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
2063    stat.st_size becomes 64-bit. */
2064 /* #undef _GL_WINDOWS_64_BIT_ST_SIZE */
2065 
2066 /* Define for large files, on AIX-style hosts. */
2067 /* #undef _LARGE_FILES */
2068 
2069 /* Define to 1 if on MINIX. */
2070 /* #undef _MINIX */
2071 
2072 /* The _Noreturn keyword of C11.  */
2073 #if ! (defined _Noreturn \
2074        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
2075 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
2076       || 0x5110 <= __SUNPRO_C)
2077 #  define _Noreturn __attribute__ ((__noreturn__))
2078 # elif defined _MSC_VER && 1200 <= _MSC_VER
2079 #  define _Noreturn __declspec (noreturn)
2080 # else
2081 #  define _Noreturn
2082 # endif
2083 #endif
2084 
2085 
2086 /* Define to 2 if the system does not provide POSIX.1 features except with
2087    this defined. */
2088 /* #undef _POSIX_1_SOURCE */
2089 
2090 /* Define to 1 if you need to in order for 'stat' and other things to work. */
2091 /* #undef _POSIX_SOURCE */
2092 
2093 /* Define to 500 only on HP-UX. */
2094 /* #undef _XOPEN_SOURCE */
2095 
2096 /* Enable extensions on AIX 3, Interix.  */
2097 #ifndef _ALL_SOURCE
2098 # define _ALL_SOURCE 1
2099 #endif
2100 /* Enable general extensions on Mac OS X.  */
2101 #ifndef _DARWIN_C_SOURCE
2102 # define _DARWIN_C_SOURCE 1
2103 #endif
2104 /* Enable GNU extensions on systems that have them.  */
2105 #ifndef _GNU_SOURCE
2106 # define _GNU_SOURCE 1
2107 #endif
2108 /* Enable threading extensions on Solaris.  */
2109 #ifndef _POSIX_PTHREAD_SEMANTICS
2110 # define _POSIX_PTHREAD_SEMANTICS 1
2111 #endif
2112 /* Enable extensions on HP NonStop.  */
2113 #ifndef _TANDEM_SOURCE
2114 # define _TANDEM_SOURCE 1
2115 #endif
2116 /* Enable general extensions on Solaris.  */
2117 #ifndef __EXTENSIONS__
2118 # define __EXTENSIONS__ 1
2119 #endif
2120 
2121 
2122 /* Define to rpl_ if the getopt replacement functions and variables should be
2123    used. */
2124 #define __GETOPT_PREFIX rpl_
2125 
2126 /* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
2127    _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
2128    _GL_INLINE_HEADER_BEGIN contains useful stuff to put
2129      in an include file, before uses of _GL_INLINE.
2130      It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
2131      when FOO is an inline function in the header; see
2132      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
2133    _GL_INLINE_HEADER_END contains useful stuff to put
2134      in the same include file, after uses of _GL_INLINE.
2135 
2136    Suppress the use of extern inline on Apple's platforms,
2137    as Libc-825.25 (2012-09-19) is incompatible with it; see
2138    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
2139    Perhaps Apple will fix this some day.  */
2140 #if ((__GNUC__ \
2141       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
2142       : 199901L <= __STDC_VERSION__) \
2143      && !defined __APPLE__)
2144 # define _GL_INLINE inline
2145 # define _GL_EXTERN_INLINE extern inline
2146 #elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __APPLE__
2147 # if __GNUC_GNU_INLINE__
2148    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
2149 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
2150 # else
2151 #  define _GL_INLINE extern inline
2152 # endif
2153 # define _GL_EXTERN_INLINE extern
2154 #else
2155 # define _GL_INLINE static _GL_UNUSED
2156 # define _GL_EXTERN_INLINE static _GL_UNUSED
2157 #endif
2158 
2159 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
2160 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
2161 #  define _GL_INLINE_HEADER_CONST_PRAGMA
2162 # else
2163 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
2164      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
2165 # endif
2166 # define _GL_INLINE_HEADER_BEGIN \
2167     _Pragma ("GCC diagnostic push") \
2168     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
2169     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
2170     _GL_INLINE_HEADER_CONST_PRAGMA
2171 # define _GL_INLINE_HEADER_END \
2172     _Pragma ("GCC diagnostic pop")
2173 #else
2174 # define _GL_INLINE_HEADER_BEGIN
2175 # define _GL_INLINE_HEADER_END
2176 #endif
2177 
2178 /* Define to `int' if <sys/types.h> doesn't define. */
2179 /* #undef gid_t */
2180 
2181 /* Define to `__inline__' or `__inline' if that's what the C compiler
2182    calls it, or to nothing if 'inline' is not supported under any name.  */
2183 #ifndef __cplusplus
2184 /* #undef inline */
2185 #endif
2186 
2187 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
2188 /* #undef intmax_t */
2189 
2190 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
2191    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
2192    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
2193    __APPLE__ && __MACH__ test for Mac OS X.
2194    __APPLE_CC__ tests for the Apple compiler and its version.
2195    __STDC_VERSION__ tests for the C99 mode.  */
2196 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
2197 # define __GNUC_STDC_INLINE__ 1
2198 #endif
2199 
2200 /* Define to a type if <wchar.h> does not define. */
2201 /* #undef mbstate_t */
2202 
2203 /* Define to `int' if <sys/types.h> does not define. */
2204 /* #undef mode_t */
2205 
2206 /* Define to the type of st_nlink in struct stat, or a supertype. */
2207 /* #undef nlink_t */
2208 
2209 /* Define to `int' if <sys/types.h> does not define. */
2210 /* #undef pid_t */
2211 
2212 /* Define as the type of the result of subtracting two pointers, if the system
2213    doesn't define it. */
2214 /* #undef ptrdiff_t */
2215 
2216 /* Define to the equivalent of the C99 'restrict' keyword, or to
2217    nothing if this is not supported.  Do not define if restrict is
2218    supported directly.  */
2219 #define restrict __restrict
2220 /* Work around a bug in Sun C++: it does not support _Restrict or
2221    __restrict__, even though the corresponding Sun C compiler ends up with
2222    "#define restrict _Restrict" or "#define restrict __restrict__" in the
2223    previous line.  Perhaps some future version of Sun C++ will work with
2224    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
2225 #if defined __SUNPRO_CC && !defined __RESTRICT
2226 # define _Restrict
2227 # define __restrict__
2228 #endif
2229 
2230 /* Define as an integer type suitable for memory locations that can be
2231    accessed atomically even in the presence of asynchronous signals. */
2232 /* #undef sig_atomic_t */
2233 
2234 /* Define to `unsigned int' if <sys/types.h> does not define. */
2235 /* #undef size_t */
2236 
2237 /* Define as a signed type of the same size as size_t. */
2238 /* #undef ssize_t */
2239 
2240 /* Define to `int' if <sys/types.h> doesn't define. */
2241 /* #undef uid_t */
2242 
2243 /* Define as a marker that can be attached to declarations that might not
2244     be used.  This helps to reduce warnings, such as from
2245     GCC -Wunused-parameter.  */
2246 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
2247 # define _GL_UNUSED __attribute__ ((__unused__))
2248 #else
2249 # define _GL_UNUSED
2250 #endif
2251 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
2252    is a misnomer outside of parameter lists.  */
2253 #define _UNUSED_PARAMETER_ _GL_UNUSED
2254 
2255 /* The __pure__ attribute was added in gcc 2.96.  */
2256 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
2257 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
2258 #else
2259 # define _GL_ATTRIBUTE_PURE /* empty */
2260 #endif
2261 
2262 /* The __const__ attribute was added in gcc 2.95.  */
2263 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2264 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
2265 #else
2266 # define _GL_ATTRIBUTE_CONST /* empty */
2267 #endif
2268 
2269