1 /* config.hin. Generated from configure.ac by autoheader. */
3 /* Define if you have the Andrew File System. */
6 /* Define to the function xargmatch calls on failures. */
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'. */
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.
18 #undef CRAY_STACKSEG_END
20 /* Define to 1 if using `alloca.c'. */
23 /* Define to 1 if using `getloadavg.c'. */
26 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
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)
35 # define DIR_TO_FD(Dir_p) -1
40 /* Define if there is a member named d_ino in the struct describing directory
42 #undef D_INO_IN_DIRENT
44 /* Define to 1 if translation of program messages to the user's native
45 language is requested. */
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
51 #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
53 /* Define if the backslash character may also serve as a file name component
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)
61 # define FILESYSTEM_PREFIX_LEN(Filename) 0
64 /* Define to the type of elements in the array set by `getgroups'. Usually
65 this is either `int' or `gid_t'. */
68 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
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. */
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. */
87 /* Define to 1 if you have the `alarm' function. */
90 /* Define to 1 if you have `alloca', as a function or macro. */
93 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
97 /* Define to 1 if you have the <arpa/inet.h> header file. */
98 #undef HAVE_ARPA_INET_H
100 /* Define to 1 if you have the `atexit' function. */
103 /* Define to 1 if you have the `bcopy' function. */
106 /* Define to 1 if you have the <bp-sym.h> header file. */
109 /* Define to 1 if you have the `btowc' function. */
112 /* Define to 1 if you have the `bzero' function. */
115 /* Define to 1 if you have the `canonicalize_file_name' function. */
116 #undef HAVE_CANONICALIZE_FILE_NAME
118 /* Define to 1 if you have the `chroot' function. */
121 /* Define to 1 if you have the `chsize' function. */
124 /* Define to 1 if you have the `clearerr_unlocked' function. */
125 #undef HAVE_CLEARERR_UNLOCKED
127 /* Define to 1 if you have the `clock_gettime' function. */
128 #undef HAVE_CLOCK_GETTIME
130 /* Define to 1 if you have the `clock_settime' function. */
131 #undef HAVE_CLOCK_SETTIME
133 /* Define if backslash-a works in C strings. */
134 #undef HAVE_C_BACKSLASH_A
139 /* Define if the GNU dcgettext() function is already present or preinstalled.
141 #undef HAVE_DCGETTEXT
143 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
145 #undef HAVE_DECL_CLEARERR_UNLOCKED
147 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
149 #undef HAVE_DECL_DIRFD
151 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
153 #undef HAVE_DECL_FEOF_UNLOCKED
155 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
157 #undef HAVE_DECL_FERROR_UNLOCKED
159 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
161 #undef HAVE_DECL_FFLUSH_UNLOCKED
163 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
165 #undef HAVE_DECL_FGETS_UNLOCKED
167 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
169 #undef HAVE_DECL_FPUTC_UNLOCKED
171 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
173 #undef HAVE_DECL_FPUTS_UNLOCKED
175 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
177 #undef HAVE_DECL_FREAD_UNLOCKED
179 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
181 #undef HAVE_DECL_FREE
183 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
185 #undef HAVE_DECL_FWRITE_UNLOCKED
187 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
189 #undef HAVE_DECL_GETCHAR_UNLOCKED
191 /* Define to 1 if you have the declaration of `getcontext', and to 0 if you
193 #undef HAVE_DECL_GETCONTEXT
195 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
197 #undef HAVE_DECL_GETC_UNLOCKED
199 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
201 #undef HAVE_DECL_GETENV
203 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
205 #undef HAVE_DECL_GETEUID
207 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
209 #undef HAVE_DECL_GETGRGID
211 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
213 #undef HAVE_DECL_GETLOGIN
215 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
217 #undef HAVE_DECL_GETPWUID
219 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
221 #undef HAVE_DECL_GETUID
223 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
225 #undef HAVE_DECL_GETUTENT
227 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
229 #undef HAVE_DECL_LSEEK
231 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
233 #undef HAVE_DECL_MALLOC
235 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
237 #undef HAVE_DECL_MEMCHR
239 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
241 #undef HAVE_DECL_MEMRCHR
243 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
245 #undef HAVE_DECL_NANOSLEEP
247 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
249 #undef HAVE_DECL_PUTCHAR_UNLOCKED
251 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
253 #undef HAVE_DECL_PUTC_UNLOCKED
255 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
257 #undef HAVE_DECL_REALLOC
259 /* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
261 #undef HAVE_DECL_SIGALTSTACK
263 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
265 #undef HAVE_DECL_STPCPY
267 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
269 #undef HAVE_DECL_STRERROR
271 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
273 #undef HAVE_DECL_STRERROR_R
275 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
277 #undef HAVE_DECL_STRNDUP
279 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
281 #undef HAVE_DECL_STRNLEN
283 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
285 #undef HAVE_DECL_STRSIGNAL
287 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
289 #undef HAVE_DECL_STRSTR
291 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
293 #undef HAVE_DECL_STRTOIMAX
295 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
297 #undef HAVE_DECL_STRTOL
299 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
301 #undef HAVE_DECL_STRTOLL
303 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
305 #undef HAVE_DECL_STRTOUL
307 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
309 #undef HAVE_DECL_STRTOULL
311 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
313 #undef HAVE_DECL_STRTOUMAX
315 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
317 #undef HAVE_DECL_SYS_SIGLIST
319 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
321 #undef HAVE_DECL_TTYNAME
323 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
325 #undef HAVE_DECL_WCWIDTH
327 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
329 #undef HAVE_DECL__SYS_SIGLIST
331 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
333 #undef HAVE_DECL___FPENDING
335 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
339 /* Define to 1 if you have the `dirfd' function. */
342 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
345 /* Define to 1 if you have the `dup2' function. */
348 /* Define to 1 if you have the `endgrent' function. */
351 /* Define to 1 if you have the `endpwent' function. */
354 /* Define to 1 if you have the <errno.h> header file. */
357 /* Define to 1 if you have the `euidaccess' function. */
358 #undef HAVE_EUIDACCESS
360 /* Define to 1 if you have the `fchdir' function. */
363 /* Define to 1 if you have the <fcntl.h> header file. */
366 /* Define to 1 if you have the `fdatasync' function. */
367 #undef HAVE_FDATASYNC
369 /* Define to 1 if you have the `feof_unlocked' function. */
370 #undef HAVE_FEOF_UNLOCKED
372 /* Define to 1 if you have the `ferror_unlocked' function. */
373 #undef HAVE_FERROR_UNLOCKED
375 /* Define to 1 if you have the `fesetround' function. */
376 #undef HAVE_FESETROUND
378 /* Define to 1 if you have the `fflush_unlocked' function. */
379 #undef HAVE_FFLUSH_UNLOCKED
381 /* Define to 1 if you have the `fgets_unlocked' function. */
382 #undef HAVE_FGETS_UNLOCKED
384 /* Define to 1 if you have the <float.h> header file. */
387 /* Define to 1 if you have the `floor' function. */
390 /* Define to 1 if you have the `fputc_unlocked' function. */
391 #undef HAVE_FPUTC_UNLOCKED
393 /* Define to 1 if you have the `fputs_unlocked' function. */
394 #undef HAVE_FPUTS_UNLOCKED
396 /* Define to 1 if you have the `fread_unlocked' function. */
397 #undef HAVE_FREAD_UNLOCKED
399 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
402 /* Define to 1 if you have the <fs_info.h> header file. */
403 #undef HAVE_FS_INFO_H
405 /* Define to 1 if you have the `fs_stat_dev' function. */
406 #undef HAVE_FS_STAT_DEV
408 /* Define to 1 if you have the `ftime' function. */
411 /* Define to 1 if you have the `ftruncate' function. */
412 #undef HAVE_FTRUNCATE
414 /* Define to 1 if you have the `fwrite_unlocked' function. */
415 #undef HAVE_FWRITE_UNLOCKED
417 /* Define if struct statfs has the f_fstypename member. */
418 #undef HAVE_F_FSTYPENAME_IN_STATFS
420 /* Define to 1 if you have the `getchar_unlocked' function. */
421 #undef HAVE_GETCHAR_UNLOCKED
423 /* Define to 1 if you have the `getcontext' function. */
424 #undef HAVE_GETCONTEXT
426 /* Define to 1 if you have the `getcwd' function. */
429 /* Define if getcwd (NULL, 0) allocates memory for result. */
430 #undef HAVE_GETCWD_NULL
432 /* Define to 1 if you have the `getc_unlocked' function. */
433 #undef HAVE_GETC_UNLOCKED
435 /* Define to 1 if you have the `getdelim' function. */
438 /* Define to 1 if your system has a working `getgroups' function. */
439 #undef HAVE_GETGROUPS
441 /* Define to 1 if you have the `gethostbyaddr' function. */
442 #undef HAVE_GETHOSTBYADDR
444 /* Define to 1 if you have the `gethostbyname' function. */
445 #undef HAVE_GETHOSTBYNAME
447 /* Define to 1 if you have the `gethostid' function. */
448 #undef HAVE_GETHOSTID
450 /* Define to 1 if you have the `gethostname' function. */
451 #undef HAVE_GETHOSTNAME
453 /* Define to 1 if you have the `gethrtime' function. */
454 #undef HAVE_GETHRTIME
456 /* Define to 1 if you have the `getloadavg' function. */
457 #undef HAVE_GETLOADAVG
459 /* Define to 1 if you have the `getmntent' function. */
460 #undef HAVE_GETMNTENT
462 /* Define to 1 if you have the `getmntinfo' function. */
463 #undef HAVE_GETMNTINFO
465 /* Define to 1 if you have the `getpagesize' function. */
466 #undef HAVE_GETPAGESIZE
468 /* Define to 1 if you have the `getpass' function. */
471 /* Define to 1 if you have the `getspnam' function. */
474 /* Define if the GNU gettext() function is already present or preinstalled. */
477 /* Define to 1 if you have the `gettimeofday' function. */
478 #undef HAVE_GETTIMEOFDAY
480 /* Define to 1 if you have the `getusershell' function. */
481 #undef HAVE_GETUSERSHELL
483 /* Define to 1 if you have the <grp.h> header file. */
486 /* Define to 1 if you have the `hasmntopt' function. */
487 #undef HAVE_HASMNTOPT
489 /* Define to 1 if you have the <hurd.h> header file. */
492 /* Define if you have the iconv() function. */
495 /* Define to 1 if you have the `inet_ntoa' function. */
496 #undef HAVE_INET_NTOA
498 /* Define to 1 if you have the `initgroups' function. */
499 #undef HAVE_INITGROUPS
501 /* Define to 1 if you have the <inttypes.h> header file. */
502 #undef HAVE_INTTYPES_H
504 /* Define to 1 if you have the `isascii' function. */
507 /* Define to 1 if you have the `iswcntrl' function. */
510 /* Define to 1 if you have the `iswprint' function. */
513 /* Define to 1 if you have the `iswspace' function. */
516 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
517 #undef HAVE_LANGINFO_CODESET
519 /* Define to 1 if you have the `lchown' function. */
522 /* Define to 1 if you have the `dgc' library (-ldgc). */
525 /* Define to 1 if you have the <libintl.h> header file. */
526 #undef HAVE_LIBINTL_H
528 /* Define to 1 if you have the `kstat' library (-lkstat). */
531 /* Define to 1 if you have the `ldgc' library (-lldgc). */
534 /* Define to 1 if you have the `os' library (-los). */
537 /* Define to 1 if you have the `ypsec' library (-lypsec). */
540 /* Define to 1 if you have the <limits.h> header file. */
543 /* Define to 1 if you have the `listmntent' function. */
544 #undef HAVE_LISTMNTENT
546 /* Define to 1 if you have the `localeconv' function. */
547 #undef HAVE_LOCALECONV
549 /* Define to 1 if you have the <locale.h> header file. */
552 /* Define to 1 if you have the `localtime_r' function. */
553 #undef HAVE_LOCALTIME_R
555 /* Define to 1 if long double works and has more range or precision than
557 #undef HAVE_LONG_DOUBLE
559 /* Define to 1 if you support file names longer than 14 characters. */
560 #undef HAVE_LONG_FILE_NAMES
562 /* Define if you have the long long type. */
563 #undef HAVE_LONG_LONG
565 /* Define if lstat has the bug that it succeeds when given the zero-length
566 file name argument. The lstat from SunOS4.1.4 and the Hurd as of
567 1998-11-01) do this. */
568 #undef HAVE_LSTAT_EMPTY_STRING_BUG
570 /* Define to 1 if you have the <mach/mach.h> header file. */
571 #undef HAVE_MACH_MACH_H
573 /* Define to 1 if your system has a working `malloc' function, and to 0
577 /* Define to 1 if you have the `mblen' function. */
580 /* Define to 1 if you have the `mbrlen' function. */
583 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
586 /* Define to 1 if you have the `mbsinit' function. */
589 /* Define to 1 if you have the `mbsrtowcs' function. */
590 #undef HAVE_MBSRTOWCS
592 /* Define to 1 if <wchar.h> declares mbstate_t. */
593 #undef HAVE_MBSTATE_T
595 /* Define to 1 if you have the `memchr' function. */
598 /* Define to 1 if you have the `memcmp' function. */
601 /* Define to 1 if you have the `memcpy' function. */
604 /* Define to 1 if you have the `memmove' function. */
607 /* Define to 1 if you have the <memory.h> header file. */
610 /* Define to 1 if you have the `mempcpy' function. */
613 /* Define to 1 if you have the `memrchr' function. */
616 /* Define to 1 if you have the `memset' function. */
619 /* Define to 1 if you have the `mkfifo' function. */
622 /* Define to 1 if you have the `mkstemp' function. */
625 /* Define to 1 if you have the <mntent.h> header file. */
628 /* Define to 1 if you have the <mnttab.h> header file. */
631 /* Define to 1 if you have the `modf' function. */
634 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
637 /* Define to 1 if you have the <netdb.h> header file. */
640 /* Define to 1 if you have the <netinet/in.h> header file. */
641 #undef HAVE_NETINET_IN_H
643 /* Define to 1 if you have the `next_dev' function. */
646 /* Define to 1 if you have the <nlist.h> header file. */
649 /* Define to 1 if libc includes obstacks. */
652 /* Define to 1 if you have the <OS.h> header file. */
655 /* Define to 1 if you have the `pathconf' function. */
658 /* Define to 1 if you have the <paths.h> header file. */
661 /* Define if your system has the /proc/uptime special file. */
662 #undef HAVE_PROC_UPTIME
664 /* Define to 1 if you have the `pstat_getdynamic' function. */
665 #undef HAVE_PSTAT_GETDYNAMIC
667 /* Define to 1 if you have the `pstat_getstatic' function. */
668 #undef HAVE_PSTAT_GETSTATIC
670 /* Define to 1 if you have the `putchar_unlocked' function. */
671 #undef HAVE_PUTCHAR_UNLOCKED
673 /* Define to 1 if you have the `putc_unlocked' function. */
674 #undef HAVE_PUTC_UNLOCKED
676 /* Define to 1 if you have the <pwd.h> header file. */
679 /* Define to 1 if your system has a working `realloc' function, and to 0
683 /* Define to 1 if you have the `realpath' function. */
686 /* Define to 1 if you have the `resolvepath' function. */
687 #undef HAVE_RESOLVEPATH
689 /* Define to 1 if you have the `rint' function. */
692 /* Define to 1 if you have the `rmdir' function. */
695 /* Define to 1 if you have the `rpmatch' function. */
698 /* Define to 1 if you have the `sethostname' function. */
699 #undef HAVE_SETHOSTNAME
701 /* Define to 1 if you have the `setlocale' function. */
702 #undef HAVE_SETLOCALE
704 /* Define to 1 if you have the <shadow.h> header file. */
707 /* Define to 1 if you have the `sig2str' function. */
710 /* Define to 1 if you have the `sigaltstack' function. */
711 #undef HAVE_SIGALTSTACK
713 /* Define to 1 if you have the `sqrt' function. */
716 /* Define to 1 if the system has the type `stack_t'. */
719 /* Define to 1 if you have the `statvfs' function. */
722 /* Define if stat has the bug that it succeeds when given the zero-length file
723 name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
725 #undef HAVE_STAT_EMPTY_STRING_BUG
727 /* Define to 1 if stdbool.h conforms to C99. */
728 #undef HAVE_STDBOOL_H
730 /* Define to 1 if you have the <stddef.h> header file. */
733 /* Define to 1 if you have the <stdint.h> header file. */
736 /* Define to 1 if you have the <stdio_ext.h> header file. */
737 #undef HAVE_STDIO_EXT_H
739 /* Define to 1 if you have the <stdlib.h> header file. */
742 /* Define to 1 if you have the `stpcpy' function. */
745 /* Define to 1 if you have the `strcasecmp' function. */
746 #undef HAVE_STRCASECMP
748 /* Define to 1 if you have the `strchr' function. */
751 /* Define to 1 if you have the `strcspn' function. */
754 /* Define to 1 if you have the `strdup' function. */
757 /* Define to 1 if you have the `strerror' function. */
760 /* Define to 1 if you have the `strerror_r' function. */
761 #undef HAVE_STRERROR_R
763 /* Define to 1 if you have the `strftime' function. */
766 /* Define to 1 if you have the <strings.h> header file. */
767 #undef HAVE_STRINGS_H
769 /* Define to 1 if you have the <string.h> header file. */
772 /* Define to 1 if you have the `strncasecmp' function. */
773 #undef HAVE_STRNCASECMP
775 /* Define to 1 if you have the `strndup' function. */
778 /* Define to 1 if you have the `strpbrk' function. */
781 /* Define to 1 if you have the `strrchr' function. */
784 /* Define to 1 if you have the `strstr' function. */
787 /* Define to 1 if you have the `strtoimax' function. */
788 #undef HAVE_STRTOIMAX
790 /* Define to 1 if you have the `strtol' function. */
793 /* Define to 1 if you have the `strtoll' function. */
796 /* Define to 1 if you have the `strtoul' function. */
799 /* Define to 1 if you have the `strtoull' function. */
802 /* Define to 1 if you have the `strtoumax' function. */
803 #undef HAVE_STRTOUMAX
805 /* Define if there is a member named d_type in the struct describing directory
807 #undef HAVE_STRUCT_DIRENT_D_TYPE
809 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
810 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
812 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
813 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
815 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
816 #undef HAVE_STRUCT_SPWD_SP_PWDP
818 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
819 #undef HAVE_STRUCT_STATFS_F_BASETYPE
821 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
822 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
824 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
825 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
827 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
828 #undef HAVE_STRUCT_STATFS_F_NAMELEN
830 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
831 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
833 /* Define to 1 if `f_type' is member of `struct statfs'. */
834 #undef HAVE_STRUCT_STATFS_F_TYPE
836 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
837 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
839 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
840 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
842 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
843 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
845 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
846 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
848 /* Define to 1 if `f_type' is member of `struct statvfs'. */
849 #undef HAVE_STRUCT_STATVFS_F_TYPE
851 /* Define to 1 if `st_author' is member of `struct stat'. */
852 #undef HAVE_STRUCT_STAT_ST_AUTHOR
854 /* Define to 1 if `st_blksize' is member of `struct stat'. */
855 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
857 /* Define to 1 if `st_blocks' is member of `struct stat'. */
858 #undef HAVE_STRUCT_STAT_ST_BLOCKS
860 /* Define if struct timespec is declared in <time.h>. */
861 #undef HAVE_STRUCT_TIMESPEC
863 /* Define to 1 if `tm_zone' is member of `struct tm'. */
864 #undef HAVE_STRUCT_TM_TM_ZONE
866 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
867 have utime.h but don't declare the struct anywhere. */
868 #undef HAVE_STRUCT_UTIMBUF
870 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
871 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
873 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
874 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
876 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
877 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
879 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
880 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
882 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
883 #undef HAVE_STRUCT_UTMPX_UT_ID
885 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
886 #undef HAVE_STRUCT_UTMPX_UT_NAME
888 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
889 #undef HAVE_STRUCT_UTMPX_UT_PID
891 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
892 #undef HAVE_STRUCT_UTMPX_UT_TYPE
894 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
895 #undef HAVE_STRUCT_UTMPX_UT_USER
897 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
898 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
900 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
901 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
903 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
904 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
906 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
907 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
909 /* Define to 1 if `ut_id' is member of `struct utmp'. */
910 #undef HAVE_STRUCT_UTMP_UT_ID
912 /* Define to 1 if `ut_name' is member of `struct utmp'. */
913 #undef HAVE_STRUCT_UTMP_UT_NAME
915 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
916 #undef HAVE_STRUCT_UTMP_UT_PID
918 /* Define to 1 if `ut_type' is member of `struct utmp'. */
919 #undef HAVE_STRUCT_UTMP_UT_TYPE
921 /* Define to 1 if `ut_user' is member of `struct utmp'. */
922 #undef HAVE_STRUCT_UTMP_UT_USER
924 /* Define to 1 if you have the `strverscmp' function. */
925 #undef HAVE_STRVERSCMP
927 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
928 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
929 #undef HAVE_ST_BLOCKS
931 /* Define if struct stat has an st_dm_mode member. */
932 #undef HAVE_ST_DM_MODE
934 /* Define to 1 if you have the `sysctl' function. */
937 /* Define to 1 if you have the `sysinfo' function. */
943 /* Define to 1 if you have the <syslog.h> header file. */
946 /* Define to 1 if you have the <sys/acl.h> header file. */
947 #undef HAVE_SYS_ACL_H
949 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
951 #undef HAVE_SYS_DIR_H
953 /* Define to 1 if you have the <sys/filsys.h> header file. */
954 #undef HAVE_SYS_FILSYS_H
956 /* Define to 1 if you have the <sys/fstyp.h> header file. */
957 #undef HAVE_SYS_FSTYP_H
959 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
960 #undef HAVE_SYS_FS_S5PARAM_H
962 /* Define to 1 if you have the <sys/fs_types.h> header file. */
963 #undef HAVE_SYS_FS_TYPES_H
965 /* Define to 1 if you have the <sys/ioctl.h> header file. */
966 #undef HAVE_SYS_IOCTL_H
968 /* Define to 1 if you have the <sys/mntent.h> header file. */
969 #undef HAVE_SYS_MNTENT_H
971 /* Define to 1 if you have the <sys/mount.h> header file. */
972 #undef HAVE_SYS_MOUNT_H
974 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
976 #undef HAVE_SYS_NDIR_H
978 /* Define to 1 if you have the <sys/param.h> header file. */
979 #undef HAVE_SYS_PARAM_H
981 /* Define to 1 if you have the <sys/pstat.h> header file. */
982 #undef HAVE_SYS_PSTAT_H
984 /* Define to 1 if you have the <sys/resource.h> header file. */
985 #undef HAVE_SYS_RESOURCE_H
987 /* Define to 1 if you have the <sys/socket.h> header file. */
988 #undef HAVE_SYS_SOCKET_H
990 /* Define to 1 if you have the <sys/statfs.h> header file. */
991 #undef HAVE_SYS_STATFS_H
993 /* Define to 1 if you have the <sys/statvfs.h> header file. */
994 #undef HAVE_SYS_STATVFS_H
996 /* Define to 1 if you have the <sys/stat.h> header file. */
997 #undef HAVE_SYS_STAT_H
999 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1000 #undef HAVE_SYS_SYSCTL_H
1002 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1003 #undef HAVE_SYS_SYSMACROS_H
1005 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1006 #undef HAVE_SYS_SYSTEMINFO_H
1008 /* Define to 1 if you have the <sys/timeb.h> header file. */
1009 #undef HAVE_SYS_TIMEB_H
1011 /* Define to 1 if you have the <sys/time.h> header file. */
1012 #undef HAVE_SYS_TIME_H
1014 /* Define to 1 if you have the <sys/types.h> header file. */
1015 #undef HAVE_SYS_TYPES_H
1017 /* Define to 1 if you have the <sys/ucred.h> header file. */
1018 #undef HAVE_SYS_UCRED_H
1020 /* Define to 1 if you have the <sys/vfs.h> header file. */
1021 #undef HAVE_SYS_VFS_H
1023 /* Define to 1 if you have the <sys/wait.h> header file. */
1024 #undef HAVE_SYS_WAIT_H
1026 /* Define to 1 if you have the <termios.h> header file. */
1027 #undef HAVE_TERMIOS_H
1029 /* Define if struct tm has the tm_gmtoff member. */
1030 #undef HAVE_TM_GMTOFF
1032 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1033 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1036 /* Define to 1 if you don't have `tm_zone' but do have the external array
1040 /* Define to 1 if you have the `tzset' function. */
1043 /* Define to 1 if you have the <ucontext.h> header file. */
1044 #undef HAVE_UCONTEXT_H
1046 /* Define to 1 if you have the `uname' function. */
1049 /* Define to 1 if you have the <unistd.h> header file. */
1050 #undef HAVE_UNISTD_H
1052 /* Define if you have the unsigned long long type. */
1053 #undef HAVE_UNSIGNED_LONG_LONG
1055 /* Define to 1 if you have the `utime' function. */
1058 /* Define if utimes accepts a null argument */
1059 #undef HAVE_UTIMES_NULL
1061 /* Define to 1 if you have the <utime.h> header file. */
1064 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1065 #undef HAVE_UTIME_NULL
1067 /* Define to 1 if you have the `utmpname' function. */
1068 #undef HAVE_UTMPNAME
1070 /* Define to 1 if you have the `utmpxname' function. */
1071 #undef HAVE_UTMPXNAME
1076 /* Define to 1 if you have the <utmp.h> header file. */
1082 /* Define to 1 if you have the <values.h> header file. */
1083 #undef HAVE_VALUES_H
1085 /* Define to 1 if you have the `vprintf' function. */
1088 /* Define to 1 if you have the <wchar.h> header file. */
1091 /* Define to 1 if you have the `wcrtomb' function. */
1094 /* Define to 1 if you have the <wctype.h> header file. */
1095 #undef HAVE_WCTYPE_H
1097 /* Define to 1 if you have the `wcwidth' function. */
1100 /* Define to 1 if you have the `wmempcpy' function. */
1101 #undef HAVE_WMEMPCPY
1103 /* Define to 1 if extending the stack slightly past the limit causes a
1104 SIGSEGV, and an alternate stack can be established with sigaltstack, and
1105 the signal handler is passed a context that specifies the run time stack.
1106 This behavior is defined by POSIX 1003.1-2001 with the X/Open System
1107 Interface (XSI) option and is a standardized way to implement a SEGV-based
1108 stack overflow detection heuristic. */
1109 #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
1111 /* Define to 1 if you have the `__fpending' function. */
1112 #undef HAVE___FPENDING
1114 /* Define to 1 if you have the `__secure_getenv' function. */
1115 #undef HAVE___SECURE_GETENV
1117 /* The host operating system. */
1118 #undef HOST_OPERATING_SYSTEM
1120 /* Define as const if the declaration of iconv() needs const. */
1123 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1124 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1126 # define ISSLASH(C) ((C) == '/')
1129 /* Define if `link(2)' dereferences symbolic links. */
1130 #undef LINK_FOLLOWS_SYMLINKS
1133 #undef LOCALTIME_CACHE
1135 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1137 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1139 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1141 #undef MAJOR_IN_MKDEV
1143 /* Define to 1 if `major', `minor', and `makedev' are declared in
1145 #undef MAJOR_IN_SYSMACROS
1147 /* Define if there is no specific function for reading the list of mounted
1148 filesystems. fread will be used to read /etc/mnttab. (SVR2) */
1149 #undef MOUNTED_FREAD
1151 /* Define if (like SVR2) there is no specific function for reading the list of
1152 mounted filesystems, and your system has these header files: <sys/fstyp.h>
1153 and <sys/statfs.h>. (SVR3) */
1154 #undef MOUNTED_FREAD_FSTYP
1156 /* Define if there are functions named next_dev and fs_stat_dev for reading
1157 the list of mounted filesystems. (BeOS) */
1158 #undef MOUNTED_FS_STAT_DEV
1160 /* Define if there is a function named getfsstat for reading the list of
1161 mounted filesystems. (DEC Alpha running OSF/1) */
1162 #undef MOUNTED_GETFSSTAT
1164 /* Define if there is a function named getmnt for reading the list of mounted
1165 filesystems. (Ultrix) */
1166 #undef MOUNTED_GETMNT
1168 /* Define if there is a function named getmntent for reading the list of
1169 mounted filesystems, and that function takes a single argument. (4.3BSD,
1170 SunOS, HP-UX, Dynix, Irix) */
1171 #undef MOUNTED_GETMNTENT1
1173 /* Define if there is a function named getmntent for reading the list of
1174 mounted filesystems, and that function takes two arguments. (SVR4) */
1175 #undef MOUNTED_GETMNTENT2
1177 /* Define if there is a function named getmntinfo for reading the list of
1178 mounted filesystems. (4.4BSD, Darwin) */
1179 #undef MOUNTED_GETMNTINFO
1181 /* Define if there is a function named listmntent that can be used to list all
1182 mounted filesystems. (UNICOS) */
1183 #undef MOUNTED_LISTMNTENT
1185 /* Define if there is a function named mntctl that can be used to read the
1186 list of mounted filesystems, and there is a system header file that
1187 declares `struct vmount.' (AIX) */
1188 #undef MOUNTED_VMOUNT
1190 /* Define to 1 if assertions should be disabled. */
1194 #undef NICE_PRIORITY
1196 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1197 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1198 #undef NLIST_NAME_UNION
1200 /* Name of package */
1203 /* Define to the address where bug reports for this package should be sent. */
1204 #undef PACKAGE_BUGREPORT
1206 /* Define to the full name of this package. */
1209 /* Define to the full name and version of this package. */
1210 #undef PACKAGE_STRING
1212 /* Define to the one symbol short name of this package. */
1213 #undef PACKAGE_TARNAME
1215 /* Define to the version of this package. */
1216 #undef PACKAGE_VERSION
1218 /* the number of pending output bytes on stream `fp' */
1219 #undef PENDING_OUTPUT_N_BYTES
1221 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1222 #undef PRI_MACROS_BROKEN
1224 /* Define to 1 if the C compiler supports function prototypes. */
1227 /* Define if rename does not work for source paths with a trailing slash, like
1228 the one from SunOS 4.1.1_U1. */
1229 #undef RENAME_TRAILING_SLASH_BUG
1231 /* Define as the return type of signal handlers (`int' or `void'). */
1234 /* the value to which errno is set when rmdir fails on a nonempty directory */
1235 #undef RMDIR_ERRNO_NOT_EMPTY
1237 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1238 second argument and the buffer pointer as the third, as on System V before
1240 #undef SETVBUF_REVERSED
1242 /* If using the C implementation of alloca, define if you know the
1243 direction of stack growth for your system; otherwise it will be
1244 automatically deduced at run-time.
1245 STACK_DIRECTION > 0 => grows toward higher addresses
1246 STACK_DIRECTION < 0 => grows toward lower addresses
1247 STACK_DIRECTION = 0 => direction of growth unknown */
1248 #undef STACK_DIRECTION
1250 /* Define if the block counts reported by statfs may be truncated to 2GB and
1251 the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1252 and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1254 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1256 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1257 #undef STAT_MACROS_BROKEN
1259 /* Define if there is no specific function for reading filesystems usage
1260 information and you have the <sys/filsys.h> header file. (SVR2) */
1261 #undef STAT_READ_FILSYS
1263 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1264 (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1265 #undef STAT_STATFS2_BSIZE
1267 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1269 #undef STAT_STATFS2_FSIZE
1271 /* Define if statfs takes 2 args and the second argument has type struct
1272 fs_data. (Ultrix) */
1273 #undef STAT_STATFS2_FS_DATA
1275 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1276 #undef STAT_STATFS3_OSF1
1278 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1281 /* Define if there is a function named statvfs. (SVR4) */
1284 /* Define to 1 if you have the ANSI C header files. */
1287 /* Define to 1 if strerror_r returns char *. */
1288 #undef STRERROR_R_CHAR_P
1290 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1294 /* Define to 1 on System V Release 4. */
1298 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1300 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1301 #undef TIME_WITH_SYS_TIME
1303 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1304 #undef TM_IN_SYS_TIME
1306 /* Define to 1 for Encore UMAX. */
1309 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1310 <sys/cpustats.h>. */
1313 /* Version number of package */
1316 /* Define if sys/ptem.h is required for struct winsize. */
1317 #undef WINSIZE_IN_PTEM
1319 /* Define to 1 if your processor stores words with the most significant byte
1320 first (like Motorola and SPARC, unlike Intel and VAX). */
1321 #undef WORDS_BIGENDIAN
1323 /* Define to 1 if on AIX 3.
1324 System headers sometimes define this.
1325 We just want to avoid a redefinition error message. */
1330 /* Number of bits in a file offset, on hosts where this is settable. */
1331 #undef _FILE_OFFSET_BITS
1333 /* Enable GNU extensions on systems that have them. */
1338 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1339 #undef _LARGEFILE_SOURCE
1341 /* Define for large files, on AIX-style hosts. */
1344 /* Define to 1 if on MINIX. */
1347 /* Define to 2 if the system does not provide POSIX.1 features except with
1349 #undef _POSIX_1_SOURCE
1351 /* Define to 1 if you need to in order for `stat' and other things to work. */
1352 #undef _POSIX_SOURCE
1354 /* Define like PROTOTYPES; this can be used by system headers. */
1357 /* Define to rpl_chown if the replacement function should be used. */
1360 /* Define to empty if `const' does not conform to ANSI C. */
1363 /* Define to rpl_fnmatch if the replacement function should be used. */
1366 /* Define as rpl_getgroups if getgroups doesn't work right. */
1369 /* Define to rpl_gettimeofday if the replacement function should be used. */
1372 /* Define to `int' if <sys/types.h> doesn't define. */
1375 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
1376 if it is not supported. */
1379 /* Define to `unsigned long' if <sys/types.h> does not define. */
1382 /* Define to widest signed type if <inttypes.h> doesn't define. */
1385 /* Define to rpl_localtime if the replacement function should be used. */
1388 /* Define to `unsigned int' if <sys/types.h> does not define. */
1391 /* Define to rpl_malloc if the replacement function should be used. */
1394 /* Define to a type if <wchar.h> does not define. */
1397 /* Define to rpl_memcmp if the replacement function should be used. */
1400 /* Define to `unsigned int' if <sys/types.h> does not define. */
1403 /* Define to rpl_mkdir if the replacement function should be used. */
1406 /* Define to rpl_mkstemp if the replacement function should be used. */
1409 /* Define to rpl_mktime if the replacement function should be used. */
1412 /* Define to `int' if <sys/types.h> does not define. */
1415 /* Define to the name of the strftime replacement function. */
1418 /* Define to rpl_nanosleep if the replacement function should be used. */
1421 /* Define to `long' if <sys/types.h> does not define. */
1424 /* Define to `int' if <sys/types.h> does not define. */
1427 /* Define to rpl_putenv if the replacement function should be used. */
1430 /* Define to rpl_realloc if the replacement function should be used. */
1433 /* Define to `unsigned' if <sys/types.h> does not define. */
1436 /* Define to `int' if <sys/types.h> does not define. */
1439 /* Define to `int' if <sys/types.h> doesn't define. */
1442 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
1445 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1446 code using `volatile' can become incorrect without. Disable with care. */