9a5be99631c51dc8afb3f0608ac006c6a727dfbc
[platform/upstream/diffutils.git] / lib / config.hin
1 /* lib/config.hin.  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 to 1 if the `closedir' function returns void instead of `int'. */
22 #undef CLOSEDIR_VOID
23
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25    systems. This function is required for `alloca.c' support on those systems.
26    */
27 #undef CRAY_STACKSEG_END
28
29 /* Define to 1 if using `alloca.c'. */
30 #undef C_ALLOCA
31
32 /* Define to 1 if the C locale may have encoding errors. */
33 #undef C_LOCALE_MAYBE_EILSEQ
34
35 /* Define as the bit index in the word where to find bit 0 of the exponent of
36    'double'. */
37 #undef DBL_EXPBIT0_BIT
38
39 /* Define as the word index where to find the exponent of 'double'. */
40 #undef DBL_EXPBIT0_WORD
41
42 /* Name of editor program, unless overridden. */
43 #undef DEFAULT_EDITOR_PROGRAM
44
45 /* Define to 1 if // is a file system root distinct from /. */
46 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
47
48 /* Define to 1 if translation of program messages to the user's native
49    language is requested. */
50 #undef ENABLE_NLS
51
52 /* Define to 1 if an invalid memory address access may yield a SIGBUS. */
53 #undef FAULT_YIELDS_SIGBUS
54
55 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
56 #undef FCNTL_DUPFD_BUGGY
57
58 /* Define to nothing if C supports flexible array members, and to 1 if it does
59    not. That way, with a declaration like 'struct s { int n; double
60    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
61    compilers. When computing the size of such an object, don't use 'sizeof
62    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
63    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
64    MSVC and with C++ compilers. */
65 #undef FLEXIBLE_ARRAY_MEMBER
66
67 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
68    dot component. */
69 #undef FUNC_MKDIR_DOT_BUG
70
71 /* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
72 #undef FUNC_NL_LANGINFO_YESEXPR_WORKS
73
74 /* Define if gettimeofday clobbers the localtime buffer. */
75 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
76
77 /* Define this to 'void' or 'struct timezone' to match the system's
78    declaration of the second argument to gettimeofday. */
79 #undef GETTIMEOFDAY_TIMEZONE
80
81 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
82    whether the gnulib module dirname shall be considered present. */
83 #undef GNULIB_DIRNAME
84
85 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
86    whether the gnulib module filenamecat shall be considered present. */
87 #undef GNULIB_FILENAMECAT
88
89 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
90    whether the gnulib module fnmatch-gnu shall be considered present. */
91 #undef GNULIB_FNMATCH_GNU
92
93 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
94    whether the gnulib module freopen-safer shall be considered present. */
95 #undef GNULIB_FREOPEN_SAFER
96
97 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
98    whether the gnulib module fscanf shall be considered present. */
99 #undef GNULIB_FSCANF
100
101 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
102    whether the gnulib module msvc-nothrow shall be considered present. */
103 #undef GNULIB_MSVC_NOTHROW
104
105 /* enable some gnulib portability checks */
106 #undef GNULIB_PORTCHECK
107
108 /* Define to 1 if printf and friends should be labeled with attribute
109    "__gnu_printf__" instead of "__printf__" */
110 #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
111
112 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
113    whether the gnulib module scanf shall be considered present. */
114 #undef GNULIB_SCANF
115
116 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
117    whether the gnulib module snprintf shall be considered present. */
118 #undef GNULIB_SNPRINTF
119
120 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
121    whether the gnulib module strerror shall be considered present. */
122 #undef GNULIB_STRERROR
123
124 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
125    whether the gnulib module strerror_r-posix shall be considered present. */
126 #undef GNULIB_STRERROR_R_POSIX
127
128 /* Define to 1 when the gnulib module accept should be tested. */
129 #undef GNULIB_TEST_ACCEPT
130
131 /* Define to 1 when the gnulib module bind should be tested. */
132 #undef GNULIB_TEST_BIND
133
134 /* Define to 1 when the gnulib module btowc should be tested. */
135 #undef GNULIB_TEST_BTOWC
136
137 /* Define to 1 when the gnulib module cloexec should be tested. */
138 #undef GNULIB_TEST_CLOEXEC
139
140 /* Define to 1 when the gnulib module close should be tested. */
141 #undef GNULIB_TEST_CLOSE
142
143 /* Define to 1 when the gnulib module connect should be tested. */
144 #undef GNULIB_TEST_CONNECT
145
146 /* Define to 1 when the gnulib module dup2 should be tested. */
147 #undef GNULIB_TEST_DUP2
148
149 /* Define to 1 when the gnulib module environ should be tested. */
150 #undef GNULIB_TEST_ENVIRON
151
152 /* Define to 1 when the gnulib module fcntl should be tested. */
153 #undef GNULIB_TEST_FCNTL
154
155 /* Define to 1 when the gnulib module fdopen should be tested. */
156 #undef GNULIB_TEST_FDOPEN
157
158 /* Define to 1 when the gnulib module fnmatch should be tested. */
159 #undef GNULIB_TEST_FNMATCH
160
161 /* Define to 1 when the gnulib module freopen should be tested. */
162 #undef GNULIB_TEST_FREOPEN
163
164 /* Define to 1 when the gnulib module fstat should be tested. */
165 #undef GNULIB_TEST_FSTAT
166
167 /* Define to 1 when the gnulib module ftruncate should be tested. */
168 #undef GNULIB_TEST_FTRUNCATE
169
170 /* Define to 1 when the gnulib module getcwd should be tested. */
171 #undef GNULIB_TEST_GETCWD
172
173 /* Define to 1 when the gnulib module getdtablesize should be tested. */
174 #undef GNULIB_TEST_GETDTABLESIZE
175
176 /* Define to 1 when the gnulib module getpagesize should be tested. */
177 #undef GNULIB_TEST_GETPAGESIZE
178
179 /* Define to 1 when the gnulib module gettimeofday should be tested. */
180 #undef GNULIB_TEST_GETTIMEOFDAY
181
182 /* Define to 1 when the gnulib module ioctl should be tested. */
183 #undef GNULIB_TEST_IOCTL
184
185 /* Define to 1 when the gnulib module iswblank should be tested. */
186 #undef GNULIB_TEST_ISWBLANK
187
188 /* Define to 1 when the gnulib module listen should be tested. */
189 #undef GNULIB_TEST_LISTEN
190
191 /* Define to 1 when the gnulib module localeconv should be tested. */
192 #undef GNULIB_TEST_LOCALECONV
193
194 /* Define to 1 when the gnulib module lstat should be tested. */
195 #undef GNULIB_TEST_LSTAT
196
197 /* Define to 1 when the gnulib module malloc-posix should be tested. */
198 #undef GNULIB_TEST_MALLOC_POSIX
199
200 /* Define to 1 when the gnulib module mbrtowc should be tested. */
201 #undef GNULIB_TEST_MBRTOWC
202
203 /* Define to 1 when the gnulib module mbscasecmp should be tested. */
204 #undef GNULIB_TEST_MBSCASECMP
205
206 /* Define to 1 when the gnulib module mbsinit should be tested. */
207 #undef GNULIB_TEST_MBSINIT
208
209 /* Define to 1 when the gnulib module mbslen should be tested. */
210 #undef GNULIB_TEST_MBSLEN
211
212 /* Define to 1 when the gnulib module mbsrtowcs should be tested. */
213 #undef GNULIB_TEST_MBSRTOWCS
214
215 /* Define to 1 when the gnulib module mbsstr should be tested. */
216 #undef GNULIB_TEST_MBSSTR
217
218 /* Define to 1 when the gnulib module mbtowc should be tested. */
219 #undef GNULIB_TEST_MBTOWC
220
221 /* Define to 1 when the gnulib module memchr should be tested. */
222 #undef GNULIB_TEST_MEMCHR
223
224 /* Define to 1 when the gnulib module mkstemp should be tested. */
225 #undef GNULIB_TEST_MKSTEMP
226
227 /* Define to 1 when the gnulib module mktime should be tested. */
228 #undef GNULIB_TEST_MKTIME
229
230 /* Define to 1 when the gnulib module nanosleep should be tested. */
231 #undef GNULIB_TEST_NANOSLEEP
232
233 /* Define to 1 when the gnulib module nl_langinfo should be tested. */
234 #undef GNULIB_TEST_NL_LANGINFO
235
236 /* Define to 1 when the gnulib module open should be tested. */
237 #undef GNULIB_TEST_OPEN
238
239 /* Define to 1 when the gnulib module perror should be tested. */
240 #undef GNULIB_TEST_PERROR
241
242 /* Define to 1 when the gnulib module pipe should be tested. */
243 #undef GNULIB_TEST_PIPE
244
245 /* Define to 1 when the gnulib module putenv should be tested. */
246 #undef GNULIB_TEST_PUTENV
247
248 /* Define to 1 when the gnulib module raise should be tested. */
249 #undef GNULIB_TEST_RAISE
250
251 /* Define to 1 when the gnulib module rawmemchr should be tested. */
252 #undef GNULIB_TEST_RAWMEMCHR
253
254 /* Define to 1 when the gnulib module readlink should be tested. */
255 #undef GNULIB_TEST_READLINK
256
257 /* Define to 1 when the gnulib module select should be tested. */
258 #undef GNULIB_TEST_SELECT
259
260 /* Define to 1 when the gnulib module setenv should be tested. */
261 #undef GNULIB_TEST_SETENV
262
263 /* Define to 1 when the gnulib module setlocale should be tested. */
264 #undef GNULIB_TEST_SETLOCALE
265
266 /* Define to 1 when the gnulib module setsockopt should be tested. */
267 #undef GNULIB_TEST_SETSOCKOPT
268
269 /* Define to 1 when the gnulib module sigaction should be tested. */
270 #undef GNULIB_TEST_SIGACTION
271
272 /* Define to 1 when the gnulib module sigprocmask should be tested. */
273 #undef GNULIB_TEST_SIGPROCMASK
274
275 /* Define to 1 when the gnulib module sleep should be tested. */
276 #undef GNULIB_TEST_SLEEP
277
278 /* Define to 1 when the gnulib module snprintf should be tested. */
279 #undef GNULIB_TEST_SNPRINTF
280
281 /* Define to 1 when the gnulib module socket should be tested. */
282 #undef GNULIB_TEST_SOCKET
283
284 /* Define to 1 when the gnulib module stat should be tested. */
285 #undef GNULIB_TEST_STAT
286
287 /* Define to 1 when the gnulib module strerror should be tested. */
288 #undef GNULIB_TEST_STRERROR
289
290 /* Define to 1 when the gnulib module strerror_r should be tested. */
291 #undef GNULIB_TEST_STRERROR_R
292
293 /* Define to 1 when the gnulib module strndup should be tested. */
294 #undef GNULIB_TEST_STRNDUP
295
296 /* Define to 1 when the gnulib module strnlen should be tested. */
297 #undef GNULIB_TEST_STRNLEN
298
299 /* Define to 1 when the gnulib module strptime should be tested. */
300 #undef GNULIB_TEST_STRPTIME
301
302 /* Define to 1 when the gnulib module strtoull should be tested. */
303 #undef GNULIB_TEST_STRTOULL
304
305 /* Define to 1 when the gnulib module symlink should be tested. */
306 #undef GNULIB_TEST_SYMLINK
307
308 /* Define to 1 when the gnulib module timegm should be tested. */
309 #undef GNULIB_TEST_TIMEGM
310
311 /* Define to 1 when the gnulib module time_r should be tested. */
312 #undef GNULIB_TEST_TIME_R
313
314 /* Define to 1 when the gnulib module time_rz should be tested. */
315 #undef GNULIB_TEST_TIME_RZ
316
317 /* Define to 1 when the gnulib module tzset should be tested. */
318 #undef GNULIB_TEST_TZSET
319
320 /* Define to 1 when the gnulib module unsetenv should be tested. */
321 #undef GNULIB_TEST_UNSETENV
322
323 /* Define to 1 when the gnulib module vasprintf should be tested. */
324 #undef GNULIB_TEST_VASPRINTF
325
326 /* Define to 1 when the gnulib module wcrtomb should be tested. */
327 #undef GNULIB_TEST_WCRTOMB
328
329 /* Define to 1 when the gnulib module wctob should be tested. */
330 #undef GNULIB_TEST_WCTOB
331
332 /* Define to 1 when the gnulib module wctomb should be tested. */
333 #undef GNULIB_TEST_WCTOMB
334
335 /* Define to 1 when the gnulib module wcwidth should be tested. */
336 #undef GNULIB_TEST_WCWIDTH
337
338 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
339    whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
340 #undef GNULIB_UNISTR_U8_MBTOUCR
341
342 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
343    whether the gnulib module unistr/u8-uctomb shall be considered present. */
344 #undef GNULIB_UNISTR_U8_UCTOMB
345
346 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
347    may be supplied by this distribution. */
348 #undef HAVE_ALLOCA
349
350 /* Define to 1 if <alloca.h> works. */
351 #undef HAVE_ALLOCA_H
352
353 /* Define to 1 if you have the <arpa/inet.h> header file. */
354 #undef HAVE_ARPA_INET_H
355
356 /* Define to 1 if you have the <bp-sym.h> header file. */
357 #undef HAVE_BP_SYM_H
358
359 /* Define to 1 if you have the `btowc' function. */
360 #undef HAVE_BTOWC
361
362 /* Define to 1 if nanosleep mishandles large arguments. */
363 #undef HAVE_BUG_BIG_NANOSLEEP
364
365 /* Define to 1 if you have the `catgets' function. */
366 #undef HAVE_CATGETS
367
368 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
369    CoreFoundation framework. */
370 #undef HAVE_CFLOCALECOPYCURRENT
371
372 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
373    the CoreFoundation framework. */
374 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
375
376 /* Define to 1 if you have the `chsize' function. */
377 #undef HAVE_CHSIZE
378
379 /* Define to 1 if you have the `clock_gettime' function. */
380 #undef HAVE_CLOCK_GETTIME
381
382 /* Define to 1 if you have the `clock_settime' function. */
383 #undef HAVE_CLOCK_SETTIME
384
385 /* Define to 1 if you have the <crtdefs.h> header file. */
386 #undef HAVE_CRTDEFS_H
387
388 /* Define to 1 if C supports variable-length arrays. */
389 #undef HAVE_C_VARARRAYS
390
391 /* Define if the GNU dcgettext() function is already present or preinstalled.
392    */
393 #undef HAVE_DCGETTEXT
394
395 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
396    */
397 #undef HAVE_DECL_ALARM
398
399 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
400    you don't. */
401 #undef HAVE_DECL_CLEARERR_UNLOCKED
402
403 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
404    don't. */
405 #undef HAVE_DECL_FEOF_UNLOCKED
406
407 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
408    you don't. */
409 #undef HAVE_DECL_FERROR_UNLOCKED
410
411 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
412    you don't. */
413 #undef HAVE_DECL_FFLUSH_UNLOCKED
414
415 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
416    you don't. */
417 #undef HAVE_DECL_FGETS_UNLOCKED
418
419 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
420    you don't. */
421 #undef HAVE_DECL_FPUTC_UNLOCKED
422
423 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
424    you don't. */
425 #undef HAVE_DECL_FPUTS_UNLOCKED
426
427 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
428    you don't. */
429 #undef HAVE_DECL_FREAD_UNLOCKED
430
431 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
432    you don't. */
433 #undef HAVE_DECL_FWRITE_UNLOCKED
434
435 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
436    you don't. */
437 #undef HAVE_DECL_GETCHAR_UNLOCKED
438
439 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
440    don't. */
441 #undef HAVE_DECL_GETC_UNLOCKED
442
443 /* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
444    don't. */
445 #undef HAVE_DECL_GETDTABLESIZE
446
447 /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
448    don't. */
449 #undef HAVE_DECL_INET_PTON
450
451 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
452    don't. */
453 #undef HAVE_DECL_ISBLANK
454
455 /* Define to 1 if you have the declaration of `iswblank', and to 0 if you
456    don't. */
457 #undef HAVE_DECL_ISWBLANK
458
459 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
460    don't. */
461 #undef HAVE_DECL_LOCALTIME_R
462
463 /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
464    don't. */
465 #undef HAVE_DECL_MBRTOWC
466
467 /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
468    don't. */
469 #undef HAVE_DECL_MBSINIT
470
471 /* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
472    don't. */
473 #undef HAVE_DECL_MBSRTOWCS
474
475 /* Define to 1 if you have the declaration of `program_invocation_name', and
476    to 0 if you don't. */
477 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
478
479 /* Define to 1 if you have the declaration of `program_invocation_short_name',
480    and to 0 if you don't. */
481 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
482
483 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
484    you don't. */
485 #undef HAVE_DECL_PUTCHAR_UNLOCKED
486
487 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
488    don't. */
489 #undef HAVE_DECL_PUTC_UNLOCKED
490
491 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
492    */
493 #undef HAVE_DECL_SETENV
494
495 /* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
496    don't. */
497 #undef HAVE_DECL_SIGALTSTACK
498
499 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
500    */
501 #undef HAVE_DECL_SLEEP
502
503 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
504    don't. */
505 #undef HAVE_DECL_SNPRINTF
506
507 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
508    don't. */
509 #undef HAVE_DECL_STRERROR_R
510
511 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
512    don't. */
513 #undef HAVE_DECL_STRNCASECMP
514
515 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
516    don't. */
517 #undef HAVE_DECL_STRNDUP
518
519 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
520    don't. */
521 #undef HAVE_DECL_STRNLEN
522
523 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
524    don't. */
525 #undef HAVE_DECL_STRTOULL
526
527 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
528    don't. */
529 #undef HAVE_DECL_STRTOUMAX
530
531 /* Define to 1 if you have the declaration of `towlower', and to 0 if you
532    don't. */
533 #undef HAVE_DECL_TOWLOWER
534
535 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
536    */
537 #undef HAVE_DECL_TZNAME
538
539 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
540    don't. */
541 #undef HAVE_DECL_UNSETENV
542
543 /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
544    don't. */
545 #undef HAVE_DECL_WCRTOMB
546
547 /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
548    */
549 #undef HAVE_DECL_WCTOB
550
551 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
552    don't. */
553 #undef HAVE_DECL_WCWIDTH
554
555 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
556    don't. */
557 #undef HAVE_DECL__PUTENV
558
559 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
560    don't. */
561 #undef HAVE_DECL__SNPRINTF
562
563 /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
564    */
565 #undef HAVE_DECL___ARGV
566
567 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
568    */
569 #undef HAVE_DIRENT_H
570
571 /* Define to 1 if you have the 'dup2' function. */
572 #undef HAVE_DUP2
573
574 /* Define if you have the declaration of environ. */
575 #undef HAVE_ENVIRON_DECL
576
577 /* Define to 1 if you have the `fcntl' function. */
578 #undef HAVE_FCNTL
579
580 /* Define to 1 if you have the <features.h> header file. */
581 #undef HAVE_FEATURES_H
582
583 /* Define to 1 if you have the `fnmatch' function. */
584 #undef HAVE_FNMATCH
585
586 /* Define to 1 if you have the <fnmatch.h> header file. */
587 #undef HAVE_FNMATCH_H
588
589 /* Define to 1 if you have the `fork' function. */
590 #undef HAVE_FORK
591
592 /* Define to 1 if you have the `ftruncate' function. */
593 #undef HAVE_FTRUNCATE
594
595 /* Define to 1 if you have the `getdtablesize' function. */
596 #undef HAVE_GETDTABLESIZE
597
598 /* Define to 1 if you have the `getexecname' function. */
599 #undef HAVE_GETEXECNAME
600
601 /* Define to 1 if you have the <getopt.h> header file. */
602 #undef HAVE_GETOPT_H
603
604 /* Define to 1 if you have the `getopt_long_only' function. */
605 #undef HAVE_GETOPT_LONG_ONLY
606
607 /* Define to 1 if you have the `getprogname' function. */
608 #undef HAVE_GETPROGNAME
609
610 /* Define if the GNU gettext() function is already present or preinstalled. */
611 #undef HAVE_GETTEXT
612
613 /* Define to 1 if you have the `gettimeofday' function. */
614 #undef HAVE_GETTIMEOFDAY
615
616 /* Define if you have the iconv() function and it works. */
617 #undef HAVE_ICONV
618
619 /* Define to 1 if you have the <iconv.h> header file. */
620 #undef HAVE_ICONV_H
621
622 /* Define to 1 if you have the `inet_pton' function. */
623 #undef HAVE_INET_PTON
624
625 /* Define to 1 if the compiler supports one of the keywords 'inline',
626    '__inline__', '__inline' and effectively inlines functions marked as such.
627    */
628 #undef HAVE_INLINE
629
630 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
631 #undef HAVE_INTMAX_T
632
633 /* Define to 1 if you have the <inttypes.h> header file. */
634 #undef HAVE_INTTYPES_H
635
636 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
637    declares uintmax_t. */
638 #undef HAVE_INTTYPES_H_WITH_UINTMAX
639
640 /* Define to 1 if you have the `ioctl' function. */
641 #undef HAVE_IOCTL
642
643 /* Define to 1 if <sys/socket.h> defines AF_INET. */
644 #undef HAVE_IPV4
645
646 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
647 #undef HAVE_IPV6
648
649 /* Define to 1 if you have the `isblank' function. */
650 #undef HAVE_ISBLANK
651
652 /* Define to 1 if you have the `iswblank' function. */
653 #undef HAVE_ISWBLANK
654
655 /* Define to 1 if you have the `iswcntrl' function. */
656 #undef HAVE_ISWCNTRL
657
658 /* Define to 1 if you have the `iswctype' function. */
659 #undef HAVE_ISWCTYPE
660
661 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
662 #undef HAVE_LANGINFO_CODESET
663
664 /* Define to 1 if you have the <langinfo.h> header file. */
665 #undef HAVE_LANGINFO_H
666
667 /* Define to 1 if you have the <libintl.h> header file. */
668 #undef HAVE_LIBINTL_H
669
670 /* Define if you have the libsigsegv library. */
671 #undef HAVE_LIBSIGSEGV
672
673 /* Define to 1 if you have the <limits.h> header file. */
674 #undef HAVE_LIMITS_H
675
676 /* Define if localtime-like functions can loop forever on extreme arguments.
677    */
678 #undef HAVE_LOCALTIME_INFLOOP_BUG
679
680 /* Define to 1 if you have the `localtime_r' function. */
681 #undef HAVE_LOCALTIME_R
682
683 /* Define to 1 if the system has the type 'long long int'. */
684 #undef HAVE_LONG_LONG_INT
685
686 /* Define to 1 if you have the `lstat' function. */
687 #undef HAVE_LSTAT
688
689 /* Define to 1 if you have the <malloc.h> header file. */
690 #undef HAVE_MALLOC_H
691
692 /* Define if the 'malloc' function is POSIX compliant. */
693 #undef HAVE_MALLOC_POSIX
694
695 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
696    config.h and <sys/mman.h>. */
697 #undef HAVE_MAP_ANONYMOUS
698
699 /* Define to 1 if you have the `mbrtowc' function. */
700 #undef HAVE_MBRTOWC
701
702 /* Define to 1 if you have the `mbsinit' function. */
703 #undef HAVE_MBSINIT
704
705 /* Define to 1 if you have the `mbslen' function. */
706 #undef HAVE_MBSLEN
707
708 /* Define to 1 if you have the `mbsrtowcs' function. */
709 #undef HAVE_MBSRTOWCS
710
711 /* Define to 1 if <wchar.h> declares mbstate_t. */
712 #undef HAVE_MBSTATE_T
713
714 /* Define to 1 if you have the `mempcpy' function. */
715 #undef HAVE_MEMPCPY
716
717 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
718 #undef HAVE_MINMAX_IN_LIMITS_H
719
720 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
721 #undef HAVE_MINMAX_IN_SYS_PARAM_H
722
723 /* Define to 1 if you have the `mkstemp' function. */
724 #undef HAVE_MKSTEMP
725
726 /* Define to 1 if you have the `mprotect' function. */
727 #undef HAVE_MPROTECT
728
729 /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
730    concept. */
731 #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
732
733 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
734 #undef HAVE_NDIR_H
735
736 /* Define to 1 if you have the <netdb.h> header file. */
737 #undef HAVE_NETDB_H
738
739 /* Define to 1 if you have the <netinet/in.h> header file. */
740 #undef HAVE_NETINET_IN_H
741
742 /* Define to 1 if you have the `newlocale' function. */
743 #undef HAVE_NEWLOCALE
744
745 /* Define to 1 if you have the `nl_langinfo' function. */
746 #undef HAVE_NL_LANGINFO
747
748 /* Define to 1 if you have the <OS.h> header file. */
749 #undef HAVE_OS_H
750
751 /* Define to 1 if you have the `pipe' function. */
752 #undef HAVE_PIPE
753
754 /* Define to 1 if you have the `raise' function. */
755 #undef HAVE_RAISE
756
757 /* Define to 1 if you have the `rawmemchr' function. */
758 #undef HAVE_RAWMEMCHR
759
760 /* Define to 1 if you have the `readlink' function. */
761 #undef HAVE_READLINK
762
763 /* Define to 1 if you have the `readlinkat' function. */
764 #undef HAVE_READLINKAT
765
766 /* Define to 1 if you have run the test for working tzset. */
767 #undef HAVE_RUN_TZSET_TEST
768
769 /* Define to 1 if the system has the type `sa_family_t'. */
770 #undef HAVE_SA_FAMILY_T
771
772 /* Define to 1 if you have the <search.h> header file. */
773 #undef HAVE_SEARCH_H
774
775 /* Define to 1 if you have the `setdtablesize' function. */
776 #undef HAVE_SETDTABLESIZE
777
778 /* Define to 1 if you have the `setenv' function. */
779 #undef HAVE_SETENV
780
781 /* Define to 1 if you have the `setrlimit' function. */
782 #undef HAVE_SETRLIMIT
783
784 /* Define to 1 if you have the `shutdown' function. */
785 #undef HAVE_SHUTDOWN
786
787 /* Define to 1 if you have the `sigaction' function. */
788 #undef HAVE_SIGACTION
789
790 /* Define to 1 if you have the `sigaltstack' function. */
791 #undef HAVE_SIGALTSTACK
792
793 /* Define to 1 if you have the `sigblock' function. */
794 #undef HAVE_SIGBLOCK
795
796 /* Define to 1 if the system has the type `siginfo_t'. */
797 #undef HAVE_SIGINFO_T
798
799 /* Define to 1 if you have the `siginterrupt' function. */
800 #undef HAVE_SIGINTERRUPT
801
802 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
803 #undef HAVE_SIGNED_SIG_ATOMIC_T
804
805 /* Define to 1 if 'wchar_t' is a signed integer type. */
806 #undef HAVE_SIGNED_WCHAR_T
807
808 /* Define to 1 if 'wint_t' is a signed integer type. */
809 #undef HAVE_SIGNED_WINT_T
810
811 /* Define to 1 if you have the `sigprocmask' function. */
812 #undef HAVE_SIGPROCMASK
813
814 /* Define to 1 if the system has the type `sigset_t'. */
815 #undef HAVE_SIGSET_T
816
817 /* Define to 1 if you have the `sleep' function. */
818 #undef HAVE_SLEEP
819
820 /* Define to 1 if you have the `snprintf' function. */
821 #undef HAVE_SNPRINTF
822
823 /* Define if the return value of the snprintf function is the number of of
824    bytes (excluding the terminating NUL) that would have been produced if the
825    buffer had been large enough. */
826 #undef HAVE_SNPRINTF_RETVAL_C99
827
828 /* Define to 1 if extending the stack slightly past the limit causes a SIGSEGV
829    which can be handled on an alternate stack established with sigaltstack. */
830 #undef HAVE_STACK_OVERFLOW_HANDLING
831
832 /* Define to 1 if the system has the type `stack_t'. */
833 #undef HAVE_STACK_T
834
835 /* Define to 1 if you have the <stdint.h> header file. */
836 #undef HAVE_STDINT_H
837
838 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
839    uintmax_t. */
840 #undef HAVE_STDINT_H_WITH_UINTMAX
841
842 /* Define to 1 if you have the <stdlib.h> header file. */
843 #undef HAVE_STDLIB_H
844
845 /* Define to 1 if you have the `strcasecmp' function. */
846 #undef HAVE_STRCASECMP
847
848 /* Define to 1 if you have the `strcasecoll' function. */
849 #undef HAVE_STRCASECOLL
850
851 /* Define to 1 if you have the `strerror_r' function. */
852 #undef HAVE_STRERROR_R
853
854 /* Define to 1 if you have the `stricoll' function. */
855 #undef HAVE_STRICOLL
856
857 /* Define to 1 if you have the <strings.h> header file. */
858 #undef HAVE_STRINGS_H
859
860 /* Always define to 1, for backward compatibility. You can assume <string.h>
861    exists. */
862 #undef HAVE_STRING_H
863
864 /* Define to 1 if you have the `strncasecmp' function. */
865 #undef HAVE_STRNCASECMP
866
867 /* Define to 1 if you have the `strndup' function. */
868 #undef HAVE_STRNDUP
869
870 /* Define to 1 if you have the `strnlen' function. */
871 #undef HAVE_STRNLEN
872
873 /* Define to 1 if you have the `strptime' function. */
874 #undef HAVE_STRPTIME
875
876 /* Define to 1 if you have the `strtoull' function. */
877 #undef HAVE_STRTOULL
878
879 /* Define to 1 if you have the `strtoumax' function. */
880 #undef HAVE_STRTOUMAX
881
882 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */
883 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
884
885 /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
886 #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
887
888 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
889 #undef HAVE_STRUCT_SOCKADDR_STORAGE
890
891 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
892 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
893
894 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
895 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
896
897 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
898 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
899
900 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
901 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
902
903 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
904 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
905
906 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
907 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
908
909 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
910 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
911
912 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
913 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
914
915 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
916 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
917
918 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
919 #undef HAVE_STRUCT_STAT_ST_RDEV
920
921 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
922 #undef HAVE_STRUCT_TM_TM_ZONE
923
924 /* Define to 1 if you have the `symlink' function. */
925 #undef HAVE_SYMLINK
926
927 /* Define to 1 if you have the <sys/bitypes.h> header file. */
928 #undef HAVE_SYS_BITYPES_H
929
930 /* Define to 1 if you have the <sys/cdefs.h> header file. */
931 #undef HAVE_SYS_CDEFS_H
932
933 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
934    */
935 #undef HAVE_SYS_DIR_H
936
937 /* Define to 1 if you have the <sys/inttypes.h> header file. */
938 #undef HAVE_SYS_INTTYPES_H
939
940 /* Define to 1 if you have the <sys/ioctl.h> header file. */
941 #undef HAVE_SYS_IOCTL_H
942
943 /* Define to 1 if you have the <sys/mman.h> header file. */
944 #undef HAVE_SYS_MMAN_H
945
946 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
947    */
948 #undef HAVE_SYS_NDIR_H
949
950 /* Define to 1 if you have the <sys/param.h> header file. */
951 #undef HAVE_SYS_PARAM_H
952
953 /* Define to 1 if you have the <sys/select.h> header file. */
954 #undef HAVE_SYS_SELECT_H
955
956 /* Define to 1 if you have the <sys/socket.h> header file. */
957 #undef HAVE_SYS_SOCKET_H
958
959 /* Define to 1 if you have the <sys/stat.h> header file. */
960 #undef HAVE_SYS_STAT_H
961
962 /* Define to 1 if you have the <sys/time.h> header file. */
963 #undef HAVE_SYS_TIME_H
964
965 /* Define to 1 if you have the <sys/types.h> header file. */
966 #undef HAVE_SYS_TYPES_H
967
968 /* Define to 1 if you have the <sys/uio.h> header file. */
969 #undef HAVE_SYS_UIO_H
970
971 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
972 #undef HAVE_SYS_WAIT_H
973
974 /* Define to 1 if you have the `timegm' function. */
975 #undef HAVE_TIMEGM
976
977 /* Define to 1 if the system has the type `timezone_t'. */
978 #undef HAVE_TIMEZONE_T
979
980 /* Define if struct tm has the tm_gmtoff member. */
981 #undef HAVE_TM_GMTOFF
982
983 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
984    `HAVE_STRUCT_TM_TM_ZONE' instead. */
985 #undef HAVE_TM_ZONE
986
987 /* Define to 1 if you have the `towlower' function. */
988 #undef HAVE_TOWLOWER
989
990 /* Define to 1 if you have the `tsearch' function. */
991 #undef HAVE_TSEARCH
992
993 /* Define to 1 if you don't have `tm_zone' but do have the external array
994    `tzname'. */
995 #undef HAVE_TZNAME
996
997 /* Define to 1 if you have the `tzset' function. */
998 #undef HAVE_TZSET
999
1000 /* Define to 1 if you have the <ucontext.h> header file. */
1001 #undef HAVE_UCONTEXT_H
1002
1003 /* Define to 1 if you have the <unistd.h> header file. */
1004 #undef HAVE_UNISTD_H
1005
1006 /* Define to 1 if you have the `unsetenv' function. */
1007 #undef HAVE_UNSETENV
1008
1009 /* Define to 1 if the system has the type 'unsigned long long int'. */
1010 #undef HAVE_UNSIGNED_LONG_LONG_INT
1011
1012 /* Define if you have a global __progname variable */
1013 #undef HAVE_VAR___PROGNAME
1014
1015 /* Define to 1 if you have the `vasnprintf' function. */
1016 #undef HAVE_VASNPRINTF
1017
1018 /* Define to 1 if you have the `vasprintf' function. */
1019 #undef HAVE_VASPRINTF
1020
1021 /* Define to 1 if you have the `vfork' function. */
1022 #undef HAVE_VFORK
1023
1024 /* Define to 1 if you have the <vfork.h> header file. */
1025 #undef HAVE_VFORK_H
1026
1027 /* Define to 1 if you have the <wchar.h> header file. */
1028 #undef HAVE_WCHAR_H
1029
1030 /* Define if you have the 'wchar_t' type. */
1031 #undef HAVE_WCHAR_T
1032
1033 /* Define to 1 if you have the `wcrtomb' function. */
1034 #undef HAVE_WCRTOMB
1035
1036 /* Define to 1 if you have the `wcslen' function. */
1037 #undef HAVE_WCSLEN
1038
1039 /* Define to 1 if you have the `wcsnlen' function. */
1040 #undef HAVE_WCSNLEN
1041
1042 /* Define to 1 if you have the `wctob' function. */
1043 #undef HAVE_WCTOB
1044
1045 /* Define to 1 if you have the <wctype.h> header file. */
1046 #undef HAVE_WCTYPE_H
1047
1048 /* Define to 1 if you have the `wcwidth' function. */
1049 #undef HAVE_WCWIDTH
1050
1051 /* Define to 1 if you have the <winsock2.h> header file. */
1052 #undef HAVE_WINSOCK2_H
1053
1054 /* Define if you have the 'wint_t' type. */
1055 #undef HAVE_WINT_T
1056
1057 /* Define to 1 if you have the `wmemchr' function. */
1058 #undef HAVE_WMEMCHR
1059
1060 /* Define to 1 if you have the `wmemcpy' function. */
1061 #undef HAVE_WMEMCPY
1062
1063 /* Define to 1 if you have the `wmempcpy' function. */
1064 #undef HAVE_WMEMPCPY
1065
1066 /* Define to 1 if `fork' works. */
1067 #undef HAVE_WORKING_FORK
1068
1069 /* Define to 1 if O_NOATIME works. */
1070 #undef HAVE_WORKING_O_NOATIME
1071
1072 /* Define to 1 if O_NOFOLLOW works. */
1073 #undef HAVE_WORKING_O_NOFOLLOW
1074
1075 /* Define to 1 if `vfork' works. */
1076 #undef HAVE_WORKING_VFORK
1077
1078 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1079 #undef HAVE_WS2TCPIP_H
1080
1081 /* Define to 1 if you have the <xlocale.h> header file. */
1082 #undef HAVE_XLOCALE_H
1083
1084 /* Define to 1 if extending the stack slightly past the limit causes a
1085    SIGSEGV, and an alternate stack can be established with sigaltstack, and
1086    the signal handler is passed a context that specifies the run time stack.
1087    This behavior is defined by POSIX 1003.1-2001 with the X/Open System
1088    Interface (XSI) option and is a standardized way to implement a SEGV-based
1089    stack overflow detection heuristic. */
1090 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
1091
1092 /* Define to 1 if the system has the type `_Bool'. */
1093 #undef HAVE__BOOL
1094
1095 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
1096 #undef HAVE__SET_INVALID_PARAMETER_HANDLER
1097
1098 /* Define to 1 if the compiler supports __builtin_expect,
1099    and to 2 if <builtins.h> does.  */
1100 #undef HAVE___BUILTIN_EXPECT
1101 #ifndef HAVE___BUILTIN_EXPECT
1102 # define __builtin_expect(e, c) (e)
1103 #elif HAVE___BUILTIN_EXPECT == 2
1104 # include <builtins.h>
1105 #endif
1106     
1107
1108 /* Define to 1 if the compiler supports the keyword '__inline'. */
1109 #undef HAVE___INLINE
1110
1111 /* Define to 1 if you have the `__xpg_strerror_r' function. */
1112 #undef HAVE___XPG_STRERROR_R
1113
1114 /* Define as const if the declaration of iconv() needs const. */
1115 #undef ICONV_CONST
1116
1117 /* Define to a symbolic name denoting the flavor of iconv_open()
1118    implementation. */
1119 #undef ICONV_FLAVOR
1120
1121 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1122    slash. */
1123 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1124
1125 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1126 #undef MALLOC_0_IS_NONNULL
1127
1128 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1129 #undef MAP_ANONYMOUS
1130
1131 /* Define if the mbrtowc function does not return (size_t) -2 for empty input.
1132    */
1133 #undef MBRTOWC_EMPTY_INPUT_BUG
1134
1135 /* Define if the mbrtowc function has the NULL pwc argument bug. */
1136 #undef MBRTOWC_NULL_ARG1_BUG
1137
1138 /* Define if the mbrtowc function has the NULL string argument bug. */
1139 #undef MBRTOWC_NULL_ARG2_BUG
1140
1141 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1142 #undef MBRTOWC_NUL_RETVAL_BUG
1143
1144 /* Define if the mbrtowc function returns a wrong return value. */
1145 #undef MBRTOWC_RETVAL_BUG
1146
1147 /* Use GNU style printf and scanf.  */
1148 #ifndef __USE_MINGW_ANSI_STDIO
1149 # undef __USE_MINGW_ANSI_STDIO
1150 #endif
1151
1152
1153 /* Define if the compilation of mktime.c should define 'mktime_internal'. */
1154 #undef NEED_MKTIME_INTERNAL
1155
1156 /* Define if the compilation of mktime.c should define 'mktime' with the
1157    native Windows TZ workaround. */
1158 #undef NEED_MKTIME_WINDOWS
1159
1160 /* Define if the compilation of mktime.c should define 'mktime' with the
1161    algorithmic workarounds. */
1162 #undef NEED_MKTIME_WORKING
1163
1164 /* Define to 1 if open() fails to recognize a trailing slash. */
1165 #undef OPEN_TRAILING_SLASH_BUG
1166
1167 /* Name of package */
1168 #undef PACKAGE
1169
1170 /* Define to the address where bug reports for this package should be sent. */
1171 #undef PACKAGE_BUGREPORT
1172
1173 /* Define to the full name of this package. */
1174 #undef PACKAGE_NAME
1175
1176 /* String identifying the packager of this software */
1177 #undef PACKAGE_PACKAGER
1178
1179 /* Packager info for bug reports (URL/e-mail/...) */
1180 #undef PACKAGE_PACKAGER_BUG_REPORTS
1181
1182 /* Packager-specific version information */
1183 #undef PACKAGE_PACKAGER_VERSION
1184
1185 /* Define to the full name and version of this package. */
1186 #undef PACKAGE_STRING
1187
1188 /* Define to the one symbol short name of this package. */
1189 #undef PACKAGE_TARNAME
1190
1191 /* Define to the home page for this package. */
1192 #undef PACKAGE_URL
1193
1194 /* Define to the version of this package. */
1195 #undef PACKAGE_VERSION
1196
1197 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1198 #undef PRI_MACROS_BROKEN
1199
1200 /* Define to the type that is the result of default argument promotions of
1201    type mode_t. */
1202 #undef PROMOTED_MODE_T
1203
1204 /* Name of "pr" program. */
1205 #undef PR_PROGRAM
1206
1207 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1208    'ptrdiff_t'. */
1209 #undef PTRDIFF_T_SUFFIX
1210
1211 /* Define to 1 if readlink fails to recognize a trailing slash. */
1212 #undef READLINK_TRAILING_SLASH_BUG
1213
1214 /* Define to 1 if stat needs help when passed a file name with a trailing
1215    slash */
1216 #undef REPLACE_FUNC_STAT_FILE
1217
1218 /* Define if nl_langinfo exists but is overridden by gnulib. */
1219 #undef REPLACE_NL_LANGINFO
1220
1221 /* Define to 1 if strerror(0) does not return a message implying success. */
1222 #undef REPLACE_STRERROR_0
1223
1224 /* Define if vasnprintf exists but is overridden by gnulib. */
1225 #undef REPLACE_VASNPRINTF
1226
1227 /* Define if sigaltstack() interprets the stack_t.ss_sp field incorrectly, as
1228    the highest address of the alternate stack range rather than as the lowest
1229    address. */
1230 #undef SIGALTSTACK_SS_REVERSED
1231
1232 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1233    'sig_atomic_t'. */
1234 #undef SIG_ATOMIC_T_SUFFIX
1235
1236 /* Define as the maximum value of type 'size_t', if the system doesn't define
1237    it. */
1238 #ifndef SIZE_MAX
1239 # undef SIZE_MAX
1240 #endif
1241
1242 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1243    'size_t'. */
1244 #undef SIZE_T_SUFFIX
1245
1246 /* If using the C implementation of alloca, define if you know the
1247    direction of stack growth for your system; otherwise it will be
1248    automatically deduced at runtime.
1249         STACK_DIRECTION > 0 => grows toward higher addresses
1250         STACK_DIRECTION < 0 => grows toward lower addresses
1251         STACK_DIRECTION = 0 => direction of growth unknown */
1252 #undef STACK_DIRECTION
1253
1254 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1255 #undef STAT_MACROS_BROKEN
1256
1257 /* Always define to 1, for backward compatibility. You can assume the C90
1258    standard headers exist. */
1259 #undef STDC_HEADERS
1260
1261 /* Define to 1 if strerror_r returns char *. */
1262 #undef STRERROR_R_CHAR_P
1263
1264 /* Define to 1 if time_t is signed. */
1265 #undef TIME_T_IS_SIGNED
1266
1267 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1268 #undef TM_IN_SYS_TIME
1269
1270 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1271    timespec. */
1272 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1273
1274 /* Define if tzset clobbers localtime's static buffer. */
1275 #undef TZSET_CLOBBERS_LOCALTIME
1276
1277 /* Enable extensions on AIX 3, Interix.  */
1278 #ifndef _ALL_SOURCE
1279 # undef _ALL_SOURCE
1280 #endif
1281 /* Enable general extensions on macOS.  */
1282 #ifndef _DARWIN_C_SOURCE
1283 # undef _DARWIN_C_SOURCE
1284 #endif
1285 /* Enable GNU extensions on systems that have them.  */
1286 #ifndef _GNU_SOURCE
1287 # undef _GNU_SOURCE
1288 #endif
1289 /* Enable NetBSD extensions on NetBSD.  */
1290 #ifndef _NETBSD_SOURCE
1291 # undef _NETBSD_SOURCE
1292 #endif
1293 /* Enable OpenBSD extensions on NetBSD.  */
1294 #ifndef _OPENBSD_SOURCE
1295 # undef _OPENBSD_SOURCE
1296 #endif
1297 /* Enable threading extensions on Solaris.  */
1298 #ifndef _POSIX_PTHREAD_SEMANTICS
1299 # undef _POSIX_PTHREAD_SEMANTICS
1300 #endif
1301 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
1302 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1303 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
1304 #endif
1305 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
1306 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
1307 # undef __STDC_WANT_IEC_60559_BFP_EXT__
1308 #endif
1309 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
1310 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
1311 # undef __STDC_WANT_IEC_60559_DFP_EXT__
1312 #endif
1313 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
1314 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
1315 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
1316 #endif
1317 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
1318 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
1319 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
1320 #endif
1321 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
1322 #ifndef __STDC_WANT_LIB_EXT2__
1323 # undef __STDC_WANT_LIB_EXT2__
1324 #endif
1325 /* Enable extensions specified by ISO/IEC 24747:2009.  */
1326 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
1327 # undef __STDC_WANT_MATH_SPEC_FUNCS__
1328 #endif
1329 /* Enable extensions on HP NonStop.  */
1330 #ifndef _TANDEM_SOURCE
1331 # undef _TANDEM_SOURCE
1332 #endif
1333 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1334    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1335    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1336 #ifndef _XOPEN_SOURCE
1337 # undef _XOPEN_SOURCE
1338 #endif
1339 /* Enable X/Open compliant socket functions that do not require linking
1340    with -lxnet on HP-UX 11.11.  */
1341 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
1342 # undef _HPUX_ALT_XOPEN_SOCKET_API
1343 #endif
1344 /* Enable general extensions on Solaris.  */
1345 #ifndef __EXTENSIONS__
1346 # undef __EXTENSIONS__
1347 #endif
1348
1349
1350 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1351    Unlocked I/O can improve performance in unithreaded apps, but it is not
1352    safe for multithreaded apps. */
1353 #undef USE_UNLOCKED_IO
1354
1355 /* Version number of package */
1356 #undef VERSION
1357
1358 /* Define to 1 if unsetenv returns void instead of int. */
1359 #undef VOID_UNSETENV
1360
1361 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1362    'wchar_t'. */
1363 #undef WCHAR_T_SUFFIX
1364
1365 /* Define if WSAStartup is needed. */
1366 #undef WINDOWS_SOCKETS
1367
1368 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1369    'wint_t'. */
1370 #undef WINT_T_SUFFIX
1371
1372 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1373    significant byte first (like Motorola and SPARC, unlike Intel). */
1374 #if defined AC_APPLE_UNIVERSAL_BUILD
1375 # if defined __BIG_ENDIAN__
1376 #  define WORDS_BIGENDIAN 1
1377 # endif
1378 #else
1379 # ifndef WORDS_BIGENDIAN
1380 #  undef WORDS_BIGENDIAN
1381 # endif
1382 #endif
1383
1384 /* Enable large inode numbers on Mac OS X 10.5. */
1385 #undef _DARWIN_USE_64_BIT_INODE
1386
1387 /* Number of bits in a file offset, on hosts where this is settable. */
1388 #undef _FILE_OFFSET_BITS
1389
1390 /* enable compile-time and run-time bounds-checking, and some warnings */
1391 #undef _FORTIFY_SOURCE
1392
1393 /* Define for large files, on AIX-style hosts. */
1394 #undef _LARGE_FILES
1395
1396 /* Define to 1 on Solaris. */
1397 #undef _LCONV_C99
1398
1399 /* Define to 1 if on MINIX. */
1400 #undef _MINIX
1401
1402 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1403 #undef _NETBSD_SOURCE
1404
1405 /* The _Noreturn keyword of C11.  */
1406 #ifndef _Noreturn
1407 # if 201103 <= (defined __cplusplus ? __cplusplus : 0)
1408 #  define _Noreturn [[noreturn]]
1409 # elif (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0) \
1410         || 4 < __GNUC__ + (7 <= __GNUC_MINOR__))
1411    /* _Noreturn works as-is.  */
1412 # elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
1413 #  define _Noreturn __attribute__ ((__noreturn__))
1414 # elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
1415 #  define _Noreturn __declspec (noreturn)
1416 # else
1417 #  define _Noreturn
1418 # endif
1419 #endif
1420
1421
1422 /* Define to 2 if the system does not provide POSIX.1 features except with
1423    this defined. */
1424 #undef _POSIX_1_SOURCE
1425
1426 /* Define to 1 in order to get the POSIX compatible declarations of socket
1427    functions. */
1428 #undef _POSIX_PII_SOCKET
1429
1430 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1431 #undef _POSIX_SOURCE
1432
1433 /* Define if you want <regex.h> to include <limits.h>, so that it consistently
1434    overrides <limits.h>'s RE_DUP_MAX. */
1435 #undef _REGEX_INCLUDE_LIMITS_H
1436
1437 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1438 #undef _REGEX_LARGE_OFFSETS
1439
1440 /* For standard stat data types on VMS. */
1441 #undef _USE_STD_STAT
1442
1443 /* Define to rpl_ if the getopt replacement functions and variables should be
1444    used. */
1445 #undef __GETOPT_PREFIX
1446
1447 /* Define to 1 if the system <stdint.h> predates C++11. */
1448 #undef __STDC_CONSTANT_MACROS
1449
1450 /* Define to 1 if the system <stdint.h> predates C++11. */
1451 #undef __STDC_LIMIT_MACROS
1452
1453 /* Define to 1 if C does not support variable-length arrays, and if the
1454    compiler does not already define this. */
1455 #undef __STDC_NO_VLA__
1456
1457 /* Please see the Gnulib manual for how to use these macros.
1458
1459    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1460    <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
1461
1462    Suppress extern inline with Sun C in standards-conformance mode, as it
1463    mishandles inline functions that call each other.  E.g., for 'inline void f
1464    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1465    'reference to static identifier "f" in extern inline function'.
1466    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1467
1468    Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
1469    on configurations that mistakenly use 'static inline' to implement
1470    functions or macros in standard C headers like <ctype.h>.  For example,
1471    if isdigit is mistakenly implemented via a static inline function,
1472    a program containing an extern inline function that calls isdigit
1473    may not work since the C standard prohibits extern inline functions
1474    from calling static functions (ISO C 99 section 6.7.4.(3).
1475    This bug is known to occur on:
1476
1477      OS X 10.8 and earlier; see:
1478      https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
1479
1480      DragonFly; see
1481      http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
1482
1483      FreeBSD; see:
1484      https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
1485
1486    OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
1487    for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
1488    Assume DragonFly and FreeBSD will be similar.
1489
1490    GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
1491    inline semantics, unless -fgnu89-inline is used.  It defines a macro
1492    __GNUC_STDC_INLINE__ to indicate this situation or a macro
1493    __GNUC_GNU_INLINE__ to indicate the opposite situation.
1494    GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
1495    semantics but warns, unless -fgnu89-inline is used:
1496      warning: C99 inline functions are not supported; using GNU89
1497      warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
1498    It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
1499  */
1500 #if (((defined __APPLE__ && defined __MACH__) \
1501       || defined __DragonFly__ || defined __FreeBSD__) \
1502      && (defined __header_inline \
1503          ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
1504             && ! defined __clang__) \
1505          : ((! defined _DONT_USE_CTYPE_INLINE_ \
1506              && (defined __GNUC__ || defined __cplusplus)) \
1507             || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1508                 && defined __GNUC__ && ! defined __cplusplus))))
1509 # define _GL_EXTERN_INLINE_STDHEADER_BUG
1510 #endif
1511 #if ((__GNUC__ \
1512       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1513       : (199901L <= __STDC_VERSION__ \
1514          && !defined __HP_cc \
1515          && !defined __PGI \
1516          && !(defined __SUNPRO_C && __STDC__))) \
1517      && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1518 # define _GL_INLINE inline
1519 # define _GL_EXTERN_INLINE extern inline
1520 # define _GL_EXTERN_INLINE_IN_USE
1521 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1522        && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
1523 # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
1524    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1525 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1526 # else
1527 #  define _GL_INLINE extern inline
1528 # endif
1529 # define _GL_EXTERN_INLINE extern
1530 # define _GL_EXTERN_INLINE_IN_USE
1531 #else
1532 # define _GL_INLINE static _GL_UNUSED
1533 # define _GL_EXTERN_INLINE static _GL_UNUSED
1534 #endif
1535
1536 /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
1537    suppress bogus "no previous prototype for 'FOO'"
1538    and "no previous declaration for 'FOO'" diagnostics,
1539    when FOO is an inline function in the header; see
1540    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
1541    <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
1542 #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
1543 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1544 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1545 # else
1546 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1547      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1548 # endif
1549 # define _GL_INLINE_HEADER_BEGIN \
1550     _Pragma ("GCC diagnostic push") \
1551     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1552     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1553     _GL_INLINE_HEADER_CONST_PRAGMA
1554 # define _GL_INLINE_HEADER_END \
1555     _Pragma ("GCC diagnostic pop")
1556 #else
1557 # define _GL_INLINE_HEADER_BEGIN
1558 # define _GL_INLINE_HEADER_END
1559 #endif
1560
1561 /* Define to `int' if <sys/types.h> doesn't define. */
1562 #undef gid_t
1563
1564 /* A replacement for va_copy, if needed.  */
1565 #define gl_va_copy(a,b) ((a) = (b))
1566
1567 /* Define to `__inline__' or `__inline' if that's what the C compiler
1568    calls it, or to nothing if 'inline' is not supported under any name.  */
1569 #ifndef __cplusplus
1570 #undef inline
1571 #endif
1572
1573 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1574 #undef intmax_t
1575
1576 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1577    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1578    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1579    __APPLE__ && __MACH__ test for Mac OS X.
1580    __APPLE_CC__ tests for the Apple compiler and its version.
1581    __STDC_VERSION__ tests for the C99 mode.  */
1582 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1583 # define __GNUC_STDC_INLINE__ 1
1584 #endif
1585
1586 /* Define to 1 if the compiler is checking for lint. */
1587 #undef lint
1588
1589 /* Define to a type if <wchar.h> does not define. */
1590 #undef mbstate_t
1591
1592 /* Define to the real name of the mktime_internal function. */
1593 #undef mktime_internal
1594
1595 /* Define to `int' if <sys/types.h> does not define. */
1596 #undef mode_t
1597
1598 /* Define to the name of the strftime replacement function. */
1599 #undef my_strftime
1600
1601 /* Define to the type of st_nlink in struct stat, or a supertype. */
1602 #undef nlink_t
1603
1604 /* Define to `long int' if <sys/types.h> does not define. */
1605 #undef off_t
1606
1607 /* Define to `int' if <sys/types.h> does not define. */
1608 #undef pid_t
1609
1610 /* Define as the type of the result of subtracting two pointers, if the system
1611    doesn't define it. */
1612 #undef ptrdiff_t
1613
1614 /* Define to rpl_re_comp if the replacement should be used. */
1615 #undef re_comp
1616
1617 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1618 #undef re_compile_fastmap
1619
1620 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1621 #undef re_compile_pattern
1622
1623 /* Define to rpl_re_exec if the replacement should be used. */
1624 #undef re_exec
1625
1626 /* Define to rpl_re_match if the replacement should be used. */
1627 #undef re_match
1628
1629 /* Define to rpl_re_match_2 if the replacement should be used. */
1630 #undef re_match_2
1631
1632 /* Define to rpl_re_search if the replacement should be used. */
1633 #undef re_search
1634
1635 /* Define to rpl_re_search_2 if the replacement should be used. */
1636 #undef re_search_2
1637
1638 /* Define to rpl_re_set_registers if the replacement should be used. */
1639 #undef re_set_registers
1640
1641 /* Define to rpl_re_set_syntax if the replacement should be used. */
1642 #undef re_set_syntax
1643
1644 /* Define to rpl_re_syntax_options if the replacement should be used. */
1645 #undef re_syntax_options
1646
1647 /* Define to rpl_regcomp if the replacement should be used. */
1648 #undef regcomp
1649
1650 /* Define to rpl_regerror if the replacement should be used. */
1651 #undef regerror
1652
1653 /* Define to rpl_regexec if the replacement should be used. */
1654 #undef regexec
1655
1656 /* Define to rpl_regfree if the replacement should be used. */
1657 #undef regfree
1658
1659 /* Define to the equivalent of the C99 'restrict' keyword, or to
1660    nothing if this is not supported.  Do not define if restrict is
1661    supported directly.  */
1662 #undef restrict
1663 /* Work around a bug in Sun C++: it does not support _Restrict or
1664    __restrict__, even though the corresponding Sun C compiler ends up with
1665    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1666    previous line.  Perhaps some future version of Sun C++ will work with
1667    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1668 #if defined __SUNPRO_CC && !defined __RESTRICT
1669 # define _Restrict
1670 # define __restrict__
1671 #endif
1672
1673 /* Define to `unsigned int' if <sys/types.h> does not define. */
1674 #undef size_t
1675
1676 /* type to use in place of socklen_t if not defined */
1677 #undef socklen_t
1678
1679 /* Define as a signed type of the same size as size_t. */
1680 #undef ssize_t
1681
1682 /* Define to `int' if <sys/types.h> doesn't define. */
1683 #undef uid_t
1684
1685 /* Define as a marker that can be attached to declarations that might not
1686     be used.  This helps to reduce warnings, such as from
1687     GCC -Wunused-parameter.  */
1688 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1689 # define _GL_UNUSED __attribute__ ((__unused__))
1690 #else
1691 # define _GL_UNUSED
1692 #endif
1693 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1694    is a misnomer outside of parameter lists.  */
1695 #define _UNUSED_PARAMETER_ _GL_UNUSED
1696
1697 /* gcc supports the "unused" attribute on possibly unused labels, and
1698    g++ has since version 4.5.  Note to support C++ as well as C,
1699    _GL_UNUSED_LABEL should be used with a trailing ;  */
1700 #if !defined __cplusplus || __GNUC__ > 4 \
1701     || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
1702 # define _GL_UNUSED_LABEL _GL_UNUSED
1703 #else
1704 # define _GL_UNUSED_LABEL
1705 #endif
1706
1707 /* The __pure__ attribute was added in gcc 2.96.  */
1708 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1709 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1710 #else
1711 # define _GL_ATTRIBUTE_PURE /* empty */
1712 #endif
1713
1714 /* The __const__ attribute was added in gcc 2.95.  */
1715 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1716 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1717 #else
1718 # define _GL_ATTRIBUTE_CONST /* empty */
1719 #endif
1720
1721 /* The __malloc__ attribute was added in gcc 3.  */
1722 #if 3 <= __GNUC__
1723 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
1724 #else
1725 # define _GL_ATTRIBUTE_MALLOC /* empty */
1726 #endif
1727
1728
1729 /* Define as a macro for copying va_list variables. */
1730 #undef va_copy
1731
1732 /* Define as `fork' if `vfork' does not work. */
1733 #undef vfork