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 if chown is not POSIX compliant regarding IDs of -1. */
13 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
15 /* Define if chown modifies symlinks. */
16 #undef CHOWN_MODIFIES_SYMLINK
18 /* Define to 1 if the `closedir' function returns void instead of `int'. */
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
24 #undef CRAY_STACKSEG_END
26 /* Define to 1 if using `alloca.c'. */
29 /* Define to 1 if using `getloadavg.c'. */
32 /* Define the default level of POSIX conformance. The value is of the form
33 YYYYMM, specifying the year and month the standard was adopted. If not
34 defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
35 Define to 199209 to default to POSIX 1003.2-1992, which makes standard
36 programs like `head', `tail', and `sort' accept obsolete options like `+10'
37 and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
38 these standard programs treat leading-`+' operands as file names and
39 require modern usages like `-n 10' instead of `-10'. Whether defined here
40 or not, the default can be overridden at run time via the _POSIX2_VERSION
41 environment variable. */
42 #undef DEFAULT_POSIX2_VERSION
44 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
47 /* the name of the file descriptor member of DIR */
48 #undef DIR_FD_MEMBER_NAME
50 #ifdef DIR_FD_MEMBER_NAME
51 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
53 # define DIR_TO_FD(Dir_p) -1
57 /* Define if there is a member named d_ino in the struct describing directory
59 #undef D_INO_IN_DIRENT
61 /* Define to 1 if translation of program messages to the user's native
62 language is requested. */
65 /* Define as good substitute value for EOVERFLOW. */
68 /* Define on systems for which file names may have a so-called `drive letter'
69 prefix, define this to compute the length of that prefix, including the
71 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
73 /* Define if the backslash character may also serve as a file name component
75 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
77 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
78 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
79 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
81 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
84 /* Define to the type of elements in the array set by `getgroups'. Usually
85 this is either `int' or `gid_t'. */
88 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
90 #undef GETLOADAVG_PRIVILEGED
92 /* Define if gettimeofday clobbers localtime's static buffer. */
93 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER
95 /* The concatenation of the strings `GNU ', and PACKAGE. */
98 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
99 #undef GWINSZ_IN_SYS_IOCTL
101 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
102 #undef GWINSZ_IN_SYS_PTY
104 /* Define to 1 if you have the `acl' function. */
107 /* Define to 1 if you have the `alarm' function. */
110 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
111 may be supplied by this distribution. */
114 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
115 includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
118 /* Define to 1 if you have the <arpa/inet.h> header file. */
119 #undef HAVE_ARPA_INET_H
121 /* Define to 1 if you have the `atexit' function. */
124 /* Define to 1 if you have the <bp-sym.h> header file. */
127 /* Define to 1 if you have the `btowc' function. */
130 /* Define to 1 if strtold conforms to C99. */
131 #undef HAVE_C99_STRTOLD
133 /* Define to 1 if your system has a GNU libc compatible `calloc' function, and
137 /* Define to 1 if you have the `canonicalize_file_name' function. */
138 #undef HAVE_CANONICALIZE_FILE_NAME
140 /* Define to 1 if your system has a working `chown' function. */
143 /* Define to 1 if you have the `chroot' function. */
146 /* Define to 1 if you have the `chsize' function. */
149 /* Define to 1 if you have the `clock_gettime' function. */
150 #undef HAVE_CLOCK_GETTIME
152 /* Define to 1 if you have the `clock_settime' function. */
153 #undef HAVE_CLOCK_SETTIME
158 /* Define if the GNU dcgettext() function is already present or preinstalled.
160 #undef HAVE_DCGETTEXT
162 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
164 #undef HAVE_DECL_CLEARERR_UNLOCKED
166 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
168 #undef HAVE_DECL_DIRFD
170 /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
172 #undef HAVE_DECL_EUIDACCESS
174 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
176 #undef HAVE_DECL_FEOF_UNLOCKED
178 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
180 #undef HAVE_DECL_FERROR_UNLOCKED
182 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
184 #undef HAVE_DECL_FFLUSH_UNLOCKED
186 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
188 #undef HAVE_DECL_FGETS_UNLOCKED
190 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
192 #undef HAVE_DECL_FLOCKFILE
194 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
196 #undef HAVE_DECL_FPUTC_UNLOCKED
198 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
200 #undef HAVE_DECL_FPUTS_UNLOCKED
202 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
204 #undef HAVE_DECL_FREAD_UNLOCKED
206 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
208 #undef HAVE_DECL_FREE
210 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
212 #undef HAVE_DECL_FUNLOCKFILE
214 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
216 #undef HAVE_DECL_FWRITE_UNLOCKED
218 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
220 #undef HAVE_DECL_GETCHAR_UNLOCKED
222 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
224 #undef HAVE_DECL_GETCWD
226 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
228 #undef HAVE_DECL_GETC_UNLOCKED
230 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
232 #undef HAVE_DECL_GETENV
234 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
236 #undef HAVE_DECL_GETEUID
238 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
240 #undef HAVE_DECL_GETGRGID
242 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
244 #undef HAVE_DECL_GETLOGIN
246 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
248 #undef HAVE_DECL_GETPASS
250 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
252 #undef HAVE_DECL_GETPWUID
254 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
256 #undef HAVE_DECL_GETUID
258 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
260 #undef HAVE_DECL_GETUTENT
262 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
264 #undef HAVE_DECL_LSEEK
266 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
268 #undef HAVE_DECL_MALLOC
270 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
272 #undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
274 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
276 #undef HAVE_DECL_MEMCHR
278 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
280 #undef HAVE_DECL_MEMRCHR
282 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
284 #undef HAVE_DECL_NANOSLEEP
286 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
288 #undef HAVE_DECL_PUTCHAR_UNLOCKED
290 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
292 #undef HAVE_DECL_PUTC_UNLOCKED
294 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
296 #undef HAVE_DECL_REALLOC
298 /* Define to 1 if you have the declaration of `setregid', and to 0 if you
300 #undef HAVE_DECL_SETREGID
302 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
304 #undef HAVE_DECL_STPCPY
306 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
308 #undef HAVE_DECL_STRDUP
310 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
312 #undef HAVE_DECL_STRERROR_R
314 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
316 #undef HAVE_DECL_STRNDUP
318 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
320 #undef HAVE_DECL_STRNLEN
322 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
324 #undef HAVE_DECL_STRSIGNAL
326 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
328 #undef HAVE_DECL_STRSTR
330 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
332 #undef HAVE_DECL_STRTOIMAX
334 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
336 #undef HAVE_DECL_STRTOLL
338 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
340 #undef HAVE_DECL_STRTOUL
342 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
344 #undef HAVE_DECL_STRTOULL
346 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
348 #undef HAVE_DECL_STRTOUMAX
350 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
352 #undef HAVE_DECL_SYS_SIGLIST
354 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
356 #undef HAVE_DECL_TTYNAME
358 /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
360 #undef HAVE_DECL_WCWIDTH
362 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
364 #undef HAVE_DECL__SYS_SIGLIST
366 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
368 #undef HAVE_DECL___FPENDING
370 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
372 #undef HAVE_DECL___SYS_SIGLIST
374 /* Define to 1 if you have the `directio' function. */
377 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
381 /* Define to 1 if you have the `dirfd' function. */
384 /* Define to 1 if you have the `dup2' function. */
387 /* Define to 1 if you have the <dustat.h> header file. */
390 /* Define to 1 if you have the `eaccess' function. */
393 /* Define to 1 if you have the `endgrent' function. */
396 /* Define to 1 if you have the `endpwent' function. */
399 /* Define if you have the declaration of environ. */
400 #undef HAVE_ENVIRON_DECL
402 /* Define if you have the declaration of errno. */
403 #undef HAVE_ERRNO_DECL
405 /* Define to 1 if you have the <errno.h> header file. */
408 /* Define to 1 if you have the `euidaccess' function. */
409 #undef HAVE_EUIDACCESS
411 /* Define to 1 if you have the `fchdir' function. */
414 /* Define to 1 if you have the <fcntl.h> header file. */
417 /* Define to 1 if you have the `fdatasync' function. */
418 #undef HAVE_FDATASYNC
420 /* Define to 1 if you have the `fesetround' function. */
421 #undef HAVE_FESETROUND
423 /* Define to 1 if you have the <float.h> header file. */
426 /* Define to 1 if you have the `floor' function. */
429 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
432 /* Define to 1 if you have the <fs_info.h> header file. */
433 #undef HAVE_FS_INFO_H
435 /* Define to 1 if you have the `fs_stat_dev' function. */
436 #undef HAVE_FS_STAT_DEV
438 /* Define to 1 if you have the `ftruncate' function. */
439 #undef HAVE_FTRUNCATE
441 /* Define to 1 if you have the `futimes' function. */
444 /* Define if struct statfs has the f_fstypename member. */
445 #undef HAVE_F_FSTYPENAME_IN_STATFS
447 /* Define to 1 if you have the `getaddrinfo' function. */
448 #undef HAVE_GETADDRINFO
450 /* Define to 1 if you have the `getdelim' function. */
453 /* Define to 1 if your system has a working `getgroups' function. */
454 #undef HAVE_GETGROUPS
456 /* Define to 1 if you have the `gethostbyaddr' function. */
457 #undef HAVE_GETHOSTBYADDR
459 /* Define to 1 if you have the `gethostbyname' function. */
460 #undef HAVE_GETHOSTBYNAME
462 /* Define to 1 if you have the `gethostid' function. */
463 #undef HAVE_GETHOSTID
465 /* Define to 1 if you have the `gethostname' function. */
466 #undef HAVE_GETHOSTNAME
468 /* Define to 1 if you have the `gethrtime' function. */
469 #undef HAVE_GETHRTIME
471 /* Define to 1 if you have the `getloadavg' function. */
472 #undef HAVE_GETLOADAVG
474 /* Define to 1 if you have the `getmntent' function. */
475 #undef HAVE_GETMNTENT
477 /* Define to 1 if you have the `getmntinfo' function. */
478 #undef HAVE_GETMNTINFO
480 /* Define to 1 if you have the <getopt.h> header file. */
483 /* Define to 1 if you have the `getopt_long_only' function. */
484 #undef HAVE_GETOPT_LONG_ONLY
486 /* Define to 1 if you have the `getpagesize' function. */
487 #undef HAVE_GETPAGESIZE
489 /* Define to 1 if you have the `getpass' function. */
492 /* Define to 1 if you have the `getspnam' function. */
495 /* Define to 1 if you have the `getsysinfo' function. */
496 #undef HAVE_GETSYSINFO
498 /* Define if the GNU gettext() function is already present or preinstalled. */
501 /* Define to 1 if you have the `gettimeofday' function. */
502 #undef HAVE_GETTIMEOFDAY
504 /* Define to 1 if you have the `getusershell' function. */
505 #undef HAVE_GETUSERSHELL
507 /* Define to 1 if you have the <grp.h> header file. */
510 /* Define to 1 if you have the `hasmntopt' function. */
511 #undef HAVE_HASMNTOPT
513 /* Define to 1 if you have the <hurd.h> header file. */
516 /* Define if you have the iconv() function. */
519 /* Define to 1 if you have the `inet_ntoa' function. */
520 #undef HAVE_INET_NTOA
522 /* Define to 1 if you have the `initgroups' function. */
523 #undef HAVE_INITGROUPS
525 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
528 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
529 #undef HAVE_INTTYPES_H
531 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
532 declares uintmax_t. */
533 #undef HAVE_INTTYPES_H_WITH_UINTMAX
535 /* Define to 1 if you have the `isascii' function. */
538 /* Define to 1 if you have the `iswcntrl' function. */
541 /* Define to 1 if you have the `iswprint' function. */
544 /* Define to 1 if you have the `iswspace' function. */
547 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
548 #undef HAVE_LANGINFO_CODESET
550 /* Define to 1 if you have the `lchown' function. */
553 /* Define to 1 if you have the `dgc' library (-ldgc). */
556 /* Define to 1 if you have the <libgen.h> header file. */
559 /* Define to 1 if you have the `kstat' library (-lkstat). */
562 /* Define to 1 if you have the `ldgc' library (-lldgc). */
565 /* Define to 1 if you have the `os' library (-los). */
568 /* Define to 1 if you have the `ypsec' library (-lypsec). */
571 /* Define to 1 if you have the <limits.h> header file. */
574 /* Define to 1 if you have the `listmntent' function. */
575 #undef HAVE_LISTMNTENT
577 /* Define if you have the 'long double' type. */
578 #undef HAVE_LONG_DOUBLE
580 /* Define to 1 if you support file names longer than 14 characters. */
581 #undef HAVE_LONG_FILE_NAMES
583 /* Define if you have the 'long long' type. */
584 #undef HAVE_LONG_LONG
586 /* Define to 1 if `lstat' has the bug that it succeeds when given the
587 zero-length file name argument. */
588 #undef HAVE_LSTAT_EMPTY_STRING_BUG
590 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
591 #undef HAVE_MACHINE_HAL_SYSINFO_H
593 /* Define to 1 if you have the <mach/mach.h> header file. */
594 #undef HAVE_MACH_MACH_H
596 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
600 /* Define to 1 if you have the `mblen' function. */
603 /* Define to 1 if you have the `mbrlen' function. */
606 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
609 /* Define to 1 if you have the `mbsinit' function. */
612 /* Define to 1 if you have the `mbsrtowcs' function. */
613 #undef HAVE_MBSRTOWCS
615 /* Define to 1 if <wchar.h> declares mbstate_t. */
616 #undef HAVE_MBSTATE_T
618 /* Define to 1 if you have the `memchr' function. */
621 /* Define to 1 if you have the `memcpy' function. */
624 /* Define to 1 if you have the `memmove' function. */
627 /* Define to 1 if you have the <memory.h> header file. */
630 /* Define to 1 if you have the `mempcpy' function. */
633 /* Define to 1 if you have the `memrchr' function. */
636 /* Define to 1 if you have the `memset' function. */
639 /* Define to 1 if you have the `mkfifo' function. */
642 /* Define to 1 if you have the `mkstemp' function. */
645 /* Define to 1 if you have the <mntent.h> header file. */
648 /* Define to 1 if you have the <mnttab.h> header file. */
651 /* Define to 1 if you have the `modf' function. */
654 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
657 /* Define to 1 if you have the <netdb.h> header file. */
660 /* Define to 1 if you have the <netinet/in.h> header file. */
661 #undef HAVE_NETINET_IN_H
663 /* Define to 1 if you have the `next_dev' function. */
666 /* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
667 #undef HAVE_NFS_NFS_CLNT_H
669 /* Define to 1 if you have the <nfs/vfs.h> header file. */
670 #undef HAVE_NFS_VFS_H
672 /* Define to 1 if you have the <nlist.h> header file. */
675 /* Define to 1 if libc includes obstacks. */
678 /* Define to 1 if you have the `openat' function. */
681 /* Define to 1 if you have the <OS.h> header file. */
684 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
685 setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
686 defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
688 #undef HAVE_PARTLY_WORKING_GETCWD
690 /* Define to 1 if you have the `pathconf' function. */
693 /* Define to 1 if you have the <paths.h> header file. */
696 /* Define if your system has the /proc/uptime special file. */
697 #undef HAVE_PROC_UPTIME
699 /* Define to 1 if you have the `pstat_getdynamic' function. */
700 #undef HAVE_PSTAT_GETDYNAMIC
702 /* Define to 1 if you have the `pstat_getstatic' function. */
703 #undef HAVE_PSTAT_GETSTATIC
705 /* Define to 1 if the system has the type `ptrdiff_t'. */
706 #undef HAVE_PTRDIFF_T
708 /* Define to 1 if you have the <pwd.h> header file. */
711 /* Define to 1 if you have the `raise' function. */
714 /* Define to 1 if you have the `readlink' function. */
717 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
718 and to 0 otherwise. */
721 /* Define to 1 if you have the `realpath' function. */
724 /* Define to 1 if you have the `resolvepath' function. */
725 #undef HAVE_RESOLVEPATH
727 /* Define to 1 if you have the `rint' function. */
730 /* Define to 1 if you have the `rmdir' function. */
733 /* Define to 1 if you have the `rpmatch' function. */
736 /* Define to 1 if you have run the test for working tzset. */
737 #undef HAVE_RUN_TZSET_TEST
739 /* Define to 1 if you have the <search.h> header file. */
742 /* Define to 1 if you have the `setenv' function. */
745 /* Define to 1 if you have the `sethostname' function. */
746 #undef HAVE_SETHOSTNAME
748 /* Define to 1 if you have the `setlocale' function. */
749 #undef HAVE_SETLOCALE
751 /* Define to 1 if you have the `settimeofday' function. */
752 #undef HAVE_SETTIMEOFDAY
754 /* Define to 1 if you have the <shadow.h> header file. */
757 /* Define to 1 if you have the `sig2str' function. */
760 /* Define to 1 if you have the `snprintf' function. */
763 /* Define to 1 if you have the `sqrt' function. */
766 /* Define to 1 if you have the `statvfs' function. */
769 /* Define to 1 if `stat' has the bug that it succeeds when given the
770 zero-length file name argument. */
771 #undef HAVE_STAT_EMPTY_STRING_BUG
773 /* Define to 1 if stdbool.h conforms to C99. */
774 #undef HAVE_STDBOOL_H
776 /* Define to 1 if you have the <stddef.h> header file. */
779 /* Define to 1 if you have the <stdint.h> header file. */
782 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
784 #undef HAVE_STDINT_H_WITH_UINTMAX
786 /* Define to 1 if you have the <stdio_ext.h> header file. */
787 #undef HAVE_STDIO_EXT_H
789 /* Define to 1 if you have the <stdlib.h> header file. */
792 /* Define to 1 if you have the `stime' function. */
795 /* Define to 1 if you have the `stpcpy' function. */
798 /* Define to 1 if you have the `strcasecmp' function. */
799 #undef HAVE_STRCASECMP
801 /* Define to 1 if you have the `strchr' function. */
804 /* Define to 1 if you have the `strcoll' function and it is properly defined.
808 /* Define to 1 if you have the `strcspn' function. */
811 /* Define to 1 if you have the `strdup' function. */
814 /* Define to 1 if you have the `strerror' function. */
817 /* Define to 1 if you have the `strerror_r' function. */
818 #undef HAVE_STRERROR_R
820 /* Define to 1 if you have the `strftime' function. */
823 /* Define to 1 if you have the <strings.h> header file. */
824 #undef HAVE_STRINGS_H
826 /* Define to 1 if you have the <string.h> header file. */
829 /* Define to 1 if you have the `strncasecmp' function. */
830 #undef HAVE_STRNCASECMP
832 /* Define to 1 if you have the `strndup' function. */
835 /* Define to 1 if you have the `strpbrk' function. */
838 /* Define to 1 if you have the `strrchr' function. */
841 /* Define to 1 if you have the `strstr' function. */
844 /* Define to 1 if you have the `strtoimax' function. */
845 #undef HAVE_STRTOIMAX
847 /* Define to 1 if you have the `strtol' function. */
850 /* Define to 1 if you have the `strtoll' function. */
853 /* Define to 1 if you have the `strtoul' function. */
856 /* Define to 1 if you have the `strtoull' function. */
859 /* Define to 1 if you have the `strtoumax' function. */
860 #undef HAVE_STRTOUMAX
862 /* Define if there is a member named d_type in the struct describing directory
864 #undef HAVE_STRUCT_DIRENT_D_TYPE
866 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
867 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
869 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
870 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
872 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
873 #undef HAVE_STRUCT_SPWD_SP_PWDP
875 /* Define to 1 if `f_basetype' is member of `struct statfs'. */
876 #undef HAVE_STRUCT_STATFS_F_BASETYPE
878 /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
879 #undef HAVE_STRUCT_STATFS_F_FSID___VAL
881 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
882 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
884 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
885 #undef HAVE_STRUCT_STATFS_F_NAMELEN
887 /* Define to 1 if `f_namemax' is member of `struct statfs'. */
888 #undef HAVE_STRUCT_STATFS_F_NAMEMAX
890 /* Define to 1 if `f_type' is member of `struct statfs'. */
891 #undef HAVE_STRUCT_STATFS_F_TYPE
893 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
894 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
896 /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
897 #undef HAVE_STRUCT_STATVFS_F_FSID___VAL
899 /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
900 #undef HAVE_STRUCT_STATVFS_F_NAMELEN
902 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
903 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
905 /* Define to 1 if `f_type' is member of `struct statvfs'. */
906 #undef HAVE_STRUCT_STATVFS_F_TYPE
908 /* Define to 1 if `st_author' is member of `struct stat'. */
909 #undef HAVE_STRUCT_STAT_ST_AUTHOR
911 /* Define to 1 if `st_blksize' is member of `struct stat'. */
912 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
914 /* Define to 1 if `st_blocks' is member of `struct stat'. */
915 #undef HAVE_STRUCT_STAT_ST_BLOCKS
917 /* Define if struct timespec is declared in <time.h>. */
918 #undef HAVE_STRUCT_TIMESPEC
920 /* Define to 1 if `tm_zone' is member of `struct tm'. */
921 #undef HAVE_STRUCT_TM_TM_ZONE
923 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
924 have utime.h but don't declare the struct anywhere. */
925 #undef HAVE_STRUCT_UTIMBUF
927 /* Define to 1 if `ut_exit' is member of `struct utmpx'. */
928 #undef HAVE_STRUCT_UTMPX_UT_EXIT
930 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
931 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
933 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
934 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
936 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
937 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
939 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
940 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
942 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
943 #undef HAVE_STRUCT_UTMPX_UT_ID
945 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
946 #undef HAVE_STRUCT_UTMPX_UT_NAME
948 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
949 #undef HAVE_STRUCT_UTMPX_UT_PID
951 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
952 #undef HAVE_STRUCT_UTMPX_UT_TYPE
954 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
955 #undef HAVE_STRUCT_UTMPX_UT_USER
957 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
958 #undef HAVE_STRUCT_UTMP_UT_EXIT
960 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
961 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
963 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
964 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
966 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
967 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
969 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
970 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
972 /* Define to 1 if `ut_id' is member of `struct utmp'. */
973 #undef HAVE_STRUCT_UTMP_UT_ID
975 /* Define to 1 if `ut_name' is member of `struct utmp'. */
976 #undef HAVE_STRUCT_UTMP_UT_NAME
978 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
979 #undef HAVE_STRUCT_UTMP_UT_PID
981 /* Define to 1 if `ut_type' is member of `struct utmp'. */
982 #undef HAVE_STRUCT_UTMP_UT_TYPE
984 /* Define to 1 if `ut_user' is member of `struct utmp'. */
985 #undef HAVE_STRUCT_UTMP_UT_USER
987 /* Define to 1 if you have the `strverscmp' function. */
988 #undef HAVE_STRVERSCMP
990 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
991 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
992 #undef HAVE_ST_BLOCKS
994 /* Define if struct stat has an st_dm_mode member. */
995 #undef HAVE_ST_DM_MODE
997 /* Define to 1 if you have the `sysctl' function. */
1000 /* Define to 1 if you have the `sysinfo' function. */
1006 /* Define to 1 if you have the <syslog.h> header file. */
1007 #undef HAVE_SYSLOG_H
1009 /* Define to 1 if you have the `sysmp' function. */
1012 /* Define to 1 if you have the <sys/acl.h> header file. */
1013 #undef HAVE_SYS_ACL_H
1015 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1017 #undef HAVE_SYS_DIR_H
1019 /* Define to 1 if you have the <sys/filsys.h> header file. */
1020 #undef HAVE_SYS_FILSYS_H
1022 /* Define to 1 if you have the <sys/fstyp.h> header file. */
1023 #undef HAVE_SYS_FSTYP_H
1025 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
1026 #undef HAVE_SYS_FS_S5PARAM_H
1028 /* Define to 1 if you have the <sys/fs_types.h> header file. */
1029 #undef HAVE_SYS_FS_TYPES_H
1031 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1032 #undef HAVE_SYS_IOCTL_H
1034 /* Define to 1 if you have the <sys/mntent.h> header file. */
1035 #undef HAVE_SYS_MNTENT_H
1037 /* Define to 1 if you have the <sys/mount.h> header file. */
1038 #undef HAVE_SYS_MOUNT_H
1040 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1042 #undef HAVE_SYS_NDIR_H
1044 /* Define to 1 if you have the <sys/param.h> header file. */
1045 #undef HAVE_SYS_PARAM_H
1047 /* Define to 1 if you have the <sys/pstat.h> header file. */
1048 #undef HAVE_SYS_PSTAT_H
1050 /* Define to 1 if you have the <sys/resource.h> header file. */
1051 #undef HAVE_SYS_RESOURCE_H
1053 /* Define to 1 if you have the <sys/socket.h> header file. */
1054 #undef HAVE_SYS_SOCKET_H
1056 /* Define to 1 if you have the <sys/statfs.h> header file. */
1057 #undef HAVE_SYS_STATFS_H
1059 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1060 #undef HAVE_SYS_STATVFS_H
1062 /* Define to 1 if you have the <sys/stat.h> header file. */
1063 #undef HAVE_SYS_STAT_H
1065 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1066 #undef HAVE_SYS_SYSCTL_H
1068 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1069 #undef HAVE_SYS_SYSINFO_H
1071 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1072 #undef HAVE_SYS_SYSMACROS_H
1074 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1075 #undef HAVE_SYS_SYSMP_H
1077 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1078 #undef HAVE_SYS_SYSTEMCFG_H
1080 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1081 #undef HAVE_SYS_SYSTEMINFO_H
1083 /* Define to 1 if you have the <sys/table.h> header file. */
1084 #undef HAVE_SYS_TABLE_H
1086 /* Define to 1 if you have the <sys/timeb.h> header file. */
1087 #undef HAVE_SYS_TIMEB_H
1089 /* Define to 1 if you have the <sys/time.h> header file. */
1090 #undef HAVE_SYS_TIME_H
1092 /* Define to 1 if you have the <sys/types.h> header file. */
1093 #undef HAVE_SYS_TYPES_H
1095 /* Define to 1 if you have the <sys/ucred.h> header file. */
1096 #undef HAVE_SYS_UCRED_H
1098 /* Define to 1 if you have the <sys/vfs.h> header file. */
1099 #undef HAVE_SYS_VFS_H
1101 /* Define to 1 if you have the <sys/wait.h> header file. */
1102 #undef HAVE_SYS_WAIT_H
1104 /* Define to 1 if you have the `table' function. */
1107 /* Define to 1 if you have the `tcgetpgrp' function. */
1108 #undef HAVE_TCGETPGRP
1110 /* Define to 1 if you have the <termios.h> header file. */
1111 #undef HAVE_TERMIOS_H
1113 /* Define if struct tm has the tm_gmtoff member. */
1114 #undef HAVE_TM_GMTOFF
1116 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1117 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1120 /* Define to 1 if you have the `tsearch' function. */
1123 /* Define to 1 if you don't have `tm_zone' but do have the external array
1127 /* Define to 1 if you have the `tzset' function. */
1130 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
1131 #undef HAVE_UINTMAX_T
1133 /* Define to 1 if you have the `uname' function. */
1136 /* Define to 1 if you have the <unistd.h> header file. */
1137 #undef HAVE_UNISTD_H
1139 /* Define to 1 if you have the `unsetenv' function. */
1140 #undef HAVE_UNSETENV
1142 /* Define if you have the 'unsigned long long' type. */
1143 #undef HAVE_UNSIGNED_LONG_LONG
1145 /* Define if utimes accepts a null argument */
1146 #undef HAVE_UTIMES_NULL
1148 /* Define to 1 if you have the <utime.h> header file. */
1151 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1152 #undef HAVE_UTIME_NULL
1154 /* Define to 1 if you have the `utmpname' function. */
1155 #undef HAVE_UTMPNAME
1157 /* Define to 1 if you have the `utmpxname' function. */
1158 #undef HAVE_UTMPXNAME
1163 /* Define to 1 if you have the <utmp.h> header file. */
1169 /* Define to 1 if you have the `vasnprintf' function. */
1170 #undef HAVE_VASNPRINTF
1172 /* Define to 1 if you have the `vasprintf' function. */
1173 #undef HAVE_VASPRINTF
1175 /* Define to 1 if you have the <wchar.h> header file. */
1178 /* Define if you have the 'wchar_t' type. */
1181 /* Define to 1 if you have the `wcrtomb' function. */
1184 /* Define to 1 if you have the `wcslen' function. */
1187 /* Define to 1 if you have the <wctype.h> header file. */
1188 #undef HAVE_WCTYPE_H
1190 /* Define to 1 if you have the `wcwidth' function. */
1193 /* Define if you have the 'wint_t' type. */
1196 /* Define to 1 if you have the `wmemchr' function. */
1199 /* Define to 1 if you have the `wmemcpy' function. */
1202 /* Define to 1 if you have the `wmempcpy' function. */
1203 #undef HAVE_WMEMPCPY
1205 /* Define if readdir is found to work properly in some unusual cases. */
1206 #undef HAVE_WORKING_READDIR
1208 /* Define if utimes works properly. */
1209 #undef HAVE_WORKING_UTIMES
1211 /* Define to 1 if the system has the type `_Bool'. */
1214 /* Define to 1 if you have the external variable, _system_configuration with a
1215 member named physmem. */
1216 #undef HAVE__SYSTEM_CONFIGURATION
1218 /* Define to 1 if you have the `__fpending' function. */
1219 #undef HAVE___FPENDING
1221 /* Define to 1 if you have the `__secure_getenv' function. */
1222 #undef HAVE___SECURE_GETENV
1224 /* The host operating system. */
1225 #undef HOST_OPERATING_SYSTEM
1227 /* Define as const if the declaration of iconv() needs const. */
1230 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1231 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1233 # define ISSLASH(C) ((C) == '/')
1236 /* Define if `link(2)' dereferences symbolic links. */
1237 #undef LINK_FOLLOWS_SYMLINKS
1240 #undef LOCALTIME_CACHE
1242 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1244 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1246 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1248 #undef MAJOR_IN_MKDEV
1250 /* Define to 1 if `major', `minor', and `makedev' are declared in
1252 #undef MAJOR_IN_SYSMACROS
1254 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1255 #undef MALLOC_0_IS_NONNULL
1257 /* Define if there is no specific function for reading the list of mounted
1258 file systems. fread will be used to read /etc/mnttab. (SVR2) */
1259 #undef MOUNTED_FREAD
1261 /* Define if (like SVR2) there is no specific function for reading the list of
1262 mounted file systems, and your system has these header files: <sys/fstyp.h>
1263 and <sys/statfs.h>. (SVR3) */
1264 #undef MOUNTED_FREAD_FSTYP
1266 /* Define if there are functions named next_dev and fs_stat_dev for reading
1267 the list of mounted file systems. (BeOS) */
1268 #undef MOUNTED_FS_STAT_DEV
1270 /* Define if there is a function named getfsstat for reading the list of
1271 mounted file systems. (DEC Alpha running OSF/1) */
1272 #undef MOUNTED_GETFSSTAT
1274 /* Define if there is a function named getmnt for reading the list of mounted
1275 file systems. (Ultrix) */
1276 #undef MOUNTED_GETMNT
1278 /* Define if there is a function named getmntent for reading the list of
1279 mounted file systems, and that function takes a single argument. (4.3BSD,
1280 SunOS, HP-UX, Dynix, Irix) */
1281 #undef MOUNTED_GETMNTENT1
1283 /* Define if there is a function named getmntent for reading the list of
1284 mounted file systems, and that function takes two arguments. (SVR4) */
1285 #undef MOUNTED_GETMNTENT2
1287 /* Define if there is a function named getmntinfo for reading the list of
1288 mounted file systems. (4.4BSD, Darwin) */
1289 #undef MOUNTED_GETMNTINFO
1291 /* Define if there is a function named listmntent that can be used to list all
1292 mounted file systems. (UNICOS) */
1293 #undef MOUNTED_LISTMNTENT
1295 /* Define if there is a function named mntctl that can be used to read the
1296 list of mounted file systems, and there is a system header file that
1297 declares `struct vmount.' (AIX) */
1298 #undef MOUNTED_VMOUNT
1300 /* Define to 1 if assertions should be disabled. */
1304 #undef NICE_PRIORITY
1306 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1307 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1308 #undef NLIST_NAME_UNION
1310 /* Name of package */
1313 /* Define to the address where bug reports for this package should be sent. */
1314 #undef PACKAGE_BUGREPORT
1316 /* Define to the full name of this package. */
1319 /* Define to the full name and version of this package. */
1320 #undef PACKAGE_STRING
1322 /* Define to the one symbol short name of this package. */
1323 #undef PACKAGE_TARNAME
1325 /* Define to the version of this package. */
1326 #undef PACKAGE_VERSION
1328 /* the number of pending output bytes on stream `fp' */
1329 #undef PENDING_OUTPUT_N_BYTES
1331 /* Define this if you prefer euidaccess to return the correct result even if
1332 this would make it nonreentrant. Define this only if your entire
1333 application is safe even if the uid or gid might temporarily change. If
1334 your application uses signal handlers or threads it is probably not safe.
1336 #undef PREFER_NONREENTRANT_EUIDACCESS
1338 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1339 #undef PRI_MACROS_BROKEN
1341 /* Define to 1 if the C compiler supports function prototypes. */
1344 /* Define if rename does not work for source paths with a trailing slash, like
1345 the one from SunOS 4.1.1_U1. */
1346 #undef RENAME_TRAILING_SLASH_BUG
1348 /* Define as the return type of signal handlers (`int' or `void'). */
1351 /* the value to which errno is set when rmdir fails on a nonempty directory */
1352 #undef RMDIR_ERRNO_NOT_EMPTY
1354 /* Define to 1 if the `setvbuf' function takes the buffering type as its
1355 second argument and the buffer pointer as the third, as on System V before
1357 #undef SETVBUF_REVERSED
1359 /* If using the C implementation of alloca, define if you know the
1360 direction of stack growth for your system; otherwise it will be
1361 automatically deduced at run-time.
1362 STACK_DIRECTION > 0 => grows toward higher addresses
1363 STACK_DIRECTION < 0 => grows toward lower addresses
1364 STACK_DIRECTION = 0 => direction of growth unknown */
1365 #undef STACK_DIRECTION
1367 /* Define if the block counts reported by statfs may be truncated to 2GB and
1368 the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1369 and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1371 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1373 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1374 #undef STAT_MACROS_BROKEN
1376 /* Define if there is no specific function for reading file systems usage
1377 information and you have the <sys/filsys.h> header file. (SVR2) */
1378 #undef STAT_READ_FILSYS
1380 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1381 (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1382 #undef STAT_STATFS2_BSIZE
1384 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1386 #undef STAT_STATFS2_FSIZE
1388 /* Define if statfs takes 2 args and the second argument has type struct
1389 fs_data. (Ultrix) */
1390 #undef STAT_STATFS2_FS_DATA
1392 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1393 #undef STAT_STATFS3_OSF1
1395 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1398 /* Define if there is a function named statvfs. (SVR4) */
1401 /* Define to 1 if you have the ANSI C header files. */
1404 /* Define to 1 if strerror_r returns char *. */
1405 #undef STRERROR_R_CHAR_P
1407 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
1411 /* Define to 1 on System V Release 4. */
1415 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1417 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1418 #undef TIME_WITH_SYS_TIME
1420 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1421 #undef TM_IN_SYS_TIME
1423 /* Define if tzset clobbers localtime's static buffer. */
1424 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
1426 /* Define to its maximum value if an unsigned integer type of width exactly 32
1427 bits exists and the standard includes do not define UINT32_MAX. */
1430 /* Define to its maximum value if an unsigned integer type wide enough to hold
1431 a pointer exists and the standard includes do not define UINTPTR_MAX. */
1434 /* Define as the maximum value of the type 'unsigned long long int', if the
1435 system doesn't define it, and if the system has that type. */
1438 /* Define to 1 for Encore UMAX. */
1441 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1442 <sys/cpustats.h>. */
1445 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1446 Unlocked I/O can improve performance in unithreaded apps, but it is not
1447 safe for multithreaded apps. */
1448 #undef USE_UNLOCKED_IO
1450 /* Version number of package */
1453 /* Define if unsetenv() returns void, not int. */
1454 #undef VOID_UNSETENV
1456 /* Define if sys/ptem.h is required for struct winsize. */
1457 #undef WINSIZE_IN_PTEM
1459 /* Define to 1 if your processor stores words with the most significant byte
1460 first (like Motorola and SPARC, unlike Intel and VAX). */
1461 #undef WORDS_BIGENDIAN
1463 /* Define to 1 if on AIX 3.
1464 System headers sometimes define this.
1465 We just want to avoid a redefinition error message. */
1470 /* Number of bits in a file offset, on hosts where this is settable. */
1471 #undef _FILE_OFFSET_BITS
1473 /* Enable GNU extensions on systems that have them. */
1478 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1479 #undef _LARGEFILE_SOURCE
1481 /* Define for large files, on AIX-style hosts. */
1484 /* Define to 1 if on MINIX. */
1487 /* Define to 2 if the system does not provide POSIX.1 features except with
1489 #undef _POSIX_1_SOURCE
1491 /* Define to 1 if you need to in order for `stat' and other things to work. */
1492 #undef _POSIX_SOURCE
1494 /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
1495 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
1496 #define below would cause a syntax error. */
1499 /* Enable extensions on Solaris. */
1500 #ifndef __EXTENSIONS__
1501 # undef __EXTENSIONS__
1504 /* Define to rpl_ if the getcwd replacement function should be used. */
1505 #undef __GETCWD_PREFIX
1507 /* Define to rpl_ if the getopt replacement functions and variables should be
1509 #undef __GETOPT_PREFIX
1511 /* Define to rpl_ if the openat replacement function should be used. */
1512 #undef __OPENAT_PREFIX
1514 /* Define like PROTOTYPES; this can be used by system headers. */
1517 /* Define to rpl_calloc if the replacement function should be used. */
1520 /* Define to rpl_chown if the replacement function should be used. */
1523 /* Define to empty if `const' does not conform to ANSI C. */
1526 /* Define to a replacement function name for fnmatch(). */
1529 /* Define to rpl_free if the replacement function should be used. */
1532 /* Define as rpl_getgroups if getgroups doesn't work right. */
1535 /* Define to a replacement function name for getline(). */
1538 /* Define to rpl_gettimeofday if the replacement function should be used. */
1541 /* Define to `int' if <sys/types.h> doesn't define. */
1544 /* Define to rpl_gmtime if the replacement function should be used. */
1547 /* Define to `__inline__' or `__inline' if that's what the C compiler
1548 calls it, or to nothing if 'inline' is not supported under any name. */
1553 /* Define to `unsigned long int' if <sys/types.h> does not define. */
1556 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1559 /* Define to rpl_localtime if the replacement function should be used. */
1562 /* Define to `unsigned int' if <sys/types.h> does not define. */
1565 /* Define to rpl_malloc if the replacement function should be used. */
1568 /* Define to a type if <wchar.h> does not define. */
1571 /* Define to rpl_memcmp if the replacement function should be used. */
1574 /* Define to `unsigned int' if <sys/types.h> does not define. */
1577 /* Define to rpl_mkdir if the replacement function should be used. */
1580 /* Define to rpl_mkstemp if the replacement function should be used. */
1583 /* Define to rpl_mktime if the replacement function should be used. */
1586 /* Define to `int' if <sys/types.h> does not define. */
1589 /* Define to the name of the strftime replacement function. */
1592 /* Define to rpl_nanosleep if the replacement function should be used. */
1595 /* Define to `long' if <sys/types.h> does not define. */
1598 /* Define to `int' if <sys/types.h> does not define. */
1601 /* Define to rpl_putenv if the replacement function should be used. */
1604 /* Define to rpl_realloc if the replacement function should be used. */
1607 /* Define to rpl_rename if the replacement function should be used. */
1610 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1611 supported. Do not define if restrict is supported directly. */
1614 /* Define to empty if the C compiler doesn't support this keyword. */
1617 /* Define to `unsigned' if <sys/types.h> does not define. */
1620 /* Define as a signed type of the same size as size_t. */
1623 /* Define to rpl_strnlen if the replacement function should be used. */
1626 /* Define to rpl_strtod if the replacement function should be used. */
1629 /* Define to rpl_tzset if the wrapper function should be used. */
1632 /* Define to `int' if <sys/types.h> doesn't define. */
1635 /* Define to the type of a unsigned integer type of width exactly 32 bits if
1636 such a type exists and the standard includes do not define it. */
1639 /* Define to unsigned long or unsigned long long if <stdint.h> and
1640 <inttypes.h> don't define. */
1643 /* Define to the type of a unsigned integer type wide enough to hold a
1644 pointer, if such a type exists. */
1647 /* Define to rpl_utime if the replacement function should be used. */
1650 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1651 code using `volatile' can become incorrect without. Disable with care. */