(FTW_DCH, FTW_DCHP): Better comments.
[coreutils.git] / config.hin
blob869280d6c4e9789f20fb92c47aa5e9ded3694ce1
1 /* config.hin.  Generated from configure.ac by autoheader.  */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define to the function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
12 /* Define to 1 if the `closedir' function returns void instead of `int'. */
13 #undef CLOSEDIR_VOID
15 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16    systems. This function is required for `alloca.c' support on those systems.
17    */
18 #undef CRAY_STACKSEG_END
20 /* Define to 1 if using `alloca.c'. */
21 #undef C_ALLOCA
23 /* Define to 1 if using `getloadavg.c'. */
24 #undef C_GETLOADAVG
26 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
27 #undef DGUX
29 /* the name of the file descriptor member of DIR */
30 #undef DIR_FD_MEMBER_NAME
32 #ifdef DIR_FD_MEMBER_NAME
33 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
34 #else
35 # define DIR_TO_FD(Dir_p) -1
36 #endif
38     
40 /* Define if there is a member named d_ino in the struct describing directory
41    headers. */
42 #undef D_INO_IN_DIRENT
44 /* Define to 1 if translation of program messages to the user's native
45    language is requested. */
46 #undef ENABLE_NLS
48 /* Define on systems for which file names may have a so-called `drive letter'
49    prefix, define this to compute the length of that prefix, including the
50    colon. */
51 #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
53 /* Define if the backslash character may also serve as a file name component
54    separator. */
55 #undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
57 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
58 # define FILESYSTEM_PREFIX_LEN(Filename) \
59   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
60 #else
61 # define FILESYSTEM_PREFIX_LEN(Filename) 0
62 #endif
64 /* Define to the type of elements in the array set by `getgroups'. Usually
65    this is either `int' or `gid_t'. */
66 #undef GETGROUPS_T
68 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
69    */
70 #undef GETLOADAVG_PRIVILEGED
72 /* Define if gettimeofday clobbers localtime's static buffer. */
73 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
75 /* The concatenation of the strings `GNU ', and PACKAGE. */
76 #undef GNU_PACKAGE
78 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
79 #undef GWINSZ_IN_SYS_IOCTL
81 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
82 #undef GWINSZ_IN_SYS_PTY
84 /* Define to 1 if you have the `acl' function. */
85 #undef HAVE_ACL
87 /* Define to 1 if you have the `alarm' function. */
88 #undef HAVE_ALARM
90 /* Define to 1 if you have `alloca', as a function or macro. */
91 #undef HAVE_ALLOCA
93 /* Define to 1 if you have the <alloca.h> header file. */
94 #undef HAVE_ALLOCA_H
96 /* Define to 1 if you have the <arpa/inet.h> header file. */
97 #undef HAVE_ARPA_INET_H
99 /* Define to 1 if you have the `atexit' function. */
100 #undef HAVE_ATEXIT
102 /* Define to 1 if you have the `bcopy' function. */
103 #undef HAVE_BCOPY
105 /* Define to 1 if you have the <bp-sym.h> header file. */
106 #undef HAVE_BP_SYM_H
108 /* Define to 1 if you have the `btowc' function. */
109 #undef HAVE_BTOWC
111 /* Define to 1 if you have the `bzero' function. */
112 #undef HAVE_BZERO
114 /* Define to 1 if you have the `chroot' function. */
115 #undef HAVE_CHROOT
117 /* Define to 1 if you have the `chsize' function. */
118 #undef HAVE_CHSIZE
120 /* Define to 1 if you have the `clock_gettime' function. */
121 #undef HAVE_CLOCK_GETTIME
123 /* Define to 1 if you have the `clock_settime' function. */
124 #undef HAVE_CLOCK_SETTIME
126 /* Define if backslash-a works in C strings. */
127 #undef HAVE_C_BACKSLASH_A
129 /* FIXME */
130 #undef HAVE_C_LINE
132 /* Define if the GNU dcgettext() function is already present or preinstalled.
133    */
134 #undef HAVE_DCGETTEXT
136 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
137    you don't. */
138 #undef HAVE_DECL_CLEARERR_UNLOCKED
140 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
141    */
142 #undef HAVE_DECL_DIRFD
144 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
145    don't. */
146 #undef HAVE_DECL_FEOF_UNLOCKED
148 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
149    you don't. */
150 #undef HAVE_DECL_FERROR_UNLOCKED
152 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
153    you don't. */
154 #undef HAVE_DECL_FFLUSH_UNLOCKED
156 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
157    you don't. */
158 #undef HAVE_DECL_FGETS_UNLOCKED
160 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
161    you don't. */
162 #undef HAVE_DECL_FPUTC_UNLOCKED
164 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
165    you don't. */
166 #undef HAVE_DECL_FPUTS_UNLOCKED
168 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
169    you don't. */
170 #undef HAVE_DECL_FREAD_UNLOCKED
172 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
173    */
174 #undef HAVE_DECL_FREE
176 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
177    you don't. */
178 #undef HAVE_DECL_FWRITE_UNLOCKED
180 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
181    you don't. */
182 #undef HAVE_DECL_GETCHAR_UNLOCKED
184 /* Define to 1 if you have the declaration of `getcontext', and to 0 if you
185    don't. */
186 #undef HAVE_DECL_GETCONTEXT
188 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
189    don't. */
190 #undef HAVE_DECL_GETC_UNLOCKED
192 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
193    */
194 #undef HAVE_DECL_GETENV
196 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
197    don't. */
198 #undef HAVE_DECL_GETEUID
200 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
201    don't. */
202 #undef HAVE_DECL_GETGRGID
204 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
205    don't. */
206 #undef HAVE_DECL_GETLOGIN
208 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
209    don't. */
210 #undef HAVE_DECL_GETPWUID
212 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
213    */
214 #undef HAVE_DECL_GETUID
216 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
217    don't. */
218 #undef HAVE_DECL_GETUTENT
220 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
221    */
222 #undef HAVE_DECL_LSEEK
224 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
225    */
226 #undef HAVE_DECL_MALLOC
228 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
229    */
230 #undef HAVE_DECL_MEMCHR
232 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
233    don't. */
234 #undef HAVE_DECL_MEMRCHR
236 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
237    don't. */
238 #undef HAVE_DECL_NANOSLEEP
240 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
241    you don't. */
242 #undef HAVE_DECL_PUTCHAR_UNLOCKED
244 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
245    don't. */
246 #undef HAVE_DECL_PUTC_UNLOCKED
248 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
249    don't. */
250 #undef HAVE_DECL_REALLOC
252 /* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
253    don't. */
254 #undef HAVE_DECL_SIGALTSTACK
256 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
257    */
258 #undef HAVE_DECL_STPCPY
260 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
261    don't. */
262 #undef HAVE_DECL_STRERROR
264 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
265    don't. */
266 #undef HAVE_DECL_STRERROR_R
268 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
269    don't. */
270 #undef HAVE_DECL_STRNDUP
272 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
273    don't. */
274 #undef HAVE_DECL_STRNLEN
276 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
277    don't. */
278 #undef HAVE_DECL_STRSIGNAL
280 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
281    */
282 #undef HAVE_DECL_STRSTR
284 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
285    don't. */
286 #undef HAVE_DECL_STRTOIMAX
288 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
289    */
290 #undef HAVE_DECL_STRTOL
292 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
293    don't. */
294 #undef HAVE_DECL_STRTOLL
296 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
297    don't. */
298 #undef HAVE_DECL_STRTOUL
300 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
301    don't. */
302 #undef HAVE_DECL_STRTOULL
304 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
305    don't. */
306 #undef HAVE_DECL_STRTOUMAX
308 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
309    don't. */
310 #undef HAVE_DECL_SYS_SIGLIST
312 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
313    don't. */
314 #undef HAVE_DECL_TTYNAME
316 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
317    */
318 #undef HAVE_DECL_WCWIDTH
320 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
321    don't. */
322 #undef HAVE_DECL__SYS_SIGLIST
324 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
325    don't. */
326 #undef HAVE_DECL___FPENDING
328 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
329    */
330 #undef HAVE_DIRENT_H
332 /* Define to 1 if you have the `dirfd' function. */
333 #undef HAVE_DIRFD
335 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
336 #undef HAVE_DOPRNT
338 /* Define to 1 if you have the `dup2' function. */
339 #undef HAVE_DUP2
341 /* Define to 1 if you have the `endgrent' function. */
342 #undef HAVE_ENDGRENT
344 /* Define to 1 if you have the `endpwent' function. */
345 #undef HAVE_ENDPWENT
347 /* Define to 1 if you have the <errno.h> header file. */
348 #undef HAVE_ERRNO_H
350 /* Define to 1 if you have the `euidaccess' function. */
351 #undef HAVE_EUIDACCESS
353 /* Define to 1 if you have the `fchdir' function. */
354 #undef HAVE_FCHDIR
356 /* Define to 1 if you have the <fcntl.h> header file. */
357 #undef HAVE_FCNTL_H
359 /* Define to 1 if you have the `fdatasync' function. */
360 #undef HAVE_FDATASYNC
362 /* Define to 1 if you have the `fesetround' function. */
363 #undef HAVE_FESETROUND
365 /* Define to 1 if you have the <float.h> header file. */
366 #undef HAVE_FLOAT_H
368 /* Define to 1 if you have the `floor' function. */
369 #undef HAVE_FLOOR
371 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
372 #undef HAVE_FSEEKO
374 /* Define to 1 if you have the <fs_info.h> header file. */
375 #undef HAVE_FS_INFO_H
377 /* Define to 1 if you have the `fs_stat_dev' function. */
378 #undef HAVE_FS_STAT_DEV
380 /* Define to 1 if you have the `ftime' function. */
381 #undef HAVE_FTIME
383 /* Define to 1 if you have the `ftruncate' function. */
384 #undef HAVE_FTRUNCATE
386 /* Define if struct statfs has the f_fstypename member. */
387 #undef HAVE_F_FSTYPENAME_IN_STATFS
389 /* Define to 1 if you have the `getcontext' function. */
390 #undef HAVE_GETCONTEXT
392 /* Define to 1 if you have the `getcwd' function. */
393 #undef HAVE_GETCWD
395 /* Define if getcwd (NULL, 0) allocates memory for result. */
396 #undef HAVE_GETCWD_NULL
398 /* Define to 1 if you have the `getdelim' function. */
399 #undef HAVE_GETDELIM
401 /* Define to 1 if your system has a working `getgroups' function. */
402 #undef HAVE_GETGROUPS
404 /* Define to 1 if you have the `gethostbyaddr' function. */
405 #undef HAVE_GETHOSTBYADDR
407 /* Define to 1 if you have the `gethostbyname' function. */
408 #undef HAVE_GETHOSTBYNAME
410 /* Define to 1 if you have the `gethostid' function. */
411 #undef HAVE_GETHOSTID
413 /* Define to 1 if you have the `gethostname' function. */
414 #undef HAVE_GETHOSTNAME
416 /* Define to 1 if you have the `gethrtime' function. */
417 #undef HAVE_GETHRTIME
419 /* Define to 1 if you have the `getloadavg' function. */
420 #undef HAVE_GETLOADAVG
422 /* Define to 1 if you have the `getmntent' function. */
423 #undef HAVE_GETMNTENT
425 /* Define to 1 if you have the `getmntinfo' function. */
426 #undef HAVE_GETMNTINFO
428 /* Define to 1 if you have the `getpagesize' function. */
429 #undef HAVE_GETPAGESIZE
431 /* Define to 1 if you have the `getpass' function. */
432 #undef HAVE_GETPASS
434 /* Define to 1 if you have the `getspnam' function. */
435 #undef HAVE_GETSPNAM
437 /* Define if the GNU gettext() function is already present or preinstalled. */
438 #undef HAVE_GETTEXT
440 /* Define to 1 if you have the `gettimeofday' function. */
441 #undef HAVE_GETTIMEOFDAY
443 /* Define to 1 if you have the `getusershell' function. */
444 #undef HAVE_GETUSERSHELL
446 /* Define to 1 if you have the <grp.h> header file. */
447 #undef HAVE_GRP_H
449 /* Define to 1 if you have the `hasmntopt' function. */
450 #undef HAVE_HASMNTOPT
452 /* Define to 1 if you have the <hurd.h> header file. */
453 #undef HAVE_HURD_H
455 /* Define if you have the iconv() function. */
456 #undef HAVE_ICONV
458 /* Define to 1 if you have the `inet_ntoa' function. */
459 #undef HAVE_INET_NTOA
461 /* Define to 1 if you have the `initgroups' function. */
462 #undef HAVE_INITGROUPS
464 /* Define to 1 if you have the <inttypes.h> header file. */
465 #undef HAVE_INTTYPES_H
467 /* Define to 1 if you have the `isascii' function. */
468 #undef HAVE_ISASCII
470 /* Define to 1 if you have the `iswcntrl' function. */
471 #undef HAVE_ISWCNTRL
473 /* Define to 1 if you have the `iswprint' function. */
474 #undef HAVE_ISWPRINT
476 /* Define to 1 if you have the `iswspace' function. */
477 #undef HAVE_ISWSPACE
479 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
480 #undef HAVE_LANGINFO_CODESET
482 /* Define to 1 if you have the `lchown' function. */
483 #undef HAVE_LCHOWN
485 /* Define to 1 if you have the `dgc' library (-ldgc). */
486 #undef HAVE_LIBDGC
488 /* Define to 1 if you have the <libintl.h> header file. */
489 #undef HAVE_LIBINTL_H
491 /* Define to 1 if you have the `kstat' library (-lkstat). */
492 #undef HAVE_LIBKSTAT
494 /* Define to 1 if you have the `ldgc' library (-lldgc). */
495 #undef HAVE_LIBLDGC
497 /* Define to 1 if you have the `os' library (-los). */
498 #undef HAVE_LIBOS
500 /* Define to 1 if you have the `ypsec' library (-lypsec). */
501 #undef HAVE_LIBYPSEC
503 /* Define to 1 if you have the <limits.h> header file. */
504 #undef HAVE_LIMITS_H
506 /* Define to 1 if you have the `listmntent' function. */
507 #undef HAVE_LISTMNTENT
509 /* Define to 1 if you have the `localeconv' function. */
510 #undef HAVE_LOCALECONV
512 /* Define to 1 if you have the <locale.h> header file. */
513 #undef HAVE_LOCALE_H
515 /* Define to 1 if you have the `localtime_r' function. */
516 #undef HAVE_LOCALTIME_R
518 /* Define to 1 if long double works and has more range or precision than
519    double. */
520 #undef HAVE_LONG_DOUBLE
522 /* Define to 1 if you support file names longer than 14 characters. */
523 #undef HAVE_LONG_FILE_NAMES
525 /* Define if you have the long long type. */
526 #undef HAVE_LONG_LONG
528 /* Define if lstat has the bug that it succeeds when given the zero-length
529    file name argument. The lstat from SunOS4.1.4 and the Hurd as of
530    1998-11-01) do this. */
531 #undef HAVE_LSTAT_EMPTY_STRING_BUG
533 /* Define to 1 if you have the <mach/mach.h> header file. */
534 #undef HAVE_MACH_MACH_H
536 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
537    to 0 otherwise. */
538 #undef HAVE_MALLOC
540 /* Define to 1 if you have the `mblen' function. */
541 #undef HAVE_MBLEN
543 /* Define to 1 if you have the `mbrlen' function. */
544 #undef HAVE_MBRLEN
546 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
547 #undef HAVE_MBRTOWC
549 /* Define to 1 if you have the `mbsinit' function. */
550 #undef HAVE_MBSINIT
552 /* Define to 1 if you have the `mbsrtowcs' function. */
553 #undef HAVE_MBSRTOWCS
555 /* Define to 1 if <wchar.h> declares mbstate_t. */
556 #undef HAVE_MBSTATE_T
558 /* Define to 1 if you have the `memchr' function. */
559 #undef HAVE_MEMCHR
561 /* Define to 1 if you have the `memcmp' function. */
562 #undef HAVE_MEMCMP
564 /* Define to 1 if you have the `memcpy' function. */
565 #undef HAVE_MEMCPY
567 /* Define to 1 if you have the `memmove' function. */
568 #undef HAVE_MEMMOVE
570 /* Define to 1 if you have the <memory.h> header file. */
571 #undef HAVE_MEMORY_H
573 /* Define to 1 if you have the `mempcpy' function. */
574 #undef HAVE_MEMPCPY
576 /* Define to 1 if you have the `memrchr' function. */
577 #undef HAVE_MEMRCHR
579 /* Define to 1 if you have the `memset' function. */
580 #undef HAVE_MEMSET
582 /* Define to 1 if you have the `mkfifo' function. */
583 #undef HAVE_MKFIFO
585 /* Define to 1 if you have the `mkstemp' function. */
586 #undef HAVE_MKSTEMP
588 /* Define to 1 if you have the <mntent.h> header file. */
589 #undef HAVE_MNTENT_H
591 /* Define to 1 if you have the <mnttab.h> header file. */
592 #undef HAVE_MNTTAB_H
594 /* Define to 1 if you have the `modf' function. */
595 #undef HAVE_MODF
597 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
598 #undef HAVE_NDIR_H
600 /* Define to 1 if you have the <netdb.h> header file. */
601 #undef HAVE_NETDB_H
603 /* Define to 1 if you have the <netinet/in.h> header file. */
604 #undef HAVE_NETINET_IN_H
606 /* Define to 1 if you have the `next_dev' function. */
607 #undef HAVE_NEXT_DEV
609 /* Define to 1 if you have the <nlist.h> header file. */
610 #undef HAVE_NLIST_H
612 /* Define to 1 if libc includes obstacks. */
613 #undef HAVE_OBSTACK
615 /* Define to 1 if you have the <OS.h> header file. */
616 #undef HAVE_OS_H
618 /* Define to 1 if you have the `pathconf' function. */
619 #undef HAVE_PATHCONF
621 /* Define to 1 if you have the <paths.h> header file. */
622 #undef HAVE_PATHS_H
624 /* Define if your system has the /proc/uptime special file. */
625 #undef HAVE_PROC_UPTIME
627 /* Define to 1 if you have the `pstat_getdynamic' function. */
628 #undef HAVE_PSTAT_GETDYNAMIC
630 /* Define to 1 if you have the `pstat_getstatic' function. */
631 #undef HAVE_PSTAT_GETSTATIC
633 /* Define to 1 if you have the <pwd.h> header file. */
634 #undef HAVE_PWD_H
636 /* Define to 1 if you have the `raise' function. */
637 #undef HAVE_RAISE
639 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
640    and to 0 otherwise. */
641 #undef HAVE_REALLOC
643 /* Define to 1 if you have the `realpath' function. */
644 #undef HAVE_REALPATH
646 /* Define to 1 if you have the `resolvepath' function. */
647 #undef HAVE_RESOLVEPATH
649 /* Define to 1 if you have the `rint' function. */
650 #undef HAVE_RINT
652 /* Define to 1 if you have the `rmdir' function. */
653 #undef HAVE_RMDIR
655 /* Define to 1 if you have the `rpmatch' function. */
656 #undef HAVE_RPMATCH
658 /* Define to 1 if you have the `sethostname' function. */
659 #undef HAVE_SETHOSTNAME
661 /* Define to 1 if you have the `setlocale' function. */
662 #undef HAVE_SETLOCALE
664 /* Define to 1 if you have the <shadow.h> header file. */
665 #undef HAVE_SHADOW_H
667 /* Define to 1 if you have the `sig2str' function. */
668 #undef HAVE_SIG2STR
670 /* Define to 1 if you have the `sigaltstack' function. */
671 #undef HAVE_SIGALTSTACK
673 /* Define to 1 if you have the `sqrt' function. */
674 #undef HAVE_SQRT
676 /* Define to 1 if the system has the type `stack_t'. */
677 #undef HAVE_STACK_T
679 /* Define to 1 if you have the `statvfs' function. */
680 #undef HAVE_STATVFS
682 /* Define if stat has the bug that it succeeds when given the zero-length file
683    name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
684    this. */
685 #undef HAVE_STAT_EMPTY_STRING_BUG
687 /* Define to 1 if stdbool.h conforms to C99. */
688 #undef HAVE_STDBOOL_H
690 /* Define to 1 if you have the <stddef.h> header file. */
691 #undef HAVE_STDDEF_H
693 /* Define to 1 if you have the <stdint.h> header file. */
694 #undef HAVE_STDINT_H
696 /* Define to 1 if you have the <stdio_ext.h> header file. */
697 #undef HAVE_STDIO_EXT_H
699 /* Define to 1 if you have the <stdlib.h> header file. */
700 #undef HAVE_STDLIB_H
702 /* Define to 1 if you have the `stpcpy' function. */
703 #undef HAVE_STPCPY
705 /* Define to 1 if you have the `strcasecmp' function. */
706 #undef HAVE_STRCASECMP
708 /* Define to 1 if you have the `strchr' function. */
709 #undef HAVE_STRCHR
711 /* Define to 1 if you have the `strcspn' function. */
712 #undef HAVE_STRCSPN
714 /* Define to 1 if you have the `strdup' function. */
715 #undef HAVE_STRDUP
717 /* Define to 1 if you have the `strerror' function. */
718 #undef HAVE_STRERROR
720 /* Define to 1 if you have the `strerror_r' function. */
721 #undef HAVE_STRERROR_R
723 /* Define to 1 if you have the `strftime' function. */
724 #undef HAVE_STRFTIME
726 /* Define to 1 if you have the <strings.h> header file. */
727 #undef HAVE_STRINGS_H
729 /* Define to 1 if you have the <string.h> header file. */
730 #undef HAVE_STRING_H
732 /* Define to 1 if you have the `strncasecmp' function. */
733 #undef HAVE_STRNCASECMP
735 /* Define to 1 if you have the `strndup' function. */
736 #undef HAVE_STRNDUP
738 /* Define to 1 if you have the `strpbrk' function. */
739 #undef HAVE_STRPBRK
741 /* Define to 1 if you have the `strrchr' function. */
742 #undef HAVE_STRRCHR
744 /* Define to 1 if you have the `strstr' function. */
745 #undef HAVE_STRSTR
747 /* Define to 1 if you have the `strtoimax' function. */
748 #undef HAVE_STRTOIMAX
750 /* Define to 1 if you have the `strtol' function. */
751 #undef HAVE_STRTOL
753 /* Define to 1 if you have the `strtoll' function. */
754 #undef HAVE_STRTOLL
756 /* Define to 1 if you have the `strtoul' function. */
757 #undef HAVE_STRTOUL
759 /* Define to 1 if you have the `strtoull' function. */
760 #undef HAVE_STRTOULL
762 /* Define to 1 if you have the `strtoumax' function. */
763 #undef HAVE_STRTOUMAX
765 /* Define if there is a member named d_type in the struct describing directory
766    headers. */
767 #undef HAVE_STRUCT_DIRENT_D_TYPE
769 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
770 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
772 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
773 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
775 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
776 #undef HAVE_STRUCT_SPWD_SP_PWDP
778 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
779 #undef HAVE_STRUCT_STATFS_F_BASETYPE
781 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
782 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
784 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
785 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
787 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
788 #undef HAVE_STRUCT_STATFS_F_NAMELEN
790 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
791 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
793 /* Define to 1 if `f_type' is member of `struct statfs'. */
794 #undef HAVE_STRUCT_STATFS_F_TYPE
796 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
797 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
799 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
800 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
802 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
803 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
805 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
806 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
808 /* Define to 1 if `f_type' is member of `struct statvfs'. */
809 #undef HAVE_STRUCT_STATVFS_F_TYPE
811 /* Define to 1 if `st_author' is member of `struct stat'. */
812 #undef HAVE_STRUCT_STAT_ST_AUTHOR
814 /* Define to 1 if `st_blksize' is member of `struct stat'. */
815 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
817 /* Define to 1 if `st_blocks' is member of `struct stat'. */
818 #undef HAVE_STRUCT_STAT_ST_BLOCKS
820 /* Define if struct timespec is declared in <time.h>. */
821 #undef HAVE_STRUCT_TIMESPEC
823 /* Define to 1 if `tm_zone' is member of `struct tm'. */
824 #undef HAVE_STRUCT_TM_TM_ZONE
826 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
827    have utime.h but don't declare the struct anywhere. */
828 #undef HAVE_STRUCT_UTIMBUF
830 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
831 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
833 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
834 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
836 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
837 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
839 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
840 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
842 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
843 #undef HAVE_STRUCT_UTMPX_UT_ID
845 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
846 #undef HAVE_STRUCT_UTMPX_UT_NAME
848 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
849 #undef HAVE_STRUCT_UTMPX_UT_PID
851 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
852 #undef HAVE_STRUCT_UTMPX_UT_TYPE
854 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
855 #undef HAVE_STRUCT_UTMPX_UT_USER
857 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
858 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
860 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
861 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
863 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
864 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
866 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
867 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
869 /* Define to 1 if `ut_id' is member of `struct utmp'. */
870 #undef HAVE_STRUCT_UTMP_UT_ID
872 /* Define to 1 if `ut_name' is member of `struct utmp'. */
873 #undef HAVE_STRUCT_UTMP_UT_NAME
875 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
876 #undef HAVE_STRUCT_UTMP_UT_PID
878 /* Define to 1 if `ut_type' is member of `struct utmp'. */
879 #undef HAVE_STRUCT_UTMP_UT_TYPE
881 /* Define to 1 if `ut_user' is member of `struct utmp'. */
882 #undef HAVE_STRUCT_UTMP_UT_USER
884 /* Define to 1 if you have the `strverscmp' function. */
885 #undef HAVE_STRVERSCMP
887 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
888    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
889 #undef HAVE_ST_BLOCKS
891 /* Define if struct stat has an st_dm_mode member. */
892 #undef HAVE_ST_DM_MODE
894 /* Define to 1 if you have the `sysctl' function. */
895 #undef HAVE_SYSCTL
897 /* Define to 1 if you have the `sysinfo' function. */
898 #undef HAVE_SYSINFO
900 /* FIXME */
901 #undef HAVE_SYSLOG
903 /* Define to 1 if you have the <syslog.h> header file. */
904 #undef HAVE_SYSLOG_H
906 /* Define to 1 if you have the <sys/acl.h> header file. */
907 #undef HAVE_SYS_ACL_H
909 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
910    */
911 #undef HAVE_SYS_DIR_H
913 /* Define to 1 if you have the <sys/filsys.h> header file. */
914 #undef HAVE_SYS_FILSYS_H
916 /* Define to 1 if you have the <sys/fstyp.h> header file. */
917 #undef HAVE_SYS_FSTYP_H
919 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
920 #undef HAVE_SYS_FS_S5PARAM_H
922 /* Define to 1 if you have the <sys/fs_types.h> header file. */
923 #undef HAVE_SYS_FS_TYPES_H
925 /* Define to 1 if you have the <sys/ioctl.h> header file. */
926 #undef HAVE_SYS_IOCTL_H
928 /* Define to 1 if you have the <sys/mntent.h> header file. */
929 #undef HAVE_SYS_MNTENT_H
931 /* Define to 1 if you have the <sys/mount.h> header file. */
932 #undef HAVE_SYS_MOUNT_H
934 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
935    */
936 #undef HAVE_SYS_NDIR_H
938 /* Define to 1 if you have the <sys/param.h> header file. */
939 #undef HAVE_SYS_PARAM_H
941 /* Define to 1 if you have the <sys/pstat.h> header file. */
942 #undef HAVE_SYS_PSTAT_H
944 /* Define to 1 if you have the <sys/resource.h> header file. */
945 #undef HAVE_SYS_RESOURCE_H
947 /* Define to 1 if you have the <sys/socket.h> header file. */
948 #undef HAVE_SYS_SOCKET_H
950 /* Define to 1 if you have the <sys/statfs.h> header file. */
951 #undef HAVE_SYS_STATFS_H
953 /* Define to 1 if you have the <sys/statvfs.h> header file. */
954 #undef HAVE_SYS_STATVFS_H
956 /* Define to 1 if you have the <sys/stat.h> header file. */
957 #undef HAVE_SYS_STAT_H
959 /* Define to 1 if you have the <sys/sysctl.h> header file. */
960 #undef HAVE_SYS_SYSCTL_H
962 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
963 #undef HAVE_SYS_SYSMACROS_H
965 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
966 #undef HAVE_SYS_SYSTEMINFO_H
968 /* Define to 1 if you have the <sys/timeb.h> header file. */
969 #undef HAVE_SYS_TIMEB_H
971 /* Define to 1 if you have the <sys/time.h> header file. */
972 #undef HAVE_SYS_TIME_H
974 /* Define to 1 if you have the <sys/types.h> header file. */
975 #undef HAVE_SYS_TYPES_H
977 /* Define to 1 if you have the <sys/ucred.h> header file. */
978 #undef HAVE_SYS_UCRED_H
980 /* Define to 1 if you have the <sys/vfs.h> header file. */
981 #undef HAVE_SYS_VFS_H
983 /* Define to 1 if you have the <sys/wait.h> header file. */
984 #undef HAVE_SYS_WAIT_H
986 /* Define to 1 if you have the <termios.h> header file. */
987 #undef HAVE_TERMIOS_H
989 /* Define if struct tm has the tm_gmtoff member. */
990 #undef HAVE_TM_GMTOFF
992 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
993    `HAVE_STRUCT_TM_TM_ZONE' instead. */
994 #undef HAVE_TM_ZONE
996 /* Define to 1 if you don't have `tm_zone' but do have the external array
997    `tzname'. */
998 #undef HAVE_TZNAME
1000 /* Define to 1 if you have the `tzset' function. */
1001 #undef HAVE_TZSET
1003 /* Define to 1 if you have the <ucontext.h> header file. */
1004 #undef HAVE_UCONTEXT_H
1006 /* Define to 1 if you have the `uname' function. */
1007 #undef HAVE_UNAME
1009 /* Define to 1 if you have the <unistd.h> header file. */
1010 #undef HAVE_UNISTD_H
1012 /* Define if you have the unsigned long long type. */
1013 #undef HAVE_UNSIGNED_LONG_LONG
1015 /* Define to 1 if you have the `utime' function. */
1016 #undef HAVE_UTIME
1018 /* Define if utimes accepts a null argument */
1019 #undef HAVE_UTIMES_NULL
1021 /* Define to 1 if you have the <utime.h> header file. */
1022 #undef HAVE_UTIME_H
1024 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1025 #undef HAVE_UTIME_NULL
1027 /* Define to 1 if you have the `utmpname' function. */
1028 #undef HAVE_UTMPNAME
1030 /* Define to 1 if you have the `utmpxname' function. */
1031 #undef HAVE_UTMPXNAME
1033 /* FIXME */
1034 #undef HAVE_UTMPX_H
1036 /* Define to 1 if you have the <utmp.h> header file. */
1037 #undef HAVE_UTMP_H
1039 /* FIXME */
1040 #undef HAVE_UT_HOST
1042 /* Define to 1 if you have the <values.h> header file. */
1043 #undef HAVE_VALUES_H
1045 /* Define to 1 if you have the `vprintf' function. */
1046 #undef HAVE_VPRINTF
1048 /* Define to 1 if you have the <wchar.h> header file. */
1049 #undef HAVE_WCHAR_H
1051 /* Define to 1 if you have the `wcrtomb' function. */
1052 #undef HAVE_WCRTOMB
1054 /* Define to 1 if you have the <wctype.h> header file. */
1055 #undef HAVE_WCTYPE_H
1057 /* Define to 1 if you have the `wcwidth' function. */
1058 #undef HAVE_WCWIDTH
1060 /* Define to 1 if you have the `wmempcpy' function. */
1061 #undef HAVE_WMEMPCPY
1063 /* Define to 1 if extending the stack slightly past the limit causes a
1064    SIGSEGV, and an alternate stack can be established with sigaltstack, and
1065    the signal handler is passed a context that specifies the run time stack.
1066    This behavior is defined by POSIX 1003.1-2001 with the X/Open System
1067    Interface (XSI) option and is a standardized way to implement a SEGV-based
1068    stack overflow detection heuristic. */
1069 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
1071 /* Define to 1 if you have the `__fpending' function. */
1072 #undef HAVE___FPENDING
1074 /* Define to 1 if you have the `__secure_getenv' function. */
1075 #undef HAVE___SECURE_GETENV
1077 /* The host operating system. */
1078 #undef HOST_OPERATING_SYSTEM
1080 /* Define as const if the declaration of iconv() needs const. */
1081 #undef ICONV_CONST
1083 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1084 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1085 #else
1086 # define ISSLASH(C) ((C) == '/')
1087 #endif
1089 /* Define if `link(2)' dereferences symbolic links. */
1090 #undef LINK_FOLLOWS_SYMLINKS
1092 /* FIXME */
1093 #undef LOCALTIME_CACHE
1095 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1096    slash. */
1097 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1099 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1100    */
1101 #undef MAJOR_IN_MKDEV
1103 /* Define to 1 if `major', `minor', and `makedev' are declared in
1104    <sysmacros.h>. */
1105 #undef MAJOR_IN_SYSMACROS
1107 /* Define if there is no specific function for reading the list of mounted
1108    filesystems. fread will be used to read /etc/mnttab. (SVR2) */
1109 #undef MOUNTED_FREAD
1111 /* Define if (like SVR2) there is no specific function for reading the list of
1112    mounted filesystems, and your system has these header files: <sys/fstyp.h>
1113    and <sys/statfs.h>. (SVR3) */
1114 #undef MOUNTED_FREAD_FSTYP
1116 /* Define if there are functions named next_dev and fs_stat_dev for reading
1117    the list of mounted filesystems. (BeOS) */
1118 #undef MOUNTED_FS_STAT_DEV
1120 /* Define if there is a function named getfsstat for reading the list of
1121    mounted filesystems. (DEC Alpha running OSF/1) */
1122 #undef MOUNTED_GETFSSTAT
1124 /* Define if there is a function named getmnt for reading the list of mounted
1125    filesystems. (Ultrix) */
1126 #undef MOUNTED_GETMNT
1128 /* Define if there is a function named getmntent for reading the list of
1129    mounted filesystems, and that function takes a single argument. (4.3BSD,
1130    SunOS, HP-UX, Dynix, Irix) */
1131 #undef MOUNTED_GETMNTENT1
1133 /* Define if there is a function named getmntent for reading the list of
1134    mounted filesystems, and that function takes two arguments. (SVR4) */
1135 #undef MOUNTED_GETMNTENT2
1137 /* Define if there is a function named getmntinfo for reading the list of
1138    mounted filesystems. (4.4BSD, Darwin) */
1139 #undef MOUNTED_GETMNTINFO
1141 /* Define if there is a function named listmntent that can be used to list all
1142    mounted filesystems. (UNICOS) */
1143 #undef MOUNTED_LISTMNTENT
1145 /* Define if there is a function named mntctl that can be used to read the
1146    list of mounted filesystems, and there is a system header file that
1147    declares `struct vmount.' (AIX) */
1148 #undef MOUNTED_VMOUNT
1150 /* Define to 1 if assertions should be disabled. */
1151 #undef NDEBUG
1153 /* FIXME */
1154 #undef NICE_PRIORITY
1156 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1157    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1158 #undef NLIST_NAME_UNION
1160 /* Name of package */
1161 #undef PACKAGE
1163 /* Define to the address where bug reports for this package should be sent. */
1164 #undef PACKAGE_BUGREPORT
1166 /* Define to the full name of this package. */
1167 #undef PACKAGE_NAME
1169 /* Define to the full name and version of this package. */
1170 #undef PACKAGE_STRING
1172 /* Define to the one symbol short name of this package. */
1173 #undef PACKAGE_TARNAME
1175 /* Define to the version of this package. */
1176 #undef PACKAGE_VERSION
1178 /* the number of pending output bytes on stream `fp' */
1179 #undef PENDING_OUTPUT_N_BYTES
1181 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1182 #undef PRI_MACROS_BROKEN
1184 /* Define to 1 if the C compiler supports function prototypes. */
1185 #undef PROTOTYPES
1187 /* Define if rename does not work for source paths with a trailing slash, like
1188    the one from SunOS 4.1.1_U1. */
1189 #undef RENAME_TRAILING_SLASH_BUG
1191 /* Define as the return type of signal handlers (`int' or `void'). */
1192 #undef RETSIGTYPE
1194 /* the value to which errno is set when rmdir fails on a nonempty directory */
1195 #undef RMDIR_ERRNO_NOT_EMPTY
1197 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1198    second argument and the buffer pointer as the third, as on System V before
1199    release 3. */
1200 #undef SETVBUF_REVERSED
1202 /* If using the C implementation of alloca, define if you know the
1203    direction of stack growth for your system; otherwise it will be
1204    automatically deduced at run-time.
1205         STACK_DIRECTION > 0 => grows toward higher addresses
1206         STACK_DIRECTION < 0 => grows toward lower addresses
1207         STACK_DIRECTION = 0 => direction of growth unknown */
1208 #undef STACK_DIRECTION
1210 /* Define if the block counts reported by statfs may be truncated to 2GB and
1211    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1212    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1213    affected.) */
1214 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1216 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1217 #undef STAT_MACROS_BROKEN
1219 /* Define if there is no specific function for reading filesystems usage
1220    information and you have the <sys/filsys.h> header file. (SVR2) */
1221 #undef STAT_READ_FILSYS
1223 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1224    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1225 #undef STAT_STATFS2_BSIZE
1227 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1228    (4.4BSD, NetBSD) */
1229 #undef STAT_STATFS2_FSIZE
1231 /* Define if statfs takes 2 args and the second argument has type struct
1232    fs_data. (Ultrix) */
1233 #undef STAT_STATFS2_FS_DATA
1235 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1236 #undef STAT_STATFS3_OSF1
1238 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1239 #undef STAT_STATFS4
1241 /* Define if there is a function named statvfs. (SVR4) */
1242 #undef STAT_STATVFS
1244 /* Define to 1 if you have the ANSI C header files. */
1245 #undef STDC_HEADERS
1247 /* Define to 1 if strerror_r returns char *. */
1248 #undef STRERROR_R_CHAR_P
1250 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1251    */
1252 #undef ST_MTIM_NSEC
1254 /* Define to 1 on System V Release 4. */
1255 #undef SVR4
1257 /* FIXME */
1258 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1260 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1261 #undef TIME_WITH_SYS_TIME
1263 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1264 #undef TM_IN_SYS_TIME
1266 /* Define to 1 for Encore UMAX. */
1267 #undef UMAX
1269 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1270    <sys/cpustats.h>. */
1271 #undef UMAX4_3
1273 /* Version number of package */
1274 #undef VERSION
1276 /* Define if sys/ptem.h is required for struct winsize. */
1277 #undef WINSIZE_IN_PTEM
1279 /* Define to 1 if your processor stores words with the most significant byte
1280    first (like Motorola and SPARC, unlike Intel and VAX). */
1281 #undef WORDS_BIGENDIAN
1283 /* Define to 1 if on AIX 3.
1284    System headers sometimes define this.
1285    We just want to avoid a redefinition error message.  */
1286 #ifndef _ALL_SOURCE
1287 # undef _ALL_SOURCE
1288 #endif
1290 /* Number of bits in a file offset, on hosts where this is settable. */
1291 #undef _FILE_OFFSET_BITS
1293 /* Enable GNU extensions on systems that have them.  */
1294 #ifndef _GNU_SOURCE
1295 # undef _GNU_SOURCE
1296 #endif
1298 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1299 #undef _LARGEFILE_SOURCE
1301 /* Define for large files, on AIX-style hosts. */
1302 #undef _LARGE_FILES
1304 /* Define to 1 if on MINIX. */
1305 #undef _MINIX
1307 /* Define to 2 if the system does not provide POSIX.1 features except with
1308    this defined. */
1309 #undef _POSIX_1_SOURCE
1311 /* Define to 1 if you need to in order for `stat' and other things to work. */
1312 #undef _POSIX_SOURCE
1314 /* Define like PROTOTYPES; this can be used by system headers. */
1315 #undef __PROTOTYPES
1317 /* Define to rpl_chown if the replacement function should be used. */
1318 #undef chown
1320 /* Define to empty if `const' does not conform to ANSI C. */
1321 #undef const
1323 /* Define to rpl_fnmatch if the replacement function should be used. */
1324 #undef fnmatch
1326 /* Define as rpl_getgroups if getgroups doesn't work right. */
1327 #undef getgroups
1329 /* Define to rpl_gettimeofday if the replacement function should be used. */
1330 #undef gettimeofday
1332 /* Define to `int' if <sys/types.h> doesn't define. */
1333 #undef gid_t
1335 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
1336    if it is not supported. */
1337 #undef inline
1339 /* Define to `unsigned long' if <sys/types.h> does not define. */
1340 #undef ino_t
1342 /* Define to widest signed type if <inttypes.h> doesn't define. */
1343 #undef intmax_t
1345 /* Define to rpl_localtime if the replacement function should be used. */
1346 #undef localtime
1348 /* Define to `unsigned int' if <sys/types.h> does not define. */
1349 #undef major_t
1351 /* Define to rpl_malloc if the replacement function should be used. */
1352 #undef malloc
1354 /* Define to a type if <wchar.h> does not define. */
1355 #undef mbstate_t
1357 /* Define to rpl_memcmp if the replacement function should be used. */
1358 #undef memcmp
1360 /* Define to `unsigned int' if <sys/types.h> does not define. */
1361 #undef minor_t
1363 /* Define to rpl_mkdir if the replacement function should be used. */
1364 #undef mkdir
1366 /* Define to rpl_mkstemp if the replacement function should be used. */
1367 #undef mkstemp
1369 /* Define to rpl_mktime if the replacement function should be used. */
1370 #undef mktime
1372 /* Define to `int' if <sys/types.h> does not define. */
1373 #undef mode_t
1375 /* Define to the name of the strftime replacement function. */
1376 #undef my_strftime
1378 /* Define to rpl_nanosleep if the replacement function should be used. */
1379 #undef nanosleep
1381 /* Define to `long' if <sys/types.h> does not define. */
1382 #undef off_t
1384 /* Define to `int' if <sys/types.h> does not define. */
1385 #undef pid_t
1387 /* Define to rpl_putenv if the replacement function should be used. */
1388 #undef putenv
1390 /* Define to rpl_realloc if the replacement function should be used. */
1391 #undef realloc
1393 /* Define to `unsigned' if <sys/types.h> does not define. */
1394 #undef size_t
1396 /* Define to `int' if <sys/types.h> does not define. */
1397 #undef ssize_t
1399 /* Define to `int' if <sys/types.h> doesn't define. */
1400 #undef uid_t
1402 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
1403 #undef uintmax_t
1405 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1406    code using `volatile' can become incorrect without. Disable with care. */
1407 #undef volatile