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