]> git.cworth.org Git - tar/blob - config.h.in
no point suggesting something that's required
[tar] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4    platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 #undef BITSIZEOF_PTRDIFF_T
9
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #undef BITSIZEOF_SIG_ATOMIC_T
12
13 /* Define to the number of bits in type 'size_t'. */
14 #undef BITSIZEOF_SIZE_T
15
16 /* Define to the number of bits in type 'wchar_t'. */
17 #undef BITSIZEOF_WCHAR_T
18
19 /* Define to the number of bits in type 'wint_t'. */
20 #undef BITSIZEOF_WINT_T
21
22 /* Define to the program name of bzip2 compressor program */
23 #undef BZIP2_PROGRAM
24
25 /* Define to 1 if chown fails to change ctime when at least one argument was
26    not -1. */
27 #undef CHOWN_CHANGE_TIME_BUG
28
29 /* Define if chown is not POSIX compliant regarding IDs of -1. */
30 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
31
32 /* Define if chown modifies symlinks. */
33 #undef CHOWN_MODIFIES_SYMLINK
34
35 /* Define to 1 if chown mishandles trailing slash. */
36 #undef CHOWN_TRAILING_SLASH_BUG
37
38 /* Define to the program name of compress compressor program */
39 #undef COMPRESS_PROGRAM
40
41 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
42    systems. This function is required for `alloca.c' support on those systems.
43    */
44 #undef CRAY_STACKSEG_END
45
46 /* Define to 1 if using `alloca.c'. */
47 #undef C_ALLOCA
48
49 /* Define to a string giving the full name of the default archive file. */
50 #undef DEFAULT_ARCHIVE
51
52 /* By default produce archives of this format */
53 #undef DEFAULT_ARCHIVE_FORMAT
54
55 /* Define to a number giving the default blocking size for archives. */
56 #undef DEFAULT_BLOCKING
57
58 /* Define to a default quoting style (see lib/quoteargs.c for the list) */
59 #undef DEFAULT_QUOTING_STYLE
60
61 /* Define full file name of rmt program. */
62 #undef DEFAULT_RMT_COMMAND
63
64 /* Define to 1 if density may be indicated by [lmh] at end of device. */
65 #undef DENSITY_LETTER
66
67 /* Define to a string giving the prefix of the default device, without the
68    part specifying the unit and density. */
69 #undef DEVICE_PREFIX
70
71 /* the name of the file descriptor member of DIR */
72 #undef DIR_FD_MEMBER_NAME
73
74 #ifdef DIR_FD_MEMBER_NAME
75 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
76 #else
77 # define DIR_TO_FD(Dir_p) -1
78 #endif
79
80
81 /* Define to 1 if // is a file system root distinct from /. */
82 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
83
84 /* Define if struct dirent has a member d_ino that actually works. */
85 #undef D_INO_IN_DIRENT
86
87 /* Define to 1 if translation of program messages to the user's native
88    language is requested. */
89 #undef ENABLE_NLS
90
91 /* Define to 1 if your platform has fchownat, but it cannot perform lchown
92    tasks. */
93 #undef FCHOWNAT_NOFOLLOW_BUG
94
95 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
96 #undef FCNTL_DUPFD_BUGGY
97
98 /* Define on systems for which file names may have a so-called `drive letter'
99    prefix, define this to compute the length of that prefix, including the
100    colon. */
101 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
102
103 /* Define if the backslash character may also serve as a file name component
104    separator. */
105 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
106
107 /* Define if a drive letter prefix denotes a relative path if it is not
108    followed by a file name component separator. */
109 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
110
111 /* Define to 1 if mkdir mistakenly creates a directory given with a trailing
112    dot component. */
113 #undef FUNC_MKDIR_DOT_BUG
114
115 /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
116    and handles trailing slash correctly. */
117 #undef FUNC_REALPATH_WORKS
118
119 /* Define to 1 if futimesat mishandles a NULL file name. */
120 #undef FUTIMESAT_NULL_BUG
121
122 /* Define if gettimeofday clobbers the localtime buffer. */
123 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
124
125 /* Define this to 'void' or 'struct timezone' to match the system's
126    declaration of the second argument to gettimeofday. */
127 #undef GETTIMEOFDAY_TIMEZONE
128
129 /* Define to make the limit macros in <stdint.h> visible. */
130 #undef GL_TRIGGER_STDC_LIMIT_MACROS
131
132 /* Define to 1 when using the gnulib module btowc. */
133 #undef GNULIB_BTOWC
134
135 /* Define to 1 when using the gnulib module canonicalize. */
136 #undef GNULIB_CANONICALIZE
137
138 /* Define to 1 when using the gnulib module canonicalize_file_name. */
139 #undef GNULIB_CANONICALIZE_FILE_NAME
140
141 /* Define to 1 when using the gnulib module chown. */
142 #undef GNULIB_CHOWN
143
144 /* Define to 1 when using the gnulib module close. */
145 #undef GNULIB_CLOSE
146
147 /* Define to 1 when using the gnulib module close-stream. */
148 #undef GNULIB_CLOSE_STREAM
149
150 /* Define to 1 when using the gnulib module dirent-safer. */
151 #undef GNULIB_DIRENT_SAFER
152
153 /* Define to 1 when using the gnulib module dirfd. */
154 #undef GNULIB_DIRFD
155
156 /* Define to 1 when using the gnulib module dirname. */
157 #undef GNULIB_DIRNAME
158
159 /* Define to 1 when using the gnulib module dup2. */
160 #undef GNULIB_DUP2
161
162 /* Define to 1 when using the gnulib module environ. */
163 #undef GNULIB_ENVIRON
164
165 /* Define to 1 when using the gnulib module fchdir. */
166 #undef GNULIB_FCHDIR
167
168 /* Define to 1 when using the gnulib module fclose. */
169 #undef GNULIB_FCLOSE
170
171 /* Define to 1 when using the gnulib module fcntl. */
172 #undef GNULIB_FCNTL
173
174 /* Define to 1 when using the gnulib module fdopendir. */
175 #undef GNULIB_FDOPENDIR
176
177 /* Define to 1 when using the gnulib module fseeko. */
178 #undef GNULIB_FSEEKO
179
180 /* Define to 1 when using the gnulib module ftruncate. */
181 #undef GNULIB_FTRUNCATE
182
183 /* Define to 1 when using the gnulib module getcwd. */
184 #undef GNULIB_GETCWD
185
186 /* Define to 1 when using the gnulib module getdelim. */
187 #undef GNULIB_GETDELIM
188
189 /* Define to 1 when using the gnulib module getdtablesize. */
190 #undef GNULIB_GETDTABLESIZE
191
192 /* Define to 1 when using the gnulib module getline. */
193 #undef GNULIB_GETLINE
194
195 /* Define to 1 when using the gnulib module getopt-gnu. */
196 #undef GNULIB_GETOPT_GNU
197
198 /* Define to 1 when using the gnulib module getpagesize. */
199 #undef GNULIB_GETPAGESIZE
200
201 /* Define to 1 when using the gnulib module gettimeofday. */
202 #undef GNULIB_GETTIMEOFDAY
203
204 /* Define to 1 when using the gnulib module lchown. */
205 #undef GNULIB_LCHOWN
206
207 /* Define to 1 when using the gnulib module lseek. */
208 #undef GNULIB_LSEEK
209
210 /* Define to 1 when using the gnulib module lstat. */
211 #undef GNULIB_LSTAT
212
213 /* Define to indicate the 'malloc' module. */
214 #undef GNULIB_MALLOC_GNU
215
216 /* Define to 1 when using the gnulib module malloc-posix. */
217 #undef GNULIB_MALLOC_POSIX
218
219 /* Define to 1 when using the gnulib module mbrtowc. */
220 #undef GNULIB_MBRTOWC
221
222 /* Define to 1 when using the gnulib module mbscasecmp. */
223 #undef GNULIB_MBSCASECMP
224
225 /* Define to 1 when using the gnulib module mbsinit. */
226 #undef GNULIB_MBSINIT
227
228 /* Define to 1 when using the gnulib module mbsrtowcs. */
229 #undef GNULIB_MBSRTOWCS
230
231 /* Define to 1 when using the gnulib module memchr. */
232 #undef GNULIB_MEMCHR
233
234 /* Define to 1 when using the gnulib module mempcpy. */
235 #undef GNULIB_MEMPCPY
236
237 /* Define to 1 when using the gnulib module memrchr. */
238 #undef GNULIB_MEMRCHR
239
240 /* Define to 1 when using the gnulib module mkdtemp. */
241 #undef GNULIB_MKDTEMP
242
243 /* Define to 1 when using the gnulib module mktime. */
244 #undef GNULIB_MKTIME
245
246 /* Define to 1 when using the gnulib module nl_langinfo. */
247 #undef GNULIB_NL_LANGINFO
248
249 /* Define to 1 when using the gnulib module open. */
250 #undef GNULIB_OPEN
251
252 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
253    */
254 #undef GNULIB_PROGRAM_INVOCATION_NAME
255
256 /* Define to 1 to add extern declaration of program_invocation_short_name to
257    argp.h */
258 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
259
260 /* Define to 1 when using the gnulib module rawmemchr. */
261 #undef GNULIB_RAWMEMCHR
262
263 /* Define to 1 when using the gnulib module readlink. */
264 #undef GNULIB_READLINK
265
266 /* Define to 1 when using the gnulib module realloc-posix. */
267 #undef GNULIB_REALLOC_POSIX
268
269 /* Define to 1 when using the gnulib module rmdir. */
270 #undef GNULIB_RMDIR
271
272 /* Define to 1 when using the gnulib module rpmatch. */
273 #undef GNULIB_RPMATCH
274
275 /* Define to 1 when using the gnulib module setenv. */
276 #undef GNULIB_SETENV
277
278 /* Define to 1 when using the gnulib module sleep. */
279 #undef GNULIB_SLEEP
280
281 /* Define to 1 when using the gnulib module snprintf. */
282 #undef GNULIB_SNPRINTF
283
284 /* Define to 1 when using the gnulib module stat. */
285 #undef GNULIB_STAT
286
287 /* Define to 1 when using the gnulib module stpcpy. */
288 #undef GNULIB_STPCPY
289
290 /* Define to 1 when using the gnulib module strchrnul. */
291 #undef GNULIB_STRCHRNUL
292
293 /* Define to 1 when using the gnulib module strdup. */
294 #undef GNULIB_STRDUP
295
296 /* Define to 1 when using the gnulib module strerror. */
297 #undef GNULIB_STRERROR
298
299 /* Define to 1 when using the gnulib module strndup. */
300 #undef GNULIB_STRNDUP
301
302 /* Define to 1 when using the gnulib module strnlen. */
303 #undef GNULIB_STRNLEN
304
305 /* Define to 1 when using the gnulib module strtoll. */
306 #undef GNULIB_STRTOLL
307
308 /* Define to 1 when using the gnulib module strtoull. */
309 #undef GNULIB_STRTOULL
310
311 /* Define to 1 when using the gnulib module unlink. */
312 #undef GNULIB_UNLINK
313
314 /* Define to 1 when using the gnulib module unsetenv. */
315 #undef GNULIB_UNSETENV
316
317 /* Define to 1 when using the gnulib module vasprintf. */
318 #undef GNULIB_VASPRINTF
319
320 /* Define to 1 when using the gnulib module vsnprintf. */
321 #undef GNULIB_VSNPRINTF
322
323 /* Define to 1 when using the gnulib module wcrtomb. */
324 #undef GNULIB_WCRTOMB
325
326 /* Define to 1 when using the gnulib module wcwidth. */
327 #undef GNULIB_WCWIDTH
328
329 /* Define to 1 when using the gnulib module write. */
330 #undef GNULIB_WRITE
331
332 /* Define to the program name of gzip compressor program */
333 #undef GZIP_PROGRAM
334
335 /* Define to 1 if you have the `alarm' function. */
336 #undef HAVE_ALARM
337
338 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
339    may be supplied by this distribution. */
340 #undef HAVE_ALLOCA
341
342 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
343    */
344 #undef HAVE_ALLOCA_H
345
346 /* Define to 1 if you have the <bp-sym.h> header file. */
347 #undef HAVE_BP_SYM_H
348
349 /* Define to 1 if you have the `btowc' function. */
350 #undef HAVE_BTOWC
351
352 /* Define to 1 if you have the `canonicalize_file_name' function. */
353 #undef HAVE_CANONICALIZE_FILE_NAME
354
355 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
356    CoreFoundation framework. */
357 #undef HAVE_CFLOCALECOPYCURRENT
358
359 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
360    the CoreFoundation framework. */
361 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
362
363 /* Define to 1 if you have the `chown' function. */
364 #undef HAVE_CHOWN
365
366 /* Define to 1 if you have the `chsize' function. */
367 #undef HAVE_CHSIZE
368
369 /* Define to 1 if you have the `clock_gettime' function. */
370 #undef HAVE_CLOCK_GETTIME
371
372 /* Define to 1 if you have the `clock_settime' function. */
373 #undef HAVE_CLOCK_SETTIME
374
375 /* Define if you have compound literals. */
376 #undef HAVE_COMPOUND_LITERALS
377
378 /* Define if the GNU dcgettext() function is already present or preinstalled.
379    */
380 #undef HAVE_DCGETTEXT
381
382 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
383    you don't. */
384 #undef HAVE_DECL_CLEARERR_UNLOCKED
385
386 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
387    */
388 #undef HAVE_DECL_DIRFD
389
390 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
391    don't. */
392 #undef HAVE_DECL_FEOF_UNLOCKED
393
394 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
395    you don't. */
396 #undef HAVE_DECL_FERROR_UNLOCKED
397
398 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
399    you don't. */
400 #undef HAVE_DECL_FFLUSH_UNLOCKED
401
402 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
403    you don't. */
404 #undef HAVE_DECL_FGETS_UNLOCKED
405
406 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
407    you don't. */
408 #undef HAVE_DECL_FPUTC_UNLOCKED
409
410 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
411    you don't. */
412 #undef HAVE_DECL_FPUTS_UNLOCKED
413
414 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
415    you don't. */
416 #undef HAVE_DECL_FREAD_UNLOCKED
417
418 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
419    you don't. */
420 #undef HAVE_DECL_FWRITE_UNLOCKED
421
422 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
423    you don't. */
424 #undef HAVE_DECL_GETCHAR_UNLOCKED
425
426 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
427    */
428 #undef HAVE_DECL_GETCWD
429
430 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
431    don't. */
432 #undef HAVE_DECL_GETC_UNLOCKED
433
434 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
435    don't. */
436 #undef HAVE_DECL_GETDELIM
437
438 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
439    */
440 #undef HAVE_DECL_GETENV
441
442 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
443    don't. */
444 #undef HAVE_DECL_GETGRGID
445
446 /* Define to 1 if you have the declaration of `getline', and to 0 if you
447    don't. */
448 #undef HAVE_DECL_GETLINE
449
450 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
451    don't. */
452 #undef HAVE_DECL_GETPWUID
453
454 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
455    don't. */
456 #undef HAVE_DECL_IMAXABS
457
458 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
459    don't. */
460 #undef HAVE_DECL_IMAXDIV
461
462 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
463    don't. */
464 #undef HAVE_DECL_ISBLANK
465
466 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
467    don't. */
468 #undef HAVE_DECL_MEMRCHR
469
470 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
471    don't. */
472 #undef HAVE_DECL_OPTRESET
473
474 /* Define to 1 if you have the declaration of `program_invocation_name', and
475    to 0 if you don't. */
476 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
477
478 /* Define to 1 if you have the declaration of `program_invocation_short_name',
479    and to 0 if you don't. */
480 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
481
482 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
483    you don't. */
484 #undef HAVE_DECL_PUTCHAR_UNLOCKED
485
486 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
487    don't. */
488 #undef HAVE_DECL_PUTC_UNLOCKED
489
490 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
491    */
492 #undef HAVE_DECL_SLEEP
493
494 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
495    don't. */
496 #undef HAVE_DECL_SNPRINTF
497
498 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
499    */
500 #undef HAVE_DECL_STRDUP
501
502 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
503    don't. */
504 #undef HAVE_DECL_STRERROR
505
506 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
507    don't. */
508 #undef HAVE_DECL_STRERROR_R
509
510 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
511    don't. */
512 #undef HAVE_DECL_STRNCASECMP
513
514 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
515    don't. */
516 #undef HAVE_DECL_STRNDUP
517
518 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
519    don't. */
520 #undef HAVE_DECL_STRNLEN
521
522 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
523    don't. */
524 #undef HAVE_DECL_STRTOIMAX
525
526 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
527    don't. */
528 #undef HAVE_DECL_STRTOLL
529
530 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
531    don't. */
532 #undef HAVE_DECL_STRTOULL
533
534 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
535    don't. */
536 #undef HAVE_DECL_STRTOUMAX
537
538 /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
539    */
540 #undef HAVE_DECL_TIME
541
542 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
543    */
544 #undef HAVE_DECL_TZNAME
545
546 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
547    don't. */
548 #undef HAVE_DECL_VSNPRINTF
549
550 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
551    don't. */
552 #undef HAVE_DECL_WCWIDTH
553
554 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
555    don't. */
556 #undef HAVE_DECL__SNPRINTF
557
558 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
559    don't. */
560 #undef HAVE_DECL___FPENDING
561
562 /* Define to 1 if you have the <dirent.h> header file. */
563 #undef HAVE_DIRENT_H
564
565 /* Define to 1 if you have the `dirfd' function. */
566 #undef HAVE_DIRFD
567
568 /* Define to 1 if you have the `dup2' function. */
569 #undef HAVE_DUP2
570
571 /* Define if you have the declaration of environ. */
572 #undef HAVE_ENVIRON_DECL
573
574 /* Define to 1 if you have the <errno.h> header file. */
575 #undef HAVE_ERRNO_H
576
577 /* Define to 1 if you have the `fchdir' function. */
578 #undef HAVE_FCHDIR
579
580 /* Define to 1 if you have the `fchmodat' function. */
581 #undef HAVE_FCHMODAT
582
583 /* Define to 1 if you have the `fchown' function. */
584 #undef HAVE_FCHOWN
585
586 /* Define to 1 if you have the `fcntl' function. */
587 #undef HAVE_FCNTL
588
589 /* Define to 1 if you have the <fcntl.h> header file. */
590 #undef HAVE_FCNTL_H
591
592 /* Define to 1 if you have the `fdopendir' function. */
593 #undef HAVE_FDOPENDIR
594
595 /* Define to 1 if you have the <features.h> header file. */
596 #undef HAVE_FEATURES_H
597
598 /* Define to 1 if you have the <float.h> header file. */
599 #undef HAVE_FLOAT_H
600
601 /* Define to 1 if you have the `flockfile' function. */
602 #undef HAVE_FLOCKFILE
603
604 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
605 #undef HAVE_FSEEKO
606
607 /* Define to 1 if you have the `fstatat' function. */
608 #undef HAVE_FSTATAT
609
610 /* Define to 1 if you have the `fsync' function. */
611 #undef HAVE_FSYNC
612
613 /* Define to 1 if you have the `ftruncate' function. */
614 #undef HAVE_FTRUNCATE
615
616 /* Define to 1 if you have the `funlockfile' function. */
617 #undef HAVE_FUNLOCKFILE
618
619 /* Define to 1 if you have the `futimens' function. */
620 #undef HAVE_FUTIMENS
621
622 /* Define to 1 if you have the `futimes' function. */
623 #undef HAVE_FUTIMES
624
625 /* Define to 1 if you have the `futimesat' function. */
626 #undef HAVE_FUTIMESAT
627
628 /* Define to 1 if you have the `getdelim' function. */
629 #undef HAVE_GETDELIM
630
631 /* Define to 1 if you have the `getdtablesize' function. */
632 #undef HAVE_GETDTABLESIZE
633
634 /* Define to 1 if you have the <getopt.h> header file. */
635 #undef HAVE_GETOPT_H
636
637 /* Define to 1 if you have the `getopt_long_only' function. */
638 #undef HAVE_GETOPT_LONG_ONLY
639
640 /* Define to 1 if you have the `getpagesize' function. */
641 #undef HAVE_GETPAGESIZE
642
643 /* Define to 1 if you have the `getppriv' function. */
644 #undef HAVE_GETPPRIV
645
646 /* Define if the GNU gettext() function is already present or preinstalled. */
647 #undef HAVE_GETTEXT
648
649 /* Define to 1 if you have the `gettimeofday' function. */
650 #undef HAVE_GETTIMEOFDAY
651
652 /* Define to 1 if you have the <grp.h> header file. */
653 #undef HAVE_GRP_H
654
655 /* Define if you have the iconv() function and it works. */
656 #undef HAVE_ICONV
657
658 /* Define to 1 if you have the <iconv.h> header file. */
659 #undef HAVE_ICONV_H
660
661 /* Define to 1 if the compiler supports one of the keywords 'inline',
662    '__inline__', '__inline' and effectively inlines functions marked as such.
663    */
664 #undef HAVE_INLINE
665
666 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
667 #undef HAVE_INTMAX_T
668
669 /* Define to 1 if you have the <inttypes.h> header file. */
670 #undef HAVE_INTTYPES_H
671
672 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
673    declares uintmax_t. */
674 #undef HAVE_INTTYPES_H_WITH_UINTMAX
675
676 /* Define to 1 if you have the `isblank' function. */
677 #undef HAVE_ISBLANK
678
679 /* Define to 1 if you have the `iswcntrl' function. */
680 #undef HAVE_ISWCNTRL
681
682 /* Define to 1 if you have the `iswctype' function. */
683 #undef HAVE_ISWCTYPE
684
685 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
686 #undef HAVE_LANGINFO_CODESET
687
688 /* Define to 1 if you have the <langinfo.h> header file. */
689 #undef HAVE_LANGINFO_H
690
691 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
692 #undef HAVE_LANGINFO_YESEXPR
693
694 /* Define to 1 if you have the `lchmod' function. */
695 #undef HAVE_LCHMOD
696
697 /* Define to 1 if you have the `lchown' function. */
698 #undef HAVE_LCHOWN
699
700 /* Define to 1 if you have the <libintl.h> header file. */
701 #undef HAVE_LIBINTL_H
702
703 /* Define to 1 if you have the <linewrap.h> header file. */
704 #undef HAVE_LINEWRAP_H
705
706 /* Define to 1 if you have the <linux/fd.h> header file. */
707 #undef HAVE_LINUX_FD_H
708
709 /* Define to 1 if you have the <locale.h> header file. */
710 #undef HAVE_LOCALE_H
711
712 /* Define to 1 if you support file names longer than 14 characters. */
713 #undef HAVE_LONG_FILE_NAMES
714
715 /* Define to 1 if the system has the type `long long int'. */
716 #undef HAVE_LONG_LONG_INT
717
718 /* Define to 1 if you have the `lstat' function. */
719 #undef HAVE_LSTAT
720
721 /* Define to 1 if you have the `lutimes' function. */
722 #undef HAVE_LUTIMES
723
724 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
725    to 0 otherwise. */
726 #undef HAVE_MALLOC
727
728 /* Define if the 'malloc' function is POSIX compliant. */
729 #undef HAVE_MALLOC_POSIX
730
731 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
732    config.h and <sys/mman.h>. */
733 #undef HAVE_MAP_ANONYMOUS
734
735 /* Define to 1 if you have the `mbrtowc' function. */
736 #undef HAVE_MBRTOWC
737
738 /* Define to 1 if you have the `mbsinit' function. */
739 #undef HAVE_MBSINIT
740
741 /* Define to 1 if you have the `mbsrtowcs' function. */
742 #undef HAVE_MBSRTOWCS
743
744 /* Define to 1 if <wchar.h> declares mbstate_t. */
745 #undef HAVE_MBSTATE_T
746
747 /* Define to 1 if you have the `memchr' function. */
748 #undef HAVE_MEMCHR
749
750 /* Define to 1 if you have the <memory.h> header file. */
751 #undef HAVE_MEMORY_H
752
753 /* Define to 1 if you have the `mempcpy' function. */
754 #undef HAVE_MEMPCPY
755
756 /* Define to 1 if you have the `memrchr' function. */
757 #undef HAVE_MEMRCHR
758
759 /* Define to 1 if you have the `mkdirat' function. */
760 #undef HAVE_MKDIRAT
761
762 /* Define to 1 if you have the `mkdtemp' function. */
763 #undef HAVE_MKDTEMP
764
765 /* Define to 1 if you have the `mkfifo' function. */
766 #undef HAVE_MKFIFO
767
768 /* Define to 1 if you have the `mprotect' function. */
769 #undef HAVE_MPROTECT
770
771 /* Define to 1 if you have the `nanotime' function. */
772 #undef HAVE_NANOTIME
773
774 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
775 #undef HAVE_NDIR_H
776
777 /* Define to 1 if you have the <netdb.h> header file. */
778 #undef HAVE_NETDB_H
779
780 /* Define to 1 if you have the <net/errno.h> header file. */
781 #undef HAVE_NET_ERRNO_H
782
783 /* Define to 1 if you have the `nl_langinfo' function. */
784 #undef HAVE_NL_LANGINFO
785
786 /* Define to 1 if libc includes obstacks. */
787 #undef HAVE_OBSTACK
788
789 /* Define to 1 if you have the `openat' function. */
790 #undef HAVE_OPENAT
791
792 /* Define to 1 if you have the <OS.h> header file. */
793 #undef HAVE_OS_H
794
795 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
796    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
797    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
798    */
799 #undef HAVE_PARTLY_WORKING_GETCWD
800
801 /* Define to 1 if you have the `pathconf' function. */
802 #undef HAVE_PATHCONF
803
804 /* Define to 1 if you have the `pipe' function. */
805 #undef HAVE_PIPE
806
807 /* Define to 1 if you have the <priv.h> header file. */
808 #undef HAVE_PRIV_H
809
810 /* Define if program_invocation_name is defined */
811 #undef HAVE_PROGRAM_INVOCATION_NAME
812
813 /* Define if program_invocation_short_name is defined */
814 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
815
816 /* Define to 1 if you have the <pwd.h> header file. */
817 #undef HAVE_PWD_H
818
819 /* Define to 1 if you have the <random.h> header file. */
820 #undef HAVE_RANDOM_H
821
822 /* Define to 1 if you have the `rawmemchr' function. */
823 #undef HAVE_RAWMEMCHR
824
825 /* Define to 1 if alphasort is declared even after undefining macros. */
826 #undef HAVE_RAW_DECL_ALPHASORT
827
828 /* Define to 1 if atoll is declared even after undefining macros. */
829 #undef HAVE_RAW_DECL_ATOLL
830
831 /* Define to 1 if btowc is declared even after undefining macros. */
832 #undef HAVE_RAW_DECL_BTOWC
833
834 /* Define to 1 if canonicalize_file_name is declared even after undefining
835    macros. */
836 #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
837
838 /* Define to 1 if chown is declared even after undefining macros. */
839 #undef HAVE_RAW_DECL_CHOWN
840
841 /* Define to 1 if dirfd is declared even after undefining macros. */
842 #undef HAVE_RAW_DECL_DIRFD
843
844 /* Define to 1 if dprintf is declared even after undefining macros. */
845 #undef HAVE_RAW_DECL_DPRINTF
846
847 /* Define to 1 if dup2 is declared even after undefining macros. */
848 #undef HAVE_RAW_DECL_DUP2
849
850 /* Define to 1 if dup3 is declared even after undefining macros. */
851 #undef HAVE_RAW_DECL_DUP3
852
853 /* Define to 1 if endusershell is declared even after undefining macros. */
854 #undef HAVE_RAW_DECL_ENDUSERSHELL
855
856 /* Define to 1 if environ is declared even after undefining macros. */
857 #undef HAVE_RAW_DECL_ENVIRON
858
859 /* Define to 1 if euidaccess is declared even after undefining macros. */
860 #undef HAVE_RAW_DECL_EUIDACCESS
861
862 /* Define to 1 if faccessat is declared even after undefining macros. */
863 #undef HAVE_RAW_DECL_FACCESSAT
864
865 /* Define to 1 if fchdir is declared even after undefining macros. */
866 #undef HAVE_RAW_DECL_FCHDIR
867
868 /* Define to 1 if fchmodat is declared even after undefining macros. */
869 #undef HAVE_RAW_DECL_FCHMODAT
870
871 /* Define to 1 if fchownat is declared even after undefining macros. */
872 #undef HAVE_RAW_DECL_FCHOWNAT
873
874 /* Define to 1 if fcntl is declared even after undefining macros. */
875 #undef HAVE_RAW_DECL_FCNTL
876
877 /* Define to 1 if fdopendir is declared even after undefining macros. */
878 #undef HAVE_RAW_DECL_FDOPENDIR
879
880 /* Define to 1 if fpurge is declared even after undefining macros. */
881 #undef HAVE_RAW_DECL_FPURGE
882
883 /* Define to 1 if fseeko is declared even after undefining macros. */
884 #undef HAVE_RAW_DECL_FSEEKO
885
886 /* Define to 1 if fstatat is declared even after undefining macros. */
887 #undef HAVE_RAW_DECL_FSTATAT
888
889 /* Define to 1 if fsync is declared even after undefining macros. */
890 #undef HAVE_RAW_DECL_FSYNC
891
892 /* Define to 1 if ftello is declared even after undefining macros. */
893 #undef HAVE_RAW_DECL_FTELLO
894
895 /* Define to 1 if ftruncate is declared even after undefining macros. */
896 #undef HAVE_RAW_DECL_FTRUNCATE
897
898 /* Define to 1 if futimens is declared even after undefining macros. */
899 #undef HAVE_RAW_DECL_FUTIMENS
900
901 /* Define to 1 if getcwd is declared even after undefining macros. */
902 #undef HAVE_RAW_DECL_GETCWD
903
904 /* Define to 1 if getdelim is declared even after undefining macros. */
905 #undef HAVE_RAW_DECL_GETDELIM
906
907 /* Define to 1 if getdomainname is declared even after undefining macros. */
908 #undef HAVE_RAW_DECL_GETDOMAINNAME
909
910 /* Define to 1 if getdtablesize is declared even after undefining macros. */
911 #undef HAVE_RAW_DECL_GETDTABLESIZE
912
913 /* Define to 1 if getgroups is declared even after undefining macros. */
914 #undef HAVE_RAW_DECL_GETGROUPS
915
916 /* Define to 1 if gethostname is declared even after undefining macros. */
917 #undef HAVE_RAW_DECL_GETHOSTNAME
918
919 /* Define to 1 if getline is declared even after undefining macros. */
920 #undef HAVE_RAW_DECL_GETLINE
921
922 /* Define to 1 if getloadavg is declared even after undefining macros. */
923 #undef HAVE_RAW_DECL_GETLOADAVG
924
925 /* Define to 1 if getlogin is declared even after undefining macros. */
926 #undef HAVE_RAW_DECL_GETLOGIN
927
928 /* Define to 1 if getlogin_r is declared even after undefining macros. */
929 #undef HAVE_RAW_DECL_GETLOGIN_R
930
931 /* Define to 1 if getpagesize is declared even after undefining macros. */
932 #undef HAVE_RAW_DECL_GETPAGESIZE
933
934 /* Define to 1 if getsubopt is declared even after undefining macros. */
935 #undef HAVE_RAW_DECL_GETSUBOPT
936
937 /* Define to 1 if gettimeofday is declared even after undefining macros. */
938 #undef HAVE_RAW_DECL_GETTIMEOFDAY
939
940 /* Define to 1 if getusershell is declared even after undefining macros. */
941 #undef HAVE_RAW_DECL_GETUSERSHELL
942
943 /* Define to 1 if imaxabs is declared even after undefining macros. */
944 #undef HAVE_RAW_DECL_IMAXABS
945
946 /* Define to 1 if imaxdiv is declared even after undefining macros. */
947 #undef HAVE_RAW_DECL_IMAXDIV
948
949 /* Define to 1 if initstat_r is declared even after undefining macros. */
950 #undef HAVE_RAW_DECL_INITSTAT_R
951
952 /* Define to 1 if lchmod is declared even after undefining macros. */
953 #undef HAVE_RAW_DECL_LCHMOD
954
955 /* Define to 1 if lchown is declared even after undefining macros. */
956 #undef HAVE_RAW_DECL_LCHOWN
957
958 /* Define to 1 if link is declared even after undefining macros. */
959 #undef HAVE_RAW_DECL_LINK
960
961 /* Define to 1 if linkat is declared even after undefining macros. */
962 #undef HAVE_RAW_DECL_LINKAT
963
964 /* Define to 1 if lseek is declared even after undefining macros. */
965 #undef HAVE_RAW_DECL_LSEEK
966
967 /* Define to 1 if lstat is declared even after undefining macros. */
968 #undef HAVE_RAW_DECL_LSTAT
969
970 /* Define to 1 if mbrlen is declared even after undefining macros. */
971 #undef HAVE_RAW_DECL_MBRLEN
972
973 /* Define to 1 if mbrtowc is declared even after undefining macros. */
974 #undef HAVE_RAW_DECL_MBRTOWC
975
976 /* Define to 1 if mbsinit is declared even after undefining macros. */
977 #undef HAVE_RAW_DECL_MBSINIT
978
979 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
980 #undef HAVE_RAW_DECL_MBSNRTOWCS
981
982 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
983 #undef HAVE_RAW_DECL_MBSRTOWCS
984
985 /* Define to 1 if memmem is declared even after undefining macros. */
986 #undef HAVE_RAW_DECL_MEMMEM
987
988 /* Define to 1 if mempcpy is declared even after undefining macros. */
989 #undef HAVE_RAW_DECL_MEMPCPY
990
991 /* Define to 1 if memrchr is declared even after undefining macros. */
992 #undef HAVE_RAW_DECL_MEMRCHR
993
994 /* Define to 1 if mkdirat is declared even after undefining macros. */
995 #undef HAVE_RAW_DECL_MKDIRAT
996
997 /* Define to 1 if mkdtemp is declared even after undefining macros. */
998 #undef HAVE_RAW_DECL_MKDTEMP
999
1000 /* Define to 1 if mkfifo is declared even after undefining macros. */
1001 #undef HAVE_RAW_DECL_MKFIFO
1002
1003 /* Define to 1 if mkfifoat is declared even after undefining macros. */
1004 #undef HAVE_RAW_DECL_MKFIFOAT
1005
1006 /* Define to 1 if mknod is declared even after undefining macros. */
1007 #undef HAVE_RAW_DECL_MKNOD
1008
1009 /* Define to 1 if mknodat is declared even after undefining macros. */
1010 #undef HAVE_RAW_DECL_MKNODAT
1011
1012 /* Define to 1 if mkostemp is declared even after undefining macros. */
1013 #undef HAVE_RAW_DECL_MKOSTEMP
1014
1015 /* Define to 1 if mkostemps is declared even after undefining macros. */
1016 #undef HAVE_RAW_DECL_MKOSTEMPS
1017
1018 /* Define to 1 if mkstemp is declared even after undefining macros. */
1019 #undef HAVE_RAW_DECL_MKSTEMP
1020
1021 /* Define to 1 if mkstemps is declared even after undefining macros. */
1022 #undef HAVE_RAW_DECL_MKSTEMPS
1023
1024 /* Define to 1 if nl_langinfo is declared even after undefining macros. */
1025 #undef HAVE_RAW_DECL_NL_LANGINFO
1026
1027 /* Define to 1 if openat is declared even after undefining macros. */
1028 #undef HAVE_RAW_DECL_OPENAT
1029
1030 /* Define to 1 if pipe2 is declared even after undefining macros. */
1031 #undef HAVE_RAW_DECL_PIPE2
1032
1033 /* Define to 1 if popen is declared even after undefining macros. */
1034 #undef HAVE_RAW_DECL_POPEN
1035
1036 /* Define to 1 if pread is declared even after undefining macros. */
1037 #undef HAVE_RAW_DECL_PREAD
1038
1039 /* Define to 1 if random_r is declared even after undefining macros. */
1040 #undef HAVE_RAW_DECL_RANDOM_R
1041
1042 /* Define to 1 if rawmemchr is declared even after undefining macros. */
1043 #undef HAVE_RAW_DECL_RAWMEMCHR
1044
1045 /* Define to 1 if readlink is declared even after undefining macros. */
1046 #undef HAVE_RAW_DECL_READLINK
1047
1048 /* Define to 1 if readlinkat is declared even after undefining macros. */
1049 #undef HAVE_RAW_DECL_READLINKAT
1050
1051 /* Define to 1 if realpath is declared even after undefining macros. */
1052 #undef HAVE_RAW_DECL_REALPATH
1053
1054 /* Define to 1 if renameat is declared even after undefining macros. */
1055 #undef HAVE_RAW_DECL_RENAMEAT
1056
1057 /* Define to 1 if rmdir is declared even after undefining macros. */
1058 #undef HAVE_RAW_DECL_RMDIR
1059
1060 /* Define to 1 if rpmatch is declared even after undefining macros. */
1061 #undef HAVE_RAW_DECL_RPMATCH
1062
1063 /* Define to 1 if scandir is declared even after undefining macros. */
1064 #undef HAVE_RAW_DECL_SCANDIR
1065
1066 /* Define to 1 if setenv is declared even after undefining macros. */
1067 #undef HAVE_RAW_DECL_SETENV
1068
1069 /* Define to 1 if setstate_r is declared even after undefining macros. */
1070 #undef HAVE_RAW_DECL_SETSTATE_R
1071
1072 /* Define to 1 if setusershell is declared even after undefining macros. */
1073 #undef HAVE_RAW_DECL_SETUSERSHELL
1074
1075 /* Define to 1 if sleep is declared even after undefining macros. */
1076 #undef HAVE_RAW_DECL_SLEEP
1077
1078 /* Define to 1 if snprintf is declared even after undefining macros. */
1079 #undef HAVE_RAW_DECL_SNPRINTF
1080
1081 /* Define to 1 if srandom_r is declared even after undefining macros. */
1082 #undef HAVE_RAW_DECL_SRANDOM_R
1083
1084 /* Define to 1 if stat is declared even after undefining macros. */
1085 #undef HAVE_RAW_DECL_STAT
1086
1087 /* Define to 1 if stpcpy is declared even after undefining macros. */
1088 #undef HAVE_RAW_DECL_STPCPY
1089
1090 /* Define to 1 if stpncpy is declared even after undefining macros. */
1091 #undef HAVE_RAW_DECL_STPNCPY
1092
1093 /* Define to 1 if strcasecmp is declared even after undefining macros. */
1094 #undef HAVE_RAW_DECL_STRCASECMP
1095
1096 /* Define to 1 if strcasestr is declared even after undefining macros. */
1097 #undef HAVE_RAW_DECL_STRCASESTR
1098
1099 /* Define to 1 if strchrnul is declared even after undefining macros. */
1100 #undef HAVE_RAW_DECL_STRCHRNUL
1101
1102 /* Define to 1 if strdup is declared even after undefining macros. */
1103 #undef HAVE_RAW_DECL_STRDUP
1104
1105 /* Define to 1 if strncasecmp is declared even after undefining macros. */
1106 #undef HAVE_RAW_DECL_STRNCASECMP
1107
1108 /* Define to 1 if strndup is declared even after undefining macros. */
1109 #undef HAVE_RAW_DECL_STRNDUP
1110
1111 /* Define to 1 if strnlen is declared even after undefining macros. */
1112 #undef HAVE_RAW_DECL_STRNLEN
1113
1114 /* Define to 1 if strpbrk is declared even after undefining macros. */
1115 #undef HAVE_RAW_DECL_STRPBRK
1116
1117 /* Define to 1 if strsep is declared even after undefining macros. */
1118 #undef HAVE_RAW_DECL_STRSEP
1119
1120 /* Define to 1 if strsignal is declared even after undefining macros. */
1121 #undef HAVE_RAW_DECL_STRSIGNAL
1122
1123 /* Define to 1 if strtod is declared even after undefining macros. */
1124 #undef HAVE_RAW_DECL_STRTOD
1125
1126 /* Define to 1 if strtoimax is declared even after undefining macros. */
1127 #undef HAVE_RAW_DECL_STRTOIMAX
1128
1129 /* Define to 1 if strtok_r is declared even after undefining macros. */
1130 #undef HAVE_RAW_DECL_STRTOK_R
1131
1132 /* Define to 1 if strtoll is declared even after undefining macros. */
1133 #undef HAVE_RAW_DECL_STRTOLL
1134
1135 /* Define to 1 if strtoull is declared even after undefining macros. */
1136 #undef HAVE_RAW_DECL_STRTOULL
1137
1138 /* Define to 1 if strtoumax is declared even after undefining macros. */
1139 #undef HAVE_RAW_DECL_STRTOUMAX
1140
1141 /* Define to 1 if strverscmp is declared even after undefining macros. */
1142 #undef HAVE_RAW_DECL_STRVERSCMP
1143
1144 /* Define to 1 if symlink is declared even after undefining macros. */
1145 #undef HAVE_RAW_DECL_SYMLINK
1146
1147 /* Define to 1 if symlinkat is declared even after undefining macros. */
1148 #undef HAVE_RAW_DECL_SYMLINKAT
1149
1150 /* Define to 1 if unlink is declared even after undefining macros. */
1151 #undef HAVE_RAW_DECL_UNLINK
1152
1153 /* Define to 1 if unlinkat is declared even after undefining macros. */
1154 #undef HAVE_RAW_DECL_UNLINKAT
1155
1156 /* Define to 1 if unsetenv is declared even after undefining macros. */
1157 #undef HAVE_RAW_DECL_UNSETENV
1158
1159 /* Define to 1 if usleep is declared even after undefining macros. */
1160 #undef HAVE_RAW_DECL_USLEEP
1161
1162 /* Define to 1 if utimensat is declared even after undefining macros. */
1163 #undef HAVE_RAW_DECL_UTIMENSAT
1164
1165 /* Define to 1 if vdprintf is declared even after undefining macros. */
1166 #undef HAVE_RAW_DECL_VDPRINTF
1167
1168 /* Define to 1 if vsnprintf is declared even after undefining macros. */
1169 #undef HAVE_RAW_DECL_VSNPRINTF
1170
1171 /* Define to 1 if wcrtomb is declared even after undefining macros. */
1172 #undef HAVE_RAW_DECL_WCRTOMB
1173
1174 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
1175 #undef HAVE_RAW_DECL_WCSNRTOMBS
1176
1177 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
1178 #undef HAVE_RAW_DECL_WCSRTOMBS
1179
1180 /* Define to 1 if wctob is declared even after undefining macros. */
1181 #undef HAVE_RAW_DECL_WCTOB
1182
1183 /* Define to 1 if wcwidth is declared even after undefining macros. */
1184 #undef HAVE_RAW_DECL_WCWIDTH
1185
1186 /* Define to 1 if you have the `readlink' function. */
1187 #undef HAVE_READLINK
1188
1189 /* Define if the 'realloc' function is POSIX compliant. */
1190 #undef HAVE_REALLOC_POSIX
1191
1192 /* Define to 1 if you have the `realpath' function. */
1193 #undef HAVE_REALPATH
1194
1195 /* Define to 1 if you have the `rmdir' function. */
1196 #undef HAVE_RMDIR
1197
1198 /* Define to 1 if you have the `rpmatch' function. */
1199 #undef HAVE_RPMATCH
1200
1201 /* Define to 1 if you have the <search.h> header file. */
1202 #undef HAVE_SEARCH_H
1203
1204 /* Define to 1 if you have the `setenv' function. */
1205 #undef HAVE_SETENV
1206
1207 /* Define to 1 if you have the `setlocale' function. */
1208 #undef HAVE_SETLOCALE
1209
1210 /* Define to 1 if you have the <sgtty.h> header file. */
1211 #undef HAVE_SGTTY_H
1212
1213 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
1214 #undef HAVE_SIGNED_SIG_ATOMIC_T
1215
1216 /* Define to 1 if 'wchar_t' is a signed integer type. */
1217 #undef HAVE_SIGNED_WCHAR_T
1218
1219 /* Define to 1 if 'wint_t' is a signed integer type. */
1220 #undef HAVE_SIGNED_WINT_T
1221
1222 /* Define to 1 if you have the `sleep' function. */
1223 #undef HAVE_SLEEP
1224
1225 /* Define to 1 if you have the `snprintf' function. */
1226 #undef HAVE_SNPRINTF
1227
1228 /* Define to 1 if you have the <stdarg.h> header file. */
1229 #undef HAVE_STDARG_H
1230
1231 /* Define to 1 if stdbool.h conforms to C99. */
1232 #undef HAVE_STDBOOL_H
1233
1234 /* Define to 1 if you have the <stddef.h> header file. */
1235 #undef HAVE_STDDEF_H
1236
1237 /* Define to 1 if you have the <stdint.h> header file. */
1238 #undef HAVE_STDINT_H
1239
1240 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1241    uintmax_t. */
1242 #undef HAVE_STDINT_H_WITH_UINTMAX
1243
1244 /* Define to 1 if you have the <stdio_ext.h> header file. */
1245 #undef HAVE_STDIO_EXT_H
1246
1247 /* Define to 1 if you have the <stdio.h> header file. */
1248 #undef HAVE_STDIO_H
1249
1250 /* Define to 1 if you have the <stdlib.h> header file. */
1251 #undef HAVE_STDLIB_H
1252
1253 /* Define to 1 if you have the `stpcpy' function. */
1254 #undef HAVE_STPCPY
1255
1256 /* Define to 1 if you have the `strcasecmp' function. */
1257 #undef HAVE_STRCASECMP
1258
1259 /* Define to 1 if you have the `strchrnul' function. */
1260 #undef HAVE_STRCHRNUL
1261
1262 /* Define to 1 if you have the `strdup' function. */
1263 #undef HAVE_STRDUP
1264
1265 /* Define to 1 if you have the `strerror_r' function. */
1266 #undef HAVE_STRERROR_R
1267
1268 /* Define to 1 if you have the <strings.h> header file. */
1269 #undef HAVE_STRINGS_H
1270
1271 /* Define to 1 if you have the <string.h> header file. */
1272 #undef HAVE_STRING_H
1273
1274 /* Define to 1 if you have the `strncasecmp' function. */
1275 #undef HAVE_STRNCASECMP
1276
1277 /* Define to 1 if you have the `strndup' function. */
1278 #undef HAVE_STRNDUP
1279
1280 /* Define to 1 if you have the `strnlen' function. */
1281 #undef HAVE_STRNLEN
1282
1283 /* Define to 1 if you have the <stropts.h> header file. */
1284 #undef HAVE_STROPTS_H
1285
1286 /* Define to 1 if you have the `strtoimax' function. */
1287 #undef HAVE_STRTOIMAX
1288
1289 /* Define to 1 if you have the `strtol' function. */
1290 #undef HAVE_STRTOL
1291
1292 /* Define to 1 if you have the `strtoll' function. */
1293 #undef HAVE_STRTOLL
1294
1295 /* Define to 1 if you have the `strtoul' function. */
1296 #undef HAVE_STRTOUL
1297
1298 /* Define to 1 if you have the `strtoull' function. */
1299 #undef HAVE_STRTOULL
1300
1301 /* Define to 1 if you have the `strtoumax' function. */
1302 #undef HAVE_STRTOUMAX
1303
1304 /* Define to 1 if the system has the type `struct random_data'. */
1305 #undef HAVE_STRUCT_RANDOM_DATA
1306
1307 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
1308 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1309
1310 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
1311 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1312
1313 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
1314 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1315
1316 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
1317 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1318
1319 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
1320 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
1321
1322 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
1323 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
1324
1325 /* Define to 1 if `st_birthtim.tv_nsec' is member of `struct stat'. */
1326 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
1327
1328 /* Define to 1 if `st_blksize' is member of `struct stat'. */
1329 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
1330
1331 /* Define to 1 if `st_blocks' is member of `struct stat'. */
1332 #undef HAVE_STRUCT_STAT_ST_BLOCKS
1333
1334 /* Define to 1 if `tm_zone' is member of `struct tm'. */
1335 #undef HAVE_STRUCT_TM_TM_ZONE
1336
1337 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1338    have utime.h but don't declare the struct anywhere. */
1339 #undef HAVE_STRUCT_UTIMBUF
1340
1341 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1342    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1343 #undef HAVE_ST_BLKSIZE
1344
1345 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1346    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1347 #undef HAVE_ST_BLOCKS
1348
1349 /* Define if struct stat has a char st_fstype[] member. */
1350 #undef HAVE_ST_FSTYPE_STRING
1351
1352 /* Define to 1 if you have the `symlink' function. */
1353 #undef HAVE_SYMLINK
1354
1355 /* Define to 1 if you have the <sysexits.h> header file. */
1356 #undef HAVE_SYSEXITS_H
1357
1358 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1359 #undef HAVE_SYS_BITYPES_H
1360
1361 /* Define to 1 if you have the <sys/buf.h> header file. */
1362 #undef HAVE_SYS_BUF_H
1363
1364 /* Define to 1 if you have the <sys/device.h> header file. */
1365 #undef HAVE_SYS_DEVICE_H
1366
1367 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1368    */
1369 #undef HAVE_SYS_DIR_H
1370
1371 /* Define to 1 if you have the <sys/filio.h> header file. */
1372 #undef HAVE_SYS_FILIO_H
1373
1374 /* Define to 1 if you have the <sys/gentape.h> header file. */
1375 #undef HAVE_SYS_GENTAPE_H
1376
1377 /* Define to 1 if you have the <sys/inet.h> header file. */
1378 #undef HAVE_SYS_INET_H
1379
1380 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1381 #undef HAVE_SYS_INTTYPES_H
1382
1383 /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
1384 #undef HAVE_SYS_IO_TRIOCTL_H
1385
1386 /* Define to 1 if you have the <sys/mman.h> header file. */
1387 #undef HAVE_SYS_MMAN_H
1388
1389 /* Define to 1 if you have the <sys/mtio.h> header file. */
1390 #undef HAVE_SYS_MTIO_H
1391
1392 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1393    */
1394 #undef HAVE_SYS_NDIR_H
1395
1396 /* Define to 1 if you have the <sys/param.h> header file. */
1397 #undef HAVE_SYS_PARAM_H
1398
1399 /* Define to 1 if you have the <sys/socket.h> header file. */
1400 #undef HAVE_SYS_SOCKET_H
1401
1402 /* Define to 1 if you have the <sys/stat.h> header file. */
1403 #undef HAVE_SYS_STAT_H
1404
1405 /* Define to 1 if you have the <sys/tape.h> header file. */
1406 #undef HAVE_SYS_TAPE_H
1407
1408 /* Define to 1 if you have the <sys/timeb.h> header file. */
1409 #undef HAVE_SYS_TIMEB_H
1410
1411 /* Define to 1 if you have the <sys/time.h> header file. */
1412 #undef HAVE_SYS_TIME_H
1413
1414 /* Define to 1 if you have the <sys/tprintf.h> header file. */
1415 #undef HAVE_SYS_TPRINTF_H
1416
1417 /* Define to 1 if you have the <sys/types.h> header file. */
1418 #undef HAVE_SYS_TYPES_H
1419
1420 /* Define to 1 if you have the <sys/wait.h> header file. */
1421 #undef HAVE_SYS_WAIT_H
1422
1423 /* Define to 1 if you have the <time.h> header file. */
1424 #undef HAVE_TIME_H
1425
1426 /* Define if struct tm has the tm_gmtoff member. */
1427 #undef HAVE_TM_GMTOFF
1428
1429 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1430    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1431 #undef HAVE_TM_ZONE
1432
1433 /* Define to 1 if you have the `tsearch' function. */
1434 #undef HAVE_TSEARCH
1435
1436 /* Define to 1 if you don't have `tm_zone' but do have the external array
1437    `tzname'. */
1438 #undef HAVE_TZNAME
1439
1440 /* Define to 1 if you have the <unistd.h> header file. */
1441 #undef HAVE_UNISTD_H
1442
1443 /* Define to 1 if you have the `unlinkat' function. */
1444 #undef HAVE_UNLINKAT
1445
1446 /* Define to 1 if you have the `unsetenv' function. */
1447 #undef HAVE_UNSETENV
1448
1449 /* Define to 1 if the system has the type `unsigned long long int'. */
1450 #undef HAVE_UNSIGNED_LONG_LONG_INT
1451
1452 /* Define to 1 if you have the `utimensat' function. */
1453 #undef HAVE_UTIMENSAT
1454
1455 /* Define to 1 if you have the `utimes' function. */
1456 #undef HAVE_UTIMES
1457
1458 /* Define to 1 if you have the <utime.h> header file. */
1459 #undef HAVE_UTIME_H
1460
1461 /* Define to 1 if you have the `vasnprintf' function. */
1462 #undef HAVE_VASNPRINTF
1463
1464 /* Define to 1 if you have the `vasprintf' function. */
1465 #undef HAVE_VASPRINTF
1466
1467 /* Define to 1 if you have the `vsnprintf' function. */
1468 #undef HAVE_VSNPRINTF
1469
1470 /* Define to 1 if you have the `waitpid' function. */
1471 #undef HAVE_WAITPID
1472
1473 /* Define to 1 if you have the <wchar.h> header file. */
1474 #undef HAVE_WCHAR_H
1475
1476 /* Define if you have the 'wchar_t' type. */
1477 #undef HAVE_WCHAR_T
1478
1479 /* Define to 1 if you have the `wcrtomb' function. */
1480 #undef HAVE_WCRTOMB
1481
1482 /* Define to 1 if you have the `wcscoll' function. */
1483 #undef HAVE_WCSCOLL
1484
1485 /* Define to 1 if you have the `wcslen' function. */
1486 #undef HAVE_WCSLEN
1487
1488 /* Define to 1 if you have the `wcsnlen' function. */
1489 #undef HAVE_WCSNLEN
1490
1491 /* Define to 1 if you have the <wctype.h> header file. */
1492 #undef HAVE_WCTYPE_H
1493
1494 /* Define to 1 if you have the `wcwidth' function. */
1495 #undef HAVE_WCWIDTH
1496
1497 /* Define to 1 if you have the <winsock2.h> header file. */
1498 #undef HAVE_WINSOCK2_H
1499
1500 /* Define if you have the 'wint_t' type. */
1501 #undef HAVE_WINT_T
1502
1503 /* Define to 1 if you have the `wmemchr' function. */
1504 #undef HAVE_WMEMCHR
1505
1506 /* Define to 1 if you have the `wmemcpy' function. */
1507 #undef HAVE_WMEMCPY
1508
1509 /* Define to 1 if you have the `wmempcpy' function. */
1510 #undef HAVE_WMEMPCPY
1511
1512 /* Define to 1 if O_NOATIME works. */
1513 #undef HAVE_WORKING_O_NOATIME
1514
1515 /* Define to 1 if O_NOFOLLOW works. */
1516 #undef HAVE_WORKING_O_NOFOLLOW
1517
1518 /* Define if utimes works properly. */
1519 #undef HAVE_WORKING_UTIMES
1520
1521 /* Define to 1 if the system has the type `_Bool'. */
1522 #undef HAVE__BOOL
1523
1524 /* Define to 1 if you have the `_ftime' function. */
1525 #undef HAVE__FTIME
1526
1527 /* Define to 1 if you have the `__fpending' function. */
1528 #undef HAVE___FPENDING
1529
1530 /* Define as const if the declaration of iconv() needs const. */
1531 #undef ICONV_CONST
1532
1533 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1534 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1535 #else
1536 # define ISSLASH(C) ((C) == '/')
1537 #endif
1538
1539 /* Define to 1 if lseek does not detect pipes. */
1540 #undef LSEEK_PIPE_BROKEN
1541
1542 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1543    slash. */
1544 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1545
1546 /* Define to the program name of lzip compressor program */
1547 #undef LZIP_PROGRAM
1548
1549 /* Define to the program name of lzma compressor program */
1550 #undef LZMA_PROGRAM
1551
1552 /* Define to the program name of lzop compressor program */
1553 #undef LZOP_PROGRAM
1554
1555 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1556    */
1557 #undef MAJOR_IN_MKDEV
1558
1559 /* Define to 1 if `major', `minor', and `makedev' are declared in
1560    <sysmacros.h>. */
1561 #undef MAJOR_IN_SYSMACROS
1562
1563 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1564 #undef MALLOC_0_IS_NONNULL
1565
1566 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
1567 #undef MAP_ANONYMOUS
1568
1569 /* Define if the mbrtowc function has the NULL string argument bug. */
1570 #undef MBRTOWC_NULL_ARG_BUG
1571
1572 /* Define if the mbrtowc function does not return 0 for a NUL character. */
1573 #undef MBRTOWC_NUL_RETVAL_BUG
1574
1575 /* Define if the mbrtowc function returns a wrong return value. */
1576 #undef MBRTOWC_RETVAL_BUG
1577
1578 /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
1579 #undef MTIO_CHECK_FIELD
1580
1581 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1582 #undef NO_MINUS_C_MINUS_O
1583
1584 /* Define to 1 if open() fails to recognize a trailing slash. */
1585 #undef OPEN_TRAILING_SLASH_BUG
1586
1587 /* Name of package */
1588 #undef PACKAGE
1589
1590 /* Define to the address where bug reports for this package should be sent. */
1591 #undef PACKAGE_BUGREPORT
1592
1593 /* Define to the full name of this package. */
1594 #undef PACKAGE_NAME
1595
1596 /* String identifying the packager of this software */
1597 #undef PACKAGE_PACKAGER
1598
1599 /* Packager info for bug reports (URL/e-mail/...) */
1600 #undef PACKAGE_PACKAGER_BUG_REPORTS
1601
1602 /* Packager-specific version information */
1603 #undef PACKAGE_PACKAGER_VERSION
1604
1605 /* Define to the full name and version of this package. */
1606 #undef PACKAGE_STRING
1607
1608 /* Define to the one symbol short name of this package. */
1609 #undef PACKAGE_TARNAME
1610
1611 /* Define to the version of this package. */
1612 #undef PACKAGE_VERSION
1613
1614 /* the number of pending output bytes on stream `fp' */
1615 #undef PENDING_OUTPUT_N_BYTES
1616
1617 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1618 #undef PRI_MACROS_BROKEN
1619
1620 /* Define to the type that is the result of default argument promotions of
1621    type mode_t. */
1622 #undef PROMOTED_MODE_T
1623
1624 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1625    'ptrdiff_t'. */
1626 #undef PTRDIFF_T_SUFFIX
1627
1628 /* Define to 1 if readlink fails to recognize a trailing slash. */
1629 #undef READLINK_TRAILING_SLASH_BUG
1630
1631 /* Define to the full path of your rsh, if any. */
1632 #undef REMOTE_SHELL
1633
1634 /* Define to 1 if gnulib's fchdir() replacement is used. */
1635 #undef REPLACE_FCHDIR
1636
1637 /* Define to 1 if stat needs help when passed a directory name with a trailing
1638    slash */
1639 #undef REPLACE_FUNC_STAT_DIR
1640
1641 /* Define to 1 if stat needs help when passed a file name with a trailing
1642    slash */
1643 #undef REPLACE_FUNC_STAT_FILE
1644
1645 /* Define if nl_langinfo exists but is overridden by gnulib. */
1646 #undef REPLACE_NL_LANGINFO
1647
1648 /* Define to 1 if open() should work around the inability to open a directory.
1649    */
1650 #undef REPLACE_OPEN_DIRECTORY
1651
1652 /* Define this to 1 if strerror is broken. */
1653 #undef REPLACE_STRERROR
1654
1655 /* Define if vasnprintf exists but is overridden by gnulib. */
1656 #undef REPLACE_VASNPRINTF
1657
1658 /* Define as the return type of signal handlers (`int' or `void'). */
1659 #undef RETSIGTYPE
1660
1661 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1662    'sig_atomic_t'. */
1663 #undef SIG_ATOMIC_T_SUFFIX
1664
1665 /* Define as the maximum value of type 'size_t', if the system doesn't define
1666    it. */
1667 #ifndef SIZE_MAX
1668 # undef SIZE_MAX
1669 #endif
1670
1671 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1672    'size_t'. */
1673 #undef SIZE_T_SUFFIX
1674
1675 /* If using the C implementation of alloca, define if you know the
1676    direction of stack growth for your system; otherwise it will be
1677    automatically deduced at runtime.
1678         STACK_DIRECTION > 0 => grows toward higher addresses
1679         STACK_DIRECTION < 0 => grows toward lower addresses
1680         STACK_DIRECTION = 0 => direction of growth unknown */
1681 #undef STACK_DIRECTION
1682
1683 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1684 #undef STAT_MACROS_BROKEN
1685
1686 /* Define to 1 if you have the ANSI C header files. */
1687 #undef STDC_HEADERS
1688
1689 /* Define to 1 if strerror_r returns char *. */
1690 #undef STRERROR_R_CHAR_P
1691
1692 /* Define to 1 if all 'time_t' values fit in a 'long int'. */
1693 #undef TIME_T_FITS_IN_LONG_INT
1694
1695 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1696 #undef TIME_WITH_SYS_TIME
1697
1698 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1699 #undef TM_IN_SYS_TIME
1700
1701 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1702    timespec. */
1703 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1704
1705 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1706 #undef UNLINK_CANNOT_UNLINK_DIR
1707
1708 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1709    Unlocked I/O can improve performance in unithreaded apps, but it is not
1710    safe for multithreaded apps. */
1711 #undef USE_UNLOCKED_IO
1712
1713 /* Version number of package */
1714 #undef VERSION
1715
1716 /* Define to 1 if unsetenv returns void instead of int. */
1717 #undef VOID_UNSETENV
1718
1719 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1720    'wchar_t'. */
1721 #undef WCHAR_T_SUFFIX
1722
1723 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1724    'wint_t'. */
1725 #undef WINT_T_SUFFIX
1726
1727 /* Define to the program name of xz compressor program */
1728 #undef XZ_PROGRAM
1729
1730 /* Number of bits in a file offset, on hosts where this is settable. */
1731 #undef _FILE_OFFSET_BITS
1732
1733 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1734 #undef _LARGEFILE_SOURCE
1735
1736 /* Define for large files, on AIX-style hosts. */
1737 #undef _LARGE_FILES
1738
1739 /* Define to 1 if on MINIX. */
1740 #undef _MINIX
1741
1742 /* Define to 2 if the system does not provide POSIX.1 features except with
1743    this defined. */
1744 #undef _POSIX_1_SOURCE
1745
1746 /* Define to 1 if you need to in order for `stat' and other things to work. */
1747 #undef _POSIX_SOURCE
1748
1749 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1750 #undef _REGEX_LARGE_OFFSETS
1751
1752 /* Define to 500 only on HP-UX. */
1753 #undef _XOPEN_SOURCE
1754
1755 /* Enable extensions on AIX 3, Interix.  */
1756 #ifndef _ALL_SOURCE
1757 # undef _ALL_SOURCE
1758 #endif
1759 /* Enable GNU extensions on systems that have them.  */
1760 #ifndef _GNU_SOURCE
1761 # undef _GNU_SOURCE
1762 #endif
1763 /* Enable threading extensions on Solaris.  */
1764 #ifndef _POSIX_PTHREAD_SEMANTICS
1765 # undef _POSIX_PTHREAD_SEMANTICS
1766 #endif
1767 /* Enable extensions on HP NonStop.  */
1768 #ifndef _TANDEM_SOURCE
1769 # undef _TANDEM_SOURCE
1770 #endif
1771 /* Enable general extensions on Solaris.  */
1772 #ifndef __EXTENSIONS__
1773 # undef __EXTENSIONS__
1774 #endif
1775
1776
1777 /* Define to rpl_ if the getopt replacement functions and variables should be
1778    used. */
1779 #undef __GETOPT_PREFIX
1780
1781 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
1782    <inttypes.h> relies on them.  */
1783 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
1784 # define __STDC_LIMIT_MACROS 1
1785 #endif
1786
1787
1788 /* Define to `unsigned' if <sys/types.h> does not define. */
1789 #undef dev_t
1790
1791 /* Define to a replacement function name for fnmatch(). */
1792 #undef fnmatch
1793
1794 /* Define to `int' if <sys/types.h> doesn't define. */
1795 #undef gid_t
1796
1797 /* A replacement for va_copy, if needed.  */
1798 #define gl_va_copy(a,b) ((a) = (b))
1799
1800 /* Define to rpl_gmtime if the replacement function should be used. */
1801 #undef gmtime
1802
1803 /* Conversion descriptor type */
1804 #undef iconv_t
1805
1806 /* Define to `__inline__' or `__inline' if that's what the C compiler
1807    calls it, or to nothing if 'inline' is not supported under any name.  */
1808 #ifndef __cplusplus
1809 #undef inline
1810 #endif
1811
1812 /* Define to `unsigned' if <sys/types.h> does not define. */
1813 #undef ino_t
1814
1815 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1816 #undef intmax_t
1817
1818 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1819    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1820    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1821    __APPLE__ && __MACH__ test for MacOS X.
1822    __APPLE_CC__ tests for the Apple compiler and its version.
1823    __STDC_VERSION__ tests for the C99 mode.  */
1824 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1825 # define __GNUC_STDC_INLINE__ 1
1826 #endif
1827
1828 /* Define to rpl_localtime if the replacement function should be used. */
1829 #undef localtime
1830
1831 /* Type of major device numbers. */
1832 #undef major_t
1833
1834 /* Define to rpl_malloc if the replacement function should be used. */
1835 #undef malloc
1836
1837 /* Define to a type if <wchar.h> does not define. */
1838 #undef mbstate_t
1839
1840 /* Type of minor device numbers. */
1841 #undef minor_t
1842
1843 /* Define to `int' if <sys/types.h> does not define. */
1844 #undef mode_t
1845
1846 /* Define to the type of st_nlink in struct stat, or a supertype. */
1847 #undef nlink_t
1848
1849 /* Define to `long int' if <sys/types.h> does not define. */
1850 #undef off_t
1851
1852 /* Define to `int' if <sys/types.h> does not define. */
1853 #undef pid_t
1854
1855 /* Define as the type of the result of subtracting two pointers, if the system
1856    doesn't define it. */
1857 #undef ptrdiff_t
1858
1859 /* Define to rpl_re_comp if the replacement should be used. */
1860 #undef re_comp
1861
1862 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1863 #undef re_compile_fastmap
1864
1865 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1866 #undef re_compile_pattern
1867
1868 /* Define to rpl_re_exec if the replacement should be used. */
1869 #undef re_exec
1870
1871 /* Define to rpl_re_match if the replacement should be used. */
1872 #undef re_match
1873
1874 /* Define to rpl_re_match_2 if the replacement should be used. */
1875 #undef re_match_2
1876
1877 /* Define to rpl_re_search if the replacement should be used. */
1878 #undef re_search
1879
1880 /* Define to rpl_re_search_2 if the replacement should be used. */
1881 #undef re_search_2
1882
1883 /* Define to rpl_re_set_registers if the replacement should be used. */
1884 #undef re_set_registers
1885
1886 /* Define to rpl_re_set_syntax if the replacement should be used. */
1887 #undef re_set_syntax
1888
1889 /* Define to rpl_re_syntax_options if the replacement should be used. */
1890 #undef re_syntax_options
1891
1892 /* Define to rpl_regcomp if the replacement should be used. */
1893 #undef regcomp
1894
1895 /* Define to rpl_regerror if the replacement should be used. */
1896 #undef regerror
1897
1898 /* Define to rpl_regexec if the replacement should be used. */
1899 #undef regexec
1900
1901 /* Define to rpl_regfree if the replacement should be used. */
1902 #undef regfree
1903
1904 /* Define to the equivalent of the C99 'restrict' keyword, or to
1905    nothing if this is not supported.  Do not define if restrict is
1906    supported directly.  */
1907 #undef restrict
1908 /* Work around a bug in Sun C++: it does not support _Restrict, even
1909    though the corresponding Sun C compiler does, which causes
1910    "#define restrict _Restrict" in the previous line.  Perhaps some future
1911    version of Sun C++ will work with _Restrict; if so, it'll probably
1912    define __RESTRICT, just as Sun C does.  */
1913 #if defined __SUNPRO_CC && !defined __RESTRICT
1914 # define _Restrict
1915 #endif
1916
1917 /* Define to `unsigned int' if <sys/types.h> does not define. */
1918 #undef size_t
1919
1920 /* Define as a signed type of the same size as size_t. */
1921 #undef ssize_t
1922
1923 /* Define to rpl_strnlen if the replacement function should be used. */
1924 #undef strnlen
1925
1926 /* Define to `int' if <sys/types.h> doesn't define. */
1927 #undef uid_t
1928
1929 /* Define as a marker that can be attached to declarations that might not
1930     be used.  This helps to reduce warnings, such as from
1931     GCC -Wunused-parameter.  */
1932 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1933 # define _GL_UNUSED __attribute__ ((__unused__))
1934 #else
1935 # define _GL_UNUSED
1936 #endif
1937 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1938    is a misnomer outside of parameter lists.  */
1939 #define _UNUSED_PARAMETER_ _GL_UNUSED
1940
1941
1942 /* Define as a macro for copying va_list variables. */
1943 #undef va_copy