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