194208Sache/* $FreeBSD$ */
298047Sache/* config.h.  Generated by configure.  */
398047Sache/* config.hin.  Generated from configure.ac by autoheader.  */
494208Sache
598047Sache/* Define if you have the Andrew File System. */
698047Sache/* #undef AFS */
794208Sache
898047Sache/* Define to the function xargmatch calls on failures. */
998047Sache#define ARGMATCH_DIE usage (1)
1094208Sache
1198047Sache/* Define to the declaration of the xargmatch failure function. */
1298047Sache#define ARGMATCH_DIE_DECL extern void usage ()
1394208Sache
1498047Sache/* Define to 1 if the `closedir' function returns void instead of `int'. */
1598047Sache/* #undef CLOSEDIR_VOID */
1698047Sache
1798047Sache/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
1898047Sache   systems. This function is required for `alloca.c' support on those systems.
1998047Sache   */
2094208Sache/* #undef CRAY_STACKSEG_END */
2194208Sache
2298047Sache/* Define to 1 if using `alloca.c'. */
2398047Sache/* #undef C_ALLOCA */
2498047Sache
2598047Sache/* Define to 1 if using `getloadavg.c'. */
2698047Sache/* #undef C_GETLOADAVG */
2798047Sache
28131452Stjr/* Define the default level of POSIX conformance. The value is of the form
29131452Stjr   YYYYMM, specifying the year and month the standard was adopted. If not
30131452Stjr   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
31131452Stjr   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
32131452Stjr   programs like `head', `tail', and `sort' accept obsolete options like `+10'
33131452Stjr   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
34131452Stjr   these standard programs treat leading-`+' operands as file names and
35131452Stjr   require modern usages like `-n 10' instead of `-10'. Whether defined here
36131452Stjr   or not, the default can be overridden at run time via the _POSIX2_VERSION
37131452Stjr   environment variable. */
38131452Stjr/* #undef DEFAULT_POSIX2_VERSION */
39131452Stjr
4098047Sache/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
4198047Sache/* #undef DGUX */
4298047Sache
4398047Sache/* the name of the file descriptor member of DIR */
4498047Sache/* #undef DIR_FD_MEMBER_NAME */
4598047Sache
4698047Sache#ifdef DIR_FD_MEMBER_NAME
4798047Sache# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
4898047Sache#else
4998047Sache# define DIR_TO_FD(Dir_p) -1
5098047Sache#endif
5198047Sache
5298047Sache
5398047Sache
5498047Sache/* Define if there is a member named d_ino in the struct describing directory
5598047Sache   headers. */
5698047Sache#define D_INO_IN_DIRENT 1
5798047Sache
5898047Sache/* Define to 1 if translation of program messages to the user's native
5998047Sache   language is requested. */
60119587Sache/* #undef ENABLE_NLS */
6198047Sache
6298047Sache/* Define on systems for which file names may have a so-called `drive letter'
6398047Sache   prefix, define this to compute the length of that prefix, including the
6498047Sache   colon. */
6598047Sache#define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
6698047Sache
6798047Sache/* Define if the backslash character may also serve as a file name component
6898047Sache   separator. */
6998047Sache#define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
7098047Sache
7198047Sache#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
7298047Sache# define FILESYSTEM_PREFIX_LEN(Filename) \
7398047Sache  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
7498047Sache#else
7598047Sache# define FILESYSTEM_PREFIX_LEN(Filename) 0
7698047Sache#endif
7798047Sache
7898047Sache/* Define to the type of elements in the array set by `getgroups'. Usually
7998047Sache   this is either `int' or `gid_t'. */
8098047Sache#define GETGROUPS_T gid_t
8198047Sache
82131452Stjr/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
83131452Stjr   */
8498047Sache/* #undef GETLOADAVG_PRIVILEGED */
8598047Sache
8698047Sache/* Define if gettimeofday clobbers localtime's static buffer. */
8798047Sache/* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER */
8898047Sache
8998047Sache/* The concatenation of the strings `GNU ', and PACKAGE. */
90131452Stjr#define GNU_PACKAGE "GNU coreutils"
9198047Sache
92131452Stjr/* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
93131452Stjr/* #undef GWINSZ_IN_SYS_IOCTL */
94131452Stjr
95131452Stjr/* Define if your system defines TIOCGWINSZ in sys/pty.h. */
96131452Stjr/* #undef GWINSZ_IN_SYS_PTY */
97131452Stjr
9898047Sache/* Define to 1 if you have the `acl' function. */
9998047Sache/* #undef HAVE_ACL */
10098047Sache
10198047Sache/* Define to 1 if you have the `alarm' function. */
10298047Sache#define HAVE_ALARM 1
10398047Sache
10498047Sache/* Define to 1 if you have `alloca', as a function or macro. */
10594208Sache#define HAVE_ALLOCA 1
10694208Sache
10798047Sache/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
10898047Sache   */
10994208Sache/* #undef HAVE_ALLOCA_H */
11094208Sache
11198047Sache/* Define to 1 if you have the <arpa/inet.h> header file. */
11298047Sache#define HAVE_ARPA_INET_H 1
11398047Sache
11498047Sache/* Define to 1 if you have the `atexit' function. */
11598047Sache#define HAVE_ATEXIT 1
11698047Sache
11798047Sache/* Define to 1 if you have the <bp-sym.h> header file. */
11898047Sache/* #undef HAVE_BP_SYM_H */
11998047Sache
12098047Sache/* Define to 1 if you have the `btowc' function. */
121119587Sache#define HAVE_BTOWC 1
12298047Sache
123131452Stjr/* Define to 1 if your system has a working `chown' function. */
124131452Stjr#define HAVE_CHOWN 1
12598047Sache
126131452Stjr/* Define to 1 if you have the `chroot' function. */
127131452Stjr#define HAVE_CHROOT 1
12898047Sache
12998047Sache/* Define to 1 if you have the `chsize' function. */
13098047Sache/* #undef HAVE_CHSIZE */
13198047Sache
13298047Sache/* Define to 1 if you have the `clock_gettime' function. */
13398047Sache#define HAVE_CLOCK_GETTIME 1
13498047Sache
135119587Sache/* Define to 1 if you have the `clock_settime' function. */
136119587Sache#define HAVE_CLOCK_SETTIME 1
137119587Sache
138131452Stjr/* FIXME */
139131452Stjr/* #undef HAVE_C_LINE */
14098047Sache
14198047Sache/* Define if the GNU dcgettext() function is already present or preinstalled.
14298047Sache   */
14398047Sache/* #undef HAVE_DCGETTEXT */
14498047Sache
14598047Sache/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
14698047Sache   you don't. */
14798047Sache#define HAVE_DECL_CLEARERR_UNLOCKED 1
14898047Sache
14998047Sache/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
15098047Sache   */
15198047Sache#define HAVE_DECL_DIRFD 1
15298047Sache
153131452Stjr/* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
154131452Stjr   don't. */
155131452Stjr#define HAVE_DECL_EUIDACCESS 0
156131452Stjr
15798047Sache/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
15898047Sache   don't. */
15998047Sache#define HAVE_DECL_FEOF_UNLOCKED 1
16098047Sache
16198047Sache/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
16298047Sache   you don't. */
16398047Sache#define HAVE_DECL_FERROR_UNLOCKED 1
16498047Sache
16598047Sache/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
16698047Sache   you don't. */
16798047Sache#define HAVE_DECL_FFLUSH_UNLOCKED 0
16898047Sache
16998047Sache/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
17098047Sache   you don't. */
17198047Sache#define HAVE_DECL_FGETS_UNLOCKED 0
17298047Sache
17398047Sache/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
17498047Sache   you don't. */
17598047Sache#define HAVE_DECL_FPUTC_UNLOCKED 0
17698047Sache
17798047Sache/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
17898047Sache   you don't. */
17998047Sache#define HAVE_DECL_FPUTS_UNLOCKED 0
18098047Sache
18198047Sache/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
18298047Sache   you don't. */
18398047Sache#define HAVE_DECL_FREAD_UNLOCKED 0
18498047Sache
18598047Sache/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
18698047Sache   */
18798047Sache#define HAVE_DECL_FREE 1
18898047Sache
18998047Sache/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
19098047Sache   you don't. */
19198047Sache#define HAVE_DECL_FWRITE_UNLOCKED 0
19298047Sache
19398047Sache/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
19498047Sache   you don't. */
19598047Sache#define HAVE_DECL_GETCHAR_UNLOCKED 1
19698047Sache
197131452Stjr/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
198131452Stjr   */
199131452Stjr#define HAVE_DECL_GETCWD 1
200119587Sache
20198047Sache/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
20298047Sache   don't. */
20398047Sache#define HAVE_DECL_GETC_UNLOCKED 1
20498047Sache
20598047Sache/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
20698047Sache   */
20798047Sache#define HAVE_DECL_GETENV 1
20898047Sache
20998047Sache/* Define to 1 if you have the declaration of `geteuid', and to 0 if you
21098047Sache   don't. */
21198047Sache#define HAVE_DECL_GETEUID 1
21298047Sache
21398047Sache/* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
21498047Sache   don't. */
21598047Sache#define HAVE_DECL_GETGRGID 1
21698047Sache
21798047Sache/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
21898047Sache   don't. */
21998047Sache#define HAVE_DECL_GETLOGIN 1
22098047Sache
22198047Sache/* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
22298047Sache   don't. */
22398047Sache#define HAVE_DECL_GETPWUID 1
22498047Sache
22598047Sache/* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
22698047Sache   */
22798047Sache#define HAVE_DECL_GETUID 1
22898047Sache
22998047Sache/* Define to 1 if you have the declaration of `getutent', and to 0 if you
23098047Sache   don't. */
23198047Sache#define HAVE_DECL_GETUTENT 0
23298047Sache
23398047Sache/* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
23498047Sache   */
23598047Sache#define HAVE_DECL_LSEEK 1
23698047Sache
23798047Sache/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
23898047Sache   */
23998047Sache#define HAVE_DECL_MALLOC 1
24098047Sache
24198047Sache/* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
24298047Sache   */
24398047Sache#define HAVE_DECL_MEMCHR 1
24498047Sache
24598047Sache/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
24698047Sache   don't. */
24798047Sache#define HAVE_DECL_MEMRCHR 0
24898047Sache
24998047Sache/* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
25098047Sache   don't. */
25198047Sache#define HAVE_DECL_NANOSLEEP 1
25298047Sache
25398047Sache/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
25498047Sache   you don't. */
25598047Sache#define HAVE_DECL_PUTCHAR_UNLOCKED 1
25698047Sache
25798047Sache/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
25898047Sache   don't. */
25998047Sache#define HAVE_DECL_PUTC_UNLOCKED 1
26098047Sache
26198047Sache/* Define to 1 if you have the declaration of `realloc', and to 0 if you
26298047Sache   don't. */
26398047Sache#define HAVE_DECL_REALLOC 1
26498047Sache
26598047Sache/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
26698047Sache   */
267105502Sobrien#define HAVE_DECL_STPCPY 1
26898047Sache
26998047Sache/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
27098047Sache   don't. */
27198047Sache#define HAVE_DECL_STRERROR_R 1
27298047Sache
27398047Sache/* Define to 1 if you have the declaration of `strndup', and to 0 if you
27498047Sache   don't. */
27598047Sache#define HAVE_DECL_STRNDUP 0
27698047Sache
27798047Sache/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
27898047Sache   don't. */
27998047Sache#define HAVE_DECL_STRNLEN 0
28098047Sache
281131452Stjr/* Define to 1 if you have the declaration of `strsignal', and to 0 if you
282131452Stjr   don't. */
283131452Stjr#define HAVE_DECL_STRSIGNAL 1
284131452Stjr
28598047Sache/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
28698047Sache   */
28798047Sache#define HAVE_DECL_STRSTR 1
28898047Sache
28998047Sache/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
29098047Sache   don't. */
29198047Sache#define HAVE_DECL_STRTOIMAX 1
29298047Sache
29398047Sache/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
29498047Sache   don't. */
295131452Stjr/* #undef HAVE_DECL_STRTOLL */
29698047Sache
29798047Sache/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
29898047Sache   don't. */
29998047Sache#define HAVE_DECL_STRTOUL 1
30098047Sache
30198047Sache/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
30298047Sache   don't. */
30398047Sache#define HAVE_DECL_STRTOULL 1
30498047Sache
30598047Sache/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
30698047Sache   don't. */
30798047Sache#define HAVE_DECL_STRTOUMAX 1
30898047Sache
309131452Stjr/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
310131452Stjr   don't. */
311131452Stjr#define HAVE_DECL_SYS_SIGLIST 1
312131452Stjr
31398047Sache/* Define to 1 if you have the declaration of `ttyname', and to 0 if you
31498047Sache   don't. */
31598047Sache#define HAVE_DECL_TTYNAME 1
31698047Sache
31798047Sache/* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
31898047Sache   */
319119587Sache#define HAVE_DECL_WCWIDTH 1
32098047Sache
321131452Stjr/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
322131452Stjr   don't. */
323131452Stjr#define HAVE_DECL__SYS_SIGLIST 0
324131452Stjr
32598047Sache/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
32698047Sache   don't. */
32798047Sache#define HAVE_DECL___FPENDING 0
32898047Sache
329131452Stjr/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
330131452Stjr   don't. */
331131452Stjr#define HAVE_DECL___SYS_SIGLIST 0
332131452Stjr
33398047Sache/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
33498047Sache   */
33598047Sache#define HAVE_DIRENT_H 1
33698047Sache
33798047Sache/* Define to 1 if you have the `dirfd' function. */
33898047Sache/* #undef HAVE_DIRFD */
33998047Sache
34098047Sache/* Define to 1 if you have the `dup2' function. */
34198047Sache#define HAVE_DUP2 1
34294208Sache
343131452Stjr/* Define to 1 if you have the <dustat.h> header file. */
344131452Stjr/* #undef HAVE_DUSTAT_H */
345131452Stjr
34698047Sache/* Define to 1 if you have the `endgrent' function. */
34798047Sache#define HAVE_ENDGRENT 1
34894208Sache
34998047Sache/* Define to 1 if you have the `endpwent' function. */
35098047Sache#define HAVE_ENDPWENT 1
35198047Sache
35298047Sache/* Define to 1 if you have the <errno.h> header file. */
35398047Sache#define HAVE_ERRNO_H 1
35498047Sache
35598047Sache/* Define to 1 if you have the `euidaccess' function. */
35698047Sache/* #undef HAVE_EUIDACCESS */
35798047Sache
35898047Sache/* Define to 1 if you have the `fchdir' function. */
35998047Sache#define HAVE_FCHDIR 1
36098047Sache
36198047Sache/* Define to 1 if you have the <fcntl.h> header file. */
36298047Sache#define HAVE_FCNTL_H 1
36398047Sache
36498047Sache/* Define to 1 if you have the `fdatasync' function. */
36598047Sache/* #undef HAVE_FDATASYNC */
36698047Sache
36798047Sache/* Define to 1 if you have the `fesetround' function. */
36898047Sache/* #undef HAVE_FESETROUND */
36998047Sache
37098047Sache/* Define to 1 if you have the <float.h> header file. */
37198047Sache#define HAVE_FLOAT_H 1
37298047Sache
37398047Sache/* Define to 1 if you have the `floor' function. */
37498047Sache#define HAVE_FLOOR 1
37598047Sache
37698047Sache/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
37798047Sache#define HAVE_FSEEKO 1
37898047Sache
37998047Sache/* Define to 1 if you have the <fs_info.h> header file. */
38098047Sache/* #undef HAVE_FS_INFO_H */
38198047Sache
38298047Sache/* Define to 1 if you have the `fs_stat_dev' function. */
38398047Sache/* #undef HAVE_FS_STAT_DEV */
38498047Sache
38598047Sache/* Define to 1 if you have the `ftruncate' function. */
38698047Sache#define HAVE_FTRUNCATE 1
38798047Sache
38898047Sache/* Define if struct statfs has the f_fstypename member. */
38998047Sache#define HAVE_F_FSTYPENAME_IN_STATFS 1
39098047Sache
39198047Sache/* Define to 1 if you have the `getcwd' function. */
39298047Sache#define HAVE_GETCWD 1
39398047Sache
39498047Sache/* Define if getcwd (NULL, 0) allocates memory for result. */
39598047Sache#define HAVE_GETCWD_NULL 1
39698047Sache
39798047Sache/* Define to 1 if you have the `getdelim' function. */
39898047Sache/* #undef HAVE_GETDELIM */
39998047Sache
400131452Stjr/* Define to 1 if your system has a working `getgroups' function. */
40198047Sache#define HAVE_GETGROUPS 1
40298047Sache
40398047Sache/* Define to 1 if you have the `gethostbyaddr' function. */
40498047Sache#define HAVE_GETHOSTBYADDR 1
40598047Sache
40698047Sache/* Define to 1 if you have the `gethostbyname' function. */
40798047Sache#define HAVE_GETHOSTBYNAME 1
40898047Sache
409131452Stjr/* Define to 1 if you have the `gethostid' function. */
410131452Stjr#define HAVE_GETHOSTID 1
411131452Stjr
41298047Sache/* Define to 1 if you have the `gethostname' function. */
41398047Sache#define HAVE_GETHOSTNAME 1
41498047Sache
41598047Sache/* Define to 1 if you have the `gethrtime' function. */
41698047Sache/* #undef HAVE_GETHRTIME */
41798047Sache
41898047Sache/* Define to 1 if you have the `getloadavg' function. */
41998047Sache#define HAVE_GETLOADAVG 1
42098047Sache
42198047Sache/* Define to 1 if you have the `getmntent' function. */
42298047Sache/* #undef HAVE_GETMNTENT */
42398047Sache
42498047Sache/* Define to 1 if you have the `getmntinfo' function. */
42598047Sache#define HAVE_GETMNTINFO 1
42698047Sache
42798047Sache/* Define to 1 if you have the `getpagesize' function. */
42898047Sache#define HAVE_GETPAGESIZE 1
42998047Sache
43098047Sache/* Define to 1 if you have the `getpass' function. */
43198047Sache#define HAVE_GETPASS 1
43298047Sache
43398047Sache/* Define to 1 if you have the `getspnam' function. */
43498047Sache/* #undef HAVE_GETSPNAM */
43598047Sache
436131452Stjr/* Define to 1 if you have the `getsysinfo' function. */
437131452Stjr/* #undef HAVE_GETSYSINFO */
438131452Stjr
43998047Sache/* Define if the GNU gettext() function is already present or preinstalled. */
44098047Sache/* #undef HAVE_GETTEXT */
44198047Sache
44298047Sache/* Define to 1 if you have the `gettimeofday' function. */
44398047Sache#define HAVE_GETTIMEOFDAY 1
44498047Sache
44598047Sache/* Define to 1 if you have the `getusershell' function. */
44698047Sache#define HAVE_GETUSERSHELL 1
44798047Sache
44898047Sache/* Define to 1 if you have the <grp.h> header file. */
44998047Sache#define HAVE_GRP_H 1
45098047Sache
45198047Sache/* Define to 1 if you have the `hasmntopt' function. */
45298047Sache/* #undef HAVE_HASMNTOPT */
45398047Sache
454119587Sache/* Define to 1 if you have the <hurd.h> header file. */
455119587Sache/* #undef HAVE_HURD_H */
456119587Sache
45798047Sache/* Define if you have the iconv() function. */
45898047Sache/* #undef HAVE_ICONV */
45998047Sache
46098047Sache/* Define to 1 if you have the `inet_ntoa' function. */
46198047Sache#define HAVE_INET_NTOA 1
46298047Sache
463131452Stjr/* Define to 1 if you have the `initgroups' function. */
464131452Stjr#define HAVE_INITGROUPS 1
465131452Stjr
466131452Stjr/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
467131452Stjr#define HAVE_INTMAX_T 1
468131452Stjr
469131452Stjr/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
47098047Sache#define HAVE_INTTYPES_H 1
47198047Sache
472131452Stjr/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
473131452Stjr   declares uintmax_t. */
474131452Stjr#define HAVE_INTTYPES_H_WITH_UINTMAX 1
475131452Stjr
47698047Sache/* Define to 1 if you have the `isascii' function. */
47798047Sache#define HAVE_ISASCII 1
47898047Sache
47998047Sache/* Define to 1 if you have the `iswcntrl' function. */
480119587Sache#define HAVE_ISWCNTRL 1
48198047Sache
48298047Sache/* Define to 1 if you have the `iswprint' function. */
483119587Sache#define HAVE_ISWPRINT 1
48498047Sache
48598047Sache/* Define to 1 if you have the `iswspace' function. */
486119587Sache#define HAVE_ISWSPACE 1
48798047Sache
48898047Sache/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
48998047Sache#define HAVE_LANGINFO_CODESET 1
49098047Sache
49198047Sache/* Define to 1 if you have the `lchown' function. */
49298047Sache#define HAVE_LCHOWN 1
49398047Sache
49498047Sache/* Define to 1 if you have the `dgc' library (-ldgc). */
49598047Sache/* #undef HAVE_LIBDGC */
49698047Sache
49798047Sache/* Define to 1 if you have the `kstat' library (-lkstat). */
49898047Sache/* #undef HAVE_LIBKSTAT */
49998047Sache
50098047Sache/* Define to 1 if you have the `ldgc' library (-lldgc). */
50198047Sache/* #undef HAVE_LIBLDGC */
50298047Sache
503131452Stjr/* Define to 1 if you have the `os' library (-los). */
504131452Stjr/* #undef HAVE_LIBOS */
505131452Stjr
50698047Sache/* Define to 1 if you have the `ypsec' library (-lypsec). */
50798047Sache/* #undef HAVE_LIBYPSEC */
50898047Sache
50998047Sache/* Define to 1 if you have the <limits.h> header file. */
51098047Sache#define HAVE_LIMITS_H 1
51198047Sache
51298047Sache/* Define to 1 if you have the `listmntent' function. */
51398047Sache/* #undef HAVE_LISTMNTENT */
51498047Sache
51598047Sache/* Define to 1 if you have the `localeconv' function. */
51698047Sache#define HAVE_LOCALECONV 1
51798047Sache
51898047Sache/* Define to 1 if you have the <locale.h> header file. */
51998047Sache#define HAVE_LOCALE_H 1
52098047Sache
521131452Stjr/* Define if you have the 'long double' type. */
522119587Sache#define HAVE_LONG_DOUBLE 1
52398047Sache
52498047Sache/* Define to 1 if you support file names longer than 14 characters. */
52598047Sache#define HAVE_LONG_FILE_NAMES 1
52698047Sache
527131452Stjr/* Define if you have the 'long long' type. */
52898047Sache#define HAVE_LONG_LONG 1
52998047Sache
530131452Stjr/* Define to 1 if `lstat' has the bug that it succeeds when given the
531131452Stjr   zero-length file name argument. */
53298047Sache/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
53398047Sache
534131452Stjr/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
535131452Stjr/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
536131452Stjr
53798047Sache/* Define to 1 if you have the <mach/mach.h> header file. */
53898047Sache/* #undef HAVE_MACH_MACH_H */
53998047Sache
540131452Stjr/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
541131452Stjr   to 0 otherwise. */
542119587Sache#define HAVE_MALLOC 1
54398047Sache
54498047Sache/* Define to 1 if you have the `mblen' function. */
54598047Sache#define HAVE_MBLEN 1
54698047Sache
54798047Sache/* Define to 1 if you have the `mbrlen' function. */
548119587Sache#define HAVE_MBRLEN 1
54998047Sache
55098047Sache/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
551119587Sache#define HAVE_MBRTOWC 1
55298047Sache
55398047Sache/* Define to 1 if you have the `mbsinit' function. */
554119587Sache#define HAVE_MBSINIT 1
55598047Sache
556119587Sache/* Define to 1 if you have the `mbsrtowcs' function. */
557119587Sache#define HAVE_MBSRTOWCS 1
558119587Sache
559119587Sache/* Define to 1 if <wchar.h> declares mbstate_t. */
560119587Sache#define HAVE_MBSTATE_T 1
561119587Sache
56298047Sache/* Define to 1 if you have the `memchr' function. */
56398047Sache#define HAVE_MEMCHR 1
56498047Sache
56598047Sache/* Define to 1 if you have the `memcpy' function. */
56698047Sache#define HAVE_MEMCPY 1
56798047Sache
56898047Sache/* Define to 1 if you have the `memmove' function. */
56998047Sache#define HAVE_MEMMOVE 1
57098047Sache
57198047Sache/* Define to 1 if you have the <memory.h> header file. */
57298047Sache#define HAVE_MEMORY_H 1
57398047Sache
57498047Sache/* Define to 1 if you have the `mempcpy' function. */
57598047Sache/* #undef HAVE_MEMPCPY */
57698047Sache
57798047Sache/* Define to 1 if you have the `memrchr' function. */
57898047Sache/* #undef HAVE_MEMRCHR */
57998047Sache
58098047Sache/* Define to 1 if you have the `memset' function. */
58198047Sache#define HAVE_MEMSET 1
58298047Sache
58398047Sache/* Define to 1 if you have the `mkfifo' function. */
58498047Sache#define HAVE_MKFIFO 1
58598047Sache
58698047Sache/* Define to 1 if you have the `mkstemp' function. */
58798047Sache#define HAVE_MKSTEMP 1
58898047Sache
58998047Sache/* Define to 1 if you have the <mntent.h> header file. */
59098047Sache/* #undef HAVE_MNTENT_H */
59198047Sache
59298047Sache/* Define to 1 if you have the <mnttab.h> header file. */
59398047Sache/* #undef HAVE_MNTTAB_H */
59498047Sache
59598047Sache/* Define to 1 if you have the `modf' function. */
59698047Sache#define HAVE_MODF 1
59798047Sache
59898047Sache/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
59998047Sache/* #undef HAVE_NDIR_H */
60098047Sache
60198047Sache/* Define to 1 if you have the <netdb.h> header file. */
60298047Sache#define HAVE_NETDB_H 1
60398047Sache
60498047Sache/* Define to 1 if you have the <netinet/in.h> header file. */
60598047Sache#define HAVE_NETINET_IN_H 1
60698047Sache
60798047Sache/* Define to 1 if you have the `next_dev' function. */
60898047Sache/* #undef HAVE_NEXT_DEV */
60998047Sache
610131452Stjr/* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
611131452Stjr/* #undef HAVE_NFS_NFS_CLNT_H */
612131452Stjr
613131452Stjr/* Define to 1 if you have the <nfs/vfs.h> header file. */
614131452Stjr/* #undef HAVE_NFS_VFS_H */
615131452Stjr
61698047Sache/* Define to 1 if you have the <nlist.h> header file. */
61798047Sache/* #undef HAVE_NLIST_H */
61898047Sache
61998047Sache/* Define to 1 if libc includes obstacks. */
62098047Sache/* #undef HAVE_OBSTACK */
62198047Sache
62298047Sache/* Define to 1 if you have the <OS.h> header file. */
62398047Sache/* #undef HAVE_OS_H */
62498047Sache
62598047Sache/* Define to 1 if you have the `pathconf' function. */
62698047Sache#define HAVE_PATHCONF 1
62798047Sache
62898047Sache/* Define to 1 if you have the <paths.h> header file. */
62998047Sache#define HAVE_PATHS_H 1
63098047Sache
63198047Sache/* Define if your system has the /proc/uptime special file. */
63298047Sache/* #undef HAVE_PROC_UPTIME */
63398047Sache
63498047Sache/* Define to 1 if you have the `pstat_getdynamic' function. */
63598047Sache/* #undef HAVE_PSTAT_GETDYNAMIC */
63698047Sache
63798047Sache/* Define to 1 if you have the `pstat_getstatic' function. */
63898047Sache/* #undef HAVE_PSTAT_GETSTATIC */
63998047Sache
640131452Stjr/* Define to 1 if the system has the type `ptrdiff_t'. */
641131452Stjr#define HAVE_PTRDIFF_T 1
64298047Sache
64398047Sache/* Define to 1 if you have the <pwd.h> header file. */
64498047Sache#define HAVE_PWD_H 1
64598047Sache
646131452Stjr/* Define to 1 if you have the `raise' function. */
647131452Stjr#define HAVE_RAISE 1
648131452Stjr
649131452Stjr/* Define to 1 if you have the `readlink' function. */
650131452Stjr#define HAVE_READLINK 1
651131452Stjr
652131452Stjr/* Define to 1 if your system has a GNU libc compatible `realloc' function,
653131452Stjr   and to 0 otherwise. */
654119587Sache#define HAVE_REALLOC 1
655119587Sache
65698047Sache/* Define to 1 if you have the `realpath' function. */
65798047Sache#define HAVE_REALPATH 1
65898047Sache
65998047Sache/* Define to 1 if you have the `resolvepath' function. */
66098047Sache/* #undef HAVE_RESOLVEPATH */
66198047Sache
66298047Sache/* Define to 1 if you have the `rint' function. */
66398047Sache#define HAVE_RINT 1
66498047Sache
66598047Sache/* Define to 1 if you have the `rmdir' function. */
66698047Sache#define HAVE_RMDIR 1
66798047Sache
66898047Sache/* Define to 1 if you have the `rpmatch' function. */
66998047Sache/* #undef HAVE_RPMATCH */
67098047Sache
671131452Stjr/* Define to 1 if you have run the test for working tzset. */
672131452Stjr#define HAVE_RUN_TZSET_TEST 1
673131452Stjr
67498047Sache/* Define to 1 if you have the `sethostname' function. */
67598047Sache#define HAVE_SETHOSTNAME 1
67698047Sache
67798047Sache/* Define to 1 if you have the `setlocale' function. */
67898047Sache#define HAVE_SETLOCALE 1
67998047Sache
680131452Stjr/* Define to 1 if you have the `setregid' function. */
681131452Stjr#define HAVE_SETREGID 1
682131452Stjr
683131452Stjr/* Define to 1 if you have the `setreuid' function. */
684131452Stjr#define HAVE_SETREUID 1
685131452Stjr
68698047Sache/* Define to 1 if you have the <shadow.h> header file. */
68798047Sache/* #undef HAVE_SHADOW_H */
68898047Sache
689119587Sache/* Define to 1 if you have the `sig2str' function. */
690119587Sache/* #undef HAVE_SIG2STR */
691119587Sache
692131452Stjr/* Define to 1 if you have the `snprintf' function. */
693131452Stjr#define HAVE_SNPRINTF 1
694119587Sache
69598047Sache/* Define to 1 if you have the `sqrt' function. */
69698047Sache/* #undef HAVE_SQRT */
69798047Sache
698119587Sache/* Define to 1 if you have the `statvfs' function. */
699119587Sache#define HAVE_STATVFS 1
700119587Sache
701131452Stjr/* Define to 1 if `stat' has the bug that it succeeds when given the
702131452Stjr   zero-length file name argument. */
70398047Sache/* #undef HAVE_STAT_EMPTY_STRING_BUG */
70498047Sache
705119587Sache/* Define to 1 if stdbool.h conforms to C99. */
70698047Sache#define HAVE_STDBOOL_H 1
70798047Sache
70898047Sache/* Define to 1 if you have the <stddef.h> header file. */
70998047Sache#define HAVE_STDDEF_H 1
71098047Sache
71198047Sache/* Define to 1 if you have the <stdint.h> header file. */
71298047Sache#define HAVE_STDINT_H 1
71398047Sache
714131452Stjr/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
715131452Stjr   uintmax_t. */
716131452Stjr#define HAVE_STDINT_H_WITH_UINTMAX 1
717131452Stjr
71898047Sache/* Define to 1 if you have the <stdio_ext.h> header file. */
71998047Sache/* #undef HAVE_STDIO_EXT_H */
72098047Sache
72198047Sache/* Define to 1 if you have the <stdlib.h> header file. */
72298047Sache#define HAVE_STDLIB_H 1
72398047Sache
72498047Sache/* Define to 1 if you have the `stpcpy' function. */
725105502Sobrien#define HAVE_STPCPY 1
72698047Sache
72798047Sache/* Define to 1 if you have the `strcasecmp' function. */
72898047Sache#define HAVE_STRCASECMP 1
72998047Sache
73098047Sache/* Define to 1 if you have the `strchr' function. */
73198047Sache#define HAVE_STRCHR 1
73298047Sache
733131452Stjr/* Define to 1 if you have the `strcoll' function and it is properly defined.
734131452Stjr   */
735131452Stjr#define HAVE_STRCOLL 1
736131452Stjr
73798047Sache/* Define to 1 if you have the `strcspn' function. */
73898047Sache#define HAVE_STRCSPN 1
73998047Sache
74098047Sache/* Define to 1 if you have the `strdup' function. */
74198047Sache#define HAVE_STRDUP 1
74298047Sache
74398047Sache/* Define to 1 if you have the `strerror' function. */
74498047Sache#define HAVE_STRERROR 1
74598047Sache
74698047Sache/* Define to 1 if you have the `strerror_r' function. */
74798047Sache#define HAVE_STRERROR_R 1
74898047Sache
74998047Sache/* Define to 1 if you have the `strftime' function. */
75098047Sache#define HAVE_STRFTIME 1
75198047Sache
75298047Sache/* Define to 1 if you have the <strings.h> header file. */
75398047Sache#define HAVE_STRINGS_H 1
75498047Sache
75598047Sache/* Define to 1 if you have the <string.h> header file. */
75698047Sache#define HAVE_STRING_H 1
75798047Sache
75898047Sache/* Define to 1 if you have the `strncasecmp' function. */
75998047Sache#define HAVE_STRNCASECMP 1
76098047Sache
76198047Sache/* Define to 1 if you have the `strndup' function. */
762185777Skib#define HAVE_STRNDUP 1
76398047Sache
76498047Sache/* Define to 1 if you have the `strpbrk' function. */
76598047Sache#define HAVE_STRPBRK 1
76698047Sache
76798047Sache/* Define to 1 if you have the `strrchr' function. */
76898047Sache#define HAVE_STRRCHR 1
76998047Sache
77098047Sache/* Define to 1 if you have the `strstr' function. */
77198047Sache#define HAVE_STRSTR 1
77298047Sache
77398047Sache/* Define to 1 if you have the `strtoimax' function. */
77498047Sache#define HAVE_STRTOIMAX 1
77598047Sache
77698047Sache/* Define to 1 if you have the `strtol' function. */
77798047Sache#define HAVE_STRTOL 1
77898047Sache
77998047Sache/* Define to 1 if you have the `strtoll' function. */
780131452Stjr#define HAVE_STRTOLL 1
78198047Sache
78298047Sache/* Define to 1 if you have the `strtoul' function. */
78398047Sache#define HAVE_STRTOUL 1
78498047Sache
78598047Sache/* Define to 1 if you have the `strtoull' function. */
786131452Stjr#define HAVE_STRTOULL 1
78798047Sache
78898047Sache/* Define to 1 if you have the `strtoumax' function. */
78998047Sache#define HAVE_STRTOUMAX 1
79098047Sache
791119587Sache/* Define if there is a member named d_type in the struct describing directory
792119587Sache   headers. */
793119587Sache#define HAVE_STRUCT_DIRENT_D_TYPE 1
794119587Sache
79598047Sache/* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
79698047Sache/* #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME */
79798047Sache
79898047Sache/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
79998047Sache/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
80098047Sache
80198047Sache/* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
80298047Sache/* #undef HAVE_STRUCT_SPWD_SP_PWDP */
80398047Sache
804119587Sache/* Define to 1 if `f_basetype' is member of `struct statfs'. */
805119587Sache/* #undef HAVE_STRUCT_STATFS_F_BASETYPE */
806119587Sache
807119587Sache/* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
808119587Sache/* #undef HAVE_STRUCT_STATFS_F_FSID___VAL */
809119587Sache
810119587Sache/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
811119587Sache/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
812119587Sache
813119587Sache/* Define to 1 if `f_namelen' is member of `struct statfs'. */
814119587Sache/* #undef HAVE_STRUCT_STATFS_F_NAMELEN */
815119587Sache
816119587Sache/* Define to 1 if `f_namemax' is member of `struct statfs'. */
817119587Sache/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
818119587Sache
819119587Sache/* Define to 1 if `f_type' is member of `struct statfs'. */
820119587Sache/* #undef HAVE_STRUCT_STATFS_F_TYPE */
821119587Sache
822119587Sache/* Define to 1 if `f_basetype' is member of `struct statvfs'. */
823119587Sache/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
824119587Sache
825119587Sache/* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
826119587Sache/* #undef HAVE_STRUCT_STATVFS_F_FSID___VAL */
827119587Sache
828119587Sache/* Define to 1 if `f_namelen' is member of `struct statvfs'. */
829119587Sache/* #undef HAVE_STRUCT_STATVFS_F_NAMELEN */
830119587Sache
831119587Sache/* Define to 1 if `f_namemax' is member of `struct statvfs'. */
832119587Sache#define HAVE_STRUCT_STATVFS_F_NAMEMAX 1
833119587Sache
834119587Sache/* Define to 1 if `f_type' is member of `struct statvfs'. */
835119587Sache/* #undef HAVE_STRUCT_STATVFS_F_TYPE */
836119587Sache
837119587Sache/* Define to 1 if `st_author' is member of `struct stat'. */
838119587Sache/* #undef HAVE_STRUCT_STAT_ST_AUTHOR */
839119587Sache
84098047Sache/* Define to 1 if `st_blksize' is member of `struct stat'. */
84198047Sache#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
84298047Sache
84398047Sache/* Define to 1 if `st_blocks' is member of `struct stat'. */
84498047Sache#define HAVE_STRUCT_STAT_ST_BLOCKS 1
84598047Sache
84698047Sache/* Define if struct timespec is declared in <time.h>. */
84798047Sache#define HAVE_STRUCT_TIMESPEC 1
84898047Sache
84998047Sache/* Define to 1 if `tm_zone' is member of `struct tm'. */
85098047Sache#define HAVE_STRUCT_TM_TM_ZONE 1
85198047Sache
85298047Sache/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
85398047Sache   have utime.h but don't declare the struct anywhere. */
85498047Sache#define HAVE_STRUCT_UTIMBUF 1
85598047Sache
856131452Stjr/* Define to 1 if `ut_exit' is member of `struct utmpx'. */
857131452Stjr/* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
858131452Stjr
859119587Sache/* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
860119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT */
861119587Sache
862119587Sache/* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
863119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION */
864119587Sache
865119587Sache/* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
866119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT */
867119587Sache
868119587Sache/* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
869119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION */
870119587Sache
871119587Sache/* Define to 1 if `ut_id' is member of `struct utmpx'. */
872119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_ID */
873119587Sache
87498047Sache/* Define to 1 if `ut_name' is member of `struct utmpx'. */
87598047Sache/* #undef HAVE_STRUCT_UTMPX_UT_NAME */
87698047Sache
877119587Sache/* Define to 1 if `ut_pid' is member of `struct utmpx'. */
878119587Sache/* #undef HAVE_STRUCT_UTMPX_UT_PID */
879119587Sache
88098047Sache/* Define to 1 if `ut_type' is member of `struct utmpx'. */
88198047Sache/* #undef HAVE_STRUCT_UTMPX_UT_TYPE */
88298047Sache
88398047Sache/* Define to 1 if `ut_user' is member of `struct utmpx'. */
88498047Sache/* #undef HAVE_STRUCT_UTMPX_UT_USER */
88598047Sache
886131452Stjr/* Define to 1 if `ut_exit' is member of `struct utmp'. */
887131452Stjr/* #undef HAVE_STRUCT_UTMP_UT_EXIT */
888131452Stjr
889119587Sache/* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
890119587Sache/* #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT */
891119587Sache
892119587Sache/* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
893119587Sache/* #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION */
894119587Sache
895119587Sache/* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
896119587Sache/* #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT */
897119587Sache
898119587Sache/* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
899119587Sache/* #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION */
900119587Sache
901119587Sache/* Define to 1 if `ut_id' is member of `struct utmp'. */
902119587Sache/* #undef HAVE_STRUCT_UTMP_UT_ID */
903119587Sache
90498047Sache/* Define to 1 if `ut_name' is member of `struct utmp'. */
90598047Sache#define HAVE_STRUCT_UTMP_UT_NAME 1
90698047Sache
907119587Sache/* Define to 1 if `ut_pid' is member of `struct utmp'. */
908119587Sache/* #undef HAVE_STRUCT_UTMP_UT_PID */
909119587Sache
91098047Sache/* Define to 1 if `ut_type' is member of `struct utmp'. */
91198047Sache/* #undef HAVE_STRUCT_UTMP_UT_TYPE */
91298047Sache
91398047Sache/* Define to 1 if `ut_user' is member of `struct utmp'. */
91498047Sache/* #undef HAVE_STRUCT_UTMP_UT_USER */
91598047Sache
91698047Sache/* Define to 1 if you have the `strverscmp' function. */
91798047Sache/* #undef HAVE_STRVERSCMP */
91898047Sache
91998047Sache/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
92098047Sache   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
92198047Sache#define HAVE_ST_BLOCKS 1
92298047Sache
92398047Sache/* Define if struct stat has an st_dm_mode member. */
92498047Sache/* #undef HAVE_ST_DM_MODE */
92598047Sache
926119587Sache/* Define to 1 if you have the `sysctl' function. */
927119587Sache#define HAVE_SYSCTL 1
928119587Sache
92998047Sache/* Define to 1 if you have the `sysinfo' function. */
93098047Sache/* #undef HAVE_SYSINFO */
93198047Sache
932131452Stjr/* FIXME */
933131452Stjr#define HAVE_SYSLOG 1
934131452Stjr
93598047Sache/* Define to 1 if you have the <syslog.h> header file. */
93698047Sache#define HAVE_SYSLOG_H 1
93798047Sache
938131452Stjr/* Define to 1 if you have the `sysmp' function. */
939131452Stjr/* #undef HAVE_SYSMP */
940131452Stjr
94198047Sache/* Define to 1 if you have the <sys/acl.h> header file. */
94298047Sache#define HAVE_SYS_ACL_H 1
94398047Sache
94498047Sache/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
94598047Sache   */
94698047Sache/* #undef HAVE_SYS_DIR_H */
94798047Sache
94898047Sache/* Define to 1 if you have the <sys/filsys.h> header file. */
94998047Sache/* #undef HAVE_SYS_FILSYS_H */
95098047Sache
95198047Sache/* Define to 1 if you have the <sys/fstyp.h> header file. */
95298047Sache/* #undef HAVE_SYS_FSTYP_H */
95398047Sache
95498047Sache/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
95598047Sache/* #undef HAVE_SYS_FS_S5PARAM_H */
95698047Sache
95798047Sache/* Define to 1 if you have the <sys/fs_types.h> header file. */
95898047Sache/* #undef HAVE_SYS_FS_TYPES_H */
95998047Sache
96098047Sache/* Define to 1 if you have the <sys/ioctl.h> header file. */
96198047Sache#define HAVE_SYS_IOCTL_H 1
96298047Sache
96398047Sache/* Define to 1 if you have the <sys/mntent.h> header file. */
96498047Sache/* #undef HAVE_SYS_MNTENT_H */
96598047Sache
96698047Sache/* Define to 1 if you have the <sys/mount.h> header file. */
96798047Sache#define HAVE_SYS_MOUNT_H 1
96898047Sache
96998047Sache/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
97098047Sache   */
97198047Sache/* #undef HAVE_SYS_NDIR_H */
97298047Sache
97398047Sache/* Define to 1 if you have the <sys/param.h> header file. */
97498047Sache#define HAVE_SYS_PARAM_H 1
97598047Sache
97698047Sache/* Define to 1 if you have the <sys/pstat.h> header file. */
97798047Sache/* #undef HAVE_SYS_PSTAT_H */
97898047Sache
97998047Sache/* Define to 1 if you have the <sys/resource.h> header file. */
98098047Sache#define HAVE_SYS_RESOURCE_H 1
98198047Sache
98298047Sache/* Define to 1 if you have the <sys/socket.h> header file. */
98398047Sache#define HAVE_SYS_SOCKET_H 1
98498047Sache
98598047Sache/* Define to 1 if you have the <sys/statfs.h> header file. */
98698047Sache/* #undef HAVE_SYS_STATFS_H */
98798047Sache
98898047Sache/* Define to 1 if you have the <sys/statvfs.h> header file. */
989119587Sache#define HAVE_SYS_STATVFS_H 1
99098047Sache
99198047Sache/* Define to 1 if you have the <sys/stat.h> header file. */
99298047Sache#define HAVE_SYS_STAT_H 1
99398047Sache
994119587Sache/* Define to 1 if you have the <sys/sysctl.h> header file. */
995119587Sache#define HAVE_SYS_SYSCTL_H 1
996119587Sache
997131452Stjr/* Define to 1 if you have the <sys/sysinfo.h> header file. */
998131452Stjr/* #undef HAVE_SYS_SYSINFO_H */
999131452Stjr
1000119587Sache/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1001119587Sache/* #undef HAVE_SYS_SYSMACROS_H */
1002119587Sache
1003131452Stjr/* Define to 1 if you have the <sys/sysmp.h> header file. */
1004131452Stjr/* #undef HAVE_SYS_SYSMP_H */
1005131452Stjr
1006131452Stjr/* Define to 1 if you have the <sys/systemcfg.h> header file. */
1007131452Stjr/* #undef HAVE_SYS_SYSTEMCFG_H */
1008131452Stjr
100998047Sache/* Define to 1 if you have the <sys/systeminfo.h> header file. */
101098047Sache/* #undef HAVE_SYS_SYSTEMINFO_H */
101198047Sache
1012131452Stjr/* Define to 1 if you have the <sys/table.h> header file. */
1013131452Stjr/* #undef HAVE_SYS_TABLE_H */
1014131452Stjr
101598047Sache/* Define to 1 if you have the <sys/timeb.h> header file. */
101698047Sache#define HAVE_SYS_TIMEB_H 1
101798047Sache
101898047Sache/* Define to 1 if you have the <sys/time.h> header file. */
101998047Sache#define HAVE_SYS_TIME_H 1
102098047Sache
102198047Sache/* Define to 1 if you have the <sys/types.h> header file. */
102298047Sache#define HAVE_SYS_TYPES_H 1
102398047Sache
102498047Sache/* Define to 1 if you have the <sys/ucred.h> header file. */
1025131452Stjr/* #undef HAVE_SYS_UCRED_H */
102698047Sache
102798047Sache/* Define to 1 if you have the <sys/vfs.h> header file. */
102898047Sache/* #undef HAVE_SYS_VFS_H */
102998047Sache
103098047Sache/* Define to 1 if you have the <sys/wait.h> header file. */
103198047Sache#define HAVE_SYS_WAIT_H 1
103298047Sache
1033131452Stjr/* Define to 1 if you have the `table' function. */
1034131452Stjr/* #undef HAVE_TABLE */
1035131452Stjr
103698047Sache/* Define to 1 if you have the <termios.h> header file. */
103798047Sache#define HAVE_TERMIOS_H 1
103898047Sache
103998047Sache/* Define if struct tm has the tm_gmtoff member. */
104098047Sache#define HAVE_TM_GMTOFF 1
104198047Sache
104298047Sache/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
104398047Sache   `HAVE_STRUCT_TM_TM_ZONE' instead. */
104498047Sache#define HAVE_TM_ZONE 1
104598047Sache
104698047Sache/* Define to 1 if you don't have `tm_zone' but do have the external array
104798047Sache   `tzname'. */
104898047Sache/* #undef HAVE_TZNAME */
104998047Sache
105098047Sache/* Define to 1 if you have the `tzset' function. */
105198047Sache#define HAVE_TZSET 1
105298047Sache
1053131452Stjr/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
1054131452Stjr#define HAVE_UINTMAX_T 1
1055119587Sache
1056131452Stjr/* Define to 1 if you have the `uname' function. */
1057131452Stjr#define HAVE_UNAME 1
1058131452Stjr
105998047Sache/* Define to 1 if you have the <unistd.h> header file. */
106098047Sache#define HAVE_UNISTD_H 1
106198047Sache
1062131452Stjr/* Define if you have the 'unsigned long long' type. */
106398047Sache#define HAVE_UNSIGNED_LONG_LONG 1
106498047Sache
106598047Sache/* Define if utimes accepts a null argument */
106698047Sache/* #undef HAVE_UTIMES_NULL */
106798047Sache
106898047Sache/* Define to 1 if you have the <utime.h> header file. */
106998047Sache#define HAVE_UTIME_H 1
107098047Sache
107198047Sache/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
107298047Sache#define HAVE_UTIME_NULL 1
107398047Sache
107498047Sache/* Define to 1 if you have the `utmpname' function. */
107598047Sache/* #undef HAVE_UTMPNAME */
107698047Sache
107798047Sache/* Define to 1 if you have the `utmpxname' function. */
107898047Sache/* #undef HAVE_UTMPXNAME */
107998047Sache
1080131452Stjr/* FIXME */
108198047Sache/* #undef HAVE_UTMPX_H */
108298047Sache
108398047Sache/* Define to 1 if you have the <utmp.h> header file. */
108498047Sache#define HAVE_UTMP_H 1
108598047Sache
1086131452Stjr/* FIXME */
1087131452Stjr#define HAVE_UT_HOST 1
1088131452Stjr
108998047Sache/* Define to 1 if you have the <values.h> header file. */
1090119587Sache/* #undef HAVE_VALUES_H */
109198047Sache
1092131452Stjr/* Define to 1 if you have the `vasnprintf' function. */
1093131452Stjr/* #undef HAVE_VASNPRINTF */
109494208Sache
1095131452Stjr/* Define to 1 if you have the `vasprintf' function. */
1096131452Stjr#define HAVE_VASPRINTF 1
1097131452Stjr
109898047Sache/* Define to 1 if you have the <wchar.h> header file. */
109998047Sache#define HAVE_WCHAR_H 1
110094208Sache
1101131452Stjr/* Define if you have the 'wchar_t' type. */
1102131452Stjr#define HAVE_WCHAR_T 1
1103131452Stjr
110498047Sache/* Define to 1 if you have the `wcrtomb' function. */
1105119587Sache#define HAVE_WCRTOMB 1
110694208Sache
1107131452Stjr/* Define to 1 if you have the `wcslen' function. */
1108131452Stjr#define HAVE_WCSLEN 1
1109131452Stjr
111098047Sache/* Define to 1 if you have the <wctype.h> header file. */
111198047Sache#define HAVE_WCTYPE_H 1
111294208Sache
111398047Sache/* Define to 1 if you have the `wcwidth' function. */
1114119587Sache#define HAVE_WCWIDTH 1
111594208Sache
1116131452Stjr/* Define if you have the 'wint_t' type. */
1117131452Stjr#define HAVE_WINT_T 1
1118131452Stjr
1119119587Sache/* Define to 1 if you have the `wmempcpy' function. */
1120119587Sache/* #undef HAVE_WMEMPCPY */
112194208Sache
1122131452Stjr/* Define if readdir is found to work properly in some unusual cases. */
1123131452Stjr#define HAVE_WORKING_READDIR 1
112498047Sache
1125131452Stjr/* Define if utimes works properly. */
1126131452Stjr#define HAVE_WORKING_UTIMES 1
1127131452Stjr
1128131452Stjr/* Define to 1 if the system has the type `_Bool'. */
1129131452Stjr#define HAVE__BOOL 1
1130131452Stjr
1131131452Stjr/* Define to 1 if you have the external variable, _system_configuration with a
1132131452Stjr   member named physmem. */
1133131452Stjr/* #undef HAVE__SYSTEM_CONFIGURATION */
1134131452Stjr
113598047Sache/* Define to 1 if you have the `__fpending' function. */
113698047Sache/* #undef HAVE___FPENDING */
113798047Sache
113898047Sache/* Define to 1 if you have the `__secure_getenv' function. */
113998047Sache/* #undef HAVE___SECURE_GETENV */
114098047Sache
114198047Sache/* The host operating system. */
114298047Sache#define HOST_OPERATING_SYSTEM "FreeBSD"
114398047Sache
114498047Sache/* Define as const if the declaration of iconv() needs const. */
1145131452Stjr/* #undef ICONV_CONST */
114698047Sache
114798047Sache#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
114898047Sache# define ISSLASH(C) ((C) == '/' || (C) == '\\')
114998047Sache#else
115098047Sache# define ISSLASH(C) ((C) == '/')
115198047Sache#endif
115298047Sache
115398047Sache/* Define if `link(2)' dereferences symbolic links. */
115498047Sache#define LINK_FOLLOWS_SYMLINKS 1
115598047Sache
1156131452Stjr/* FIXME */
1157131452Stjr#define LOCALTIME_CACHE 1
1158131452Stjr
115998047Sache/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
116098047Sache   slash. */
116198047Sache/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
116298047Sache
116398047Sache/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
116498047Sache   */
116598047Sache/* #undef MAJOR_IN_MKDEV */
116698047Sache
116798047Sache/* Define to 1 if `major', `minor', and `makedev' are declared in
116898047Sache   <sysmacros.h>. */
116998047Sache/* #undef MAJOR_IN_SYSMACROS */
117098047Sache
117198047Sache/* Define if there is no specific function for reading the list of mounted
117298047Sache   filesystems. fread will be used to read /etc/mnttab. (SVR2) */
117398047Sache/* #undef MOUNTED_FREAD */
117498047Sache
117598047Sache/* Define if (like SVR2) there is no specific function for reading the list of
117698047Sache   mounted filesystems, and your system has these header files: <sys/fstyp.h>
117798047Sache   and <sys/statfs.h>. (SVR3) */
117898047Sache/* #undef MOUNTED_FREAD_FSTYP */
117998047Sache
118098047Sache/* Define if there are functions named next_dev and fs_stat_dev for reading
118198047Sache   the list of mounted filesystems. (BeOS) */
118298047Sache/* #undef MOUNTED_FS_STAT_DEV */
118398047Sache
118498047Sache/* Define if there is a function named getfsstat for reading the list of
118598047Sache   mounted filesystems. (DEC Alpha running OSF/1) */
118698047Sache/* #undef MOUNTED_GETFSSTAT */
118798047Sache
118898047Sache/* Define if there is a function named getmnt for reading the list of mounted
118998047Sache   filesystems. (Ultrix) */
119098047Sache/* #undef MOUNTED_GETMNT */
119198047Sache
119298047Sache/* Define if there is a function named getmntent for reading the list of
119398047Sache   mounted filesystems, and that function takes a single argument. (4.3BSD,
119498047Sache   SunOS, HP-UX, Dynix, Irix) */
119598047Sache/* #undef MOUNTED_GETMNTENT1 */
119698047Sache
119798047Sache/* Define if there is a function named getmntent for reading the list of
119898047Sache   mounted filesystems, and that function takes two arguments. (SVR4) */
119998047Sache/* #undef MOUNTED_GETMNTENT2 */
120098047Sache
120198047Sache/* Define if there is a function named getmntinfo for reading the list of
1202119587Sache   mounted filesystems. (4.4BSD, Darwin) */
120398047Sache#define MOUNTED_GETMNTINFO 1
120498047Sache
120598047Sache/* Define if there is a function named listmntent that can be used to list all
120698047Sache   mounted filesystems. (UNICOS) */
120798047Sache/* #undef MOUNTED_LISTMNTENT */
120898047Sache
120998047Sache/* Define if there is a function named mntctl that can be used to read the
121098047Sache   list of mounted filesystems, and there is a system header file that
121198047Sache   declares `struct vmount.' (AIX) */
121298047Sache/* #undef MOUNTED_VMOUNT */
121398047Sache
121498047Sache/* Define to 1 if assertions should be disabled. */
121598047Sache/* #undef NDEBUG */
121698047Sache
1217131452Stjr/* FIXME */
1218131452Stjr/* #undef NICE_PRIORITY */
1219131452Stjr
122098047Sache/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
122198047Sache   on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
122298047Sache/* #undef NLIST_NAME_UNION */
122398047Sache
122498047Sache/* Name of package */
1225131452Stjr#define PACKAGE "coreutils"
122698047Sache
122798047Sache/* Define to the address where bug reports for this package should be sent. */
1228131452Stjr#define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
122998047Sache
123098047Sache/* Define to the full name of this package. */
1231131452Stjr#define PACKAGE_NAME "GNU coreutils"
123298047Sache
123398047Sache/* Define to the full name and version of this package. */
1234133551Stjr#define PACKAGE_STRING "GNU coreutils 5.3.0-20040812-FreeBSD"
123598047Sache
123698047Sache/* Define to the one symbol short name of this package. */
1237131452Stjr#define PACKAGE_TARNAME "coreutils"
123898047Sache
123998047Sache/* Define to the version of this package. */
1240133551Stjr#define PACKAGE_VERSION "5.3.0-20040812-FreeBSD"
124198047Sache
124298047Sache/* the number of pending output bytes on stream `fp' */
1243178781Sjhb#define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base
124498047Sache
1245131452Stjr/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1246131452Stjr/* #undef PRI_MACROS_BROKEN */
1247131452Stjr
124898047Sache/* Define to 1 if the C compiler supports function prototypes. */
124998047Sache#define PROTOTYPES 1
125098047Sache
125198047Sache/* Define if rename does not work for source paths with a trailing slash, like
125298047Sache   the one from SunOS 4.1.1_U1. */
125398047Sache/* #undef RENAME_TRAILING_SLASH_BUG */
125498047Sache
125598047Sache/* Define as the return type of signal handlers (`int' or `void'). */
125694208Sache#define RETSIGTYPE void
125794208Sache
125898047Sache/* the value to which errno is set when rmdir fails on a nonempty directory */
125998047Sache#define RMDIR_ERRNO_NOT_EMPTY 66
126094208Sache
126198047Sache/* Define to 1 if the `setvbuf' function takes the buffering type as its
126298047Sache   second argument and the buffer pointer as the third, as on System V before
126398047Sache   release 3. */
126498047Sache/* #undef SETVBUF_REVERSED */
126598047Sache
126694208Sache/* If using the C implementation of alloca, define if you know the
126794208Sache   direction of stack growth for your system; otherwise it will be
126894208Sache   automatically deduced at run-time.
1269131452Stjr	STACK_DIRECTION > 0 => grows toward higher addresses
1270131452Stjr	STACK_DIRECTION < 0 => grows toward lower addresses
1271131452Stjr	STACK_DIRECTION = 0 => direction of growth unknown */
127294208Sache/* #undef STACK_DIRECTION */
127394208Sache
1274131452Stjr/* Define if the block counts reported by statfs may be truncated to 2GB and
1275131452Stjr   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1276131452Stjr   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1277131452Stjr   affected.) */
1278131452Stjr/* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
1279131452Stjr
128098047Sache/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
128194208Sache/* #undef STAT_MACROS_BROKEN */
128294208Sache
128398047Sache/* Define if there is no specific function for reading filesystems usage
128498047Sache   information and you have the <sys/filsys.h> header file. (SVR2) */
128598047Sache/* #undef STAT_READ_FILSYS */
128698047Sache
128798047Sache/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
128898047Sache   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1289119587Sache/* #undef STAT_STATFS2_BSIZE */
129098047Sache
129198047Sache/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
129298047Sache   (4.4BSD, NetBSD) */
129398047Sache/* #undef STAT_STATFS2_FSIZE */
129498047Sache
129598047Sache/* Define if statfs takes 2 args and the second argument has type struct
129698047Sache   fs_data. (Ultrix) */
129798047Sache/* #undef STAT_STATFS2_FS_DATA */
129898047Sache
129998047Sache/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
130098047Sache/* #undef STAT_STATFS3_OSF1 */
130198047Sache
130298047Sache/* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
130398047Sache/* #undef STAT_STATFS4 */
130498047Sache
130598047Sache/* Define if there is a function named statvfs. (SVR4) */
1306119587Sache#define STAT_STATVFS 1
130798047Sache
130898047Sache/* Define to 1 if you have the ANSI C header files. */
130994208Sache#define STDC_HEADERS 1
131094208Sache
131198047Sache/* Define to 1 if strerror_r returns char *. */
131298047Sache/* #undef STRERROR_R_CHAR_P */
131398047Sache
131498047Sache/* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
131598047Sache   */
131698047Sache/* #undef ST_MTIM_NSEC */
131798047Sache
131898047Sache/* Define to 1 on System V Release 4. */
131998047Sache/* #undef SVR4 */
132098047Sache
1321131452Stjr/* FIXME */
1322131452Stjr/* #undef TERMIOS_NEEDS_XOPEN_SOURCE */
1323131452Stjr
132498047Sache/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
132598047Sache#define TIME_WITH_SYS_TIME 1
132698047Sache
132798047Sache/* Define to 1 if your <sys/time.h> declares `struct tm'. */
132898047Sache/* #undef TM_IN_SYS_TIME */
132998047Sache
1330131452Stjr/* Define if tzset clobbers localtime's static buffer. */
1331131452Stjr/* #undef TZSET_CLOBBERS_LOCALTIME_BUFFER */
1332131452Stjr
133398047Sache/* Define to 1 for Encore UMAX. */
133498047Sache/* #undef UMAX */
133598047Sache
133698047Sache/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
133798047Sache   <sys/cpustats.h>. */
133898047Sache/* #undef UMAX4_3 */
133998047Sache
134098047Sache/* Version number of package */
1341133551Stjr#define VERSION "5.3.0-20040812-FreeBSD"
134298047Sache
1343131452Stjr/* Define if sys/ptem.h is required for struct winsize. */
1344131452Stjr/* #undef WINSIZE_IN_PTEM */
1345131452Stjr
134698047Sache/* Define to 1 if your processor stores words with the most significant byte
134798047Sache   first (like Motorola and SPARC, unlike Intel and VAX). */
134894208Sache/* #undef WORDS_BIGENDIAN */
134994208Sache
135098047Sache/* Define to 1 if on AIX 3.
135198047Sache   System headers sometimes define this.
135298047Sache   We just want to avoid a redefinition error message.  */
135398047Sache#ifndef _ALL_SOURCE
135498047Sache/* # undef _ALL_SOURCE */
135598047Sache#endif
135694208Sache
135798047Sache/* Number of bits in a file offset, on hosts where this is settable. */
135898047Sache/* #undef _FILE_OFFSET_BITS */
135994208Sache
1360119587Sache/* Enable GNU extensions on systems that have them.  */
136198047Sache#ifndef _GNU_SOURCE
1362119587Sache# define _GNU_SOURCE 1
136398047Sache#endif
136494208Sache
136598047Sache/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
136698047Sache/* #undef _LARGEFILE_SOURCE */
136794208Sache
136898047Sache/* Define for large files, on AIX-style hosts. */
136998047Sache/* #undef _LARGE_FILES */
137094208Sache
137198047Sache/* Define to 1 if on MINIX. */
137298047Sache/* #undef _MINIX */
137394208Sache
137498047Sache/* Define to 2 if the system does not provide POSIX.1 features except with
137598047Sache   this defined. */
137698047Sache/* #undef _POSIX_1_SOURCE */
137794208Sache
137898047Sache/* Define to 1 if you need to in order for `stat' and other things to work. */
137998047Sache/* #undef _POSIX_SOURCE */
138094208Sache
1381131452Stjr/* Enable extensions on Solaris.  */
1382131452Stjr#ifndef __EXTENSIONS__
1383131452Stjr# define __EXTENSIONS__ 1
1384131452Stjr#endif
1385131452Stjr
138698047Sache/* Define like PROTOTYPES; this can be used by system headers. */
138798047Sache#define __PROTOTYPES 1
138894208Sache
138998047Sache/* Define to rpl_chown if the replacement function should be used. */
139098047Sache/* #undef chown */
139194208Sache
139298047Sache/* Define to empty if `const' does not conform to ANSI C. */
139398047Sache/* #undef const */
139494208Sache
1395131452Stjr/* Define to a replacement function name for fnmatch(). */
1396131452Stjr/* #undef fnmatch */
139794208Sache
1398131452Stjr/* Define to rpl_free if the replacement function should be used. */
1399131452Stjr/* #undef free */
1400131452Stjr
1401131452Stjr/* Define to rpl_getcwd if the wrapper function should be used. */
1402131452Stjr/* #undef getcwd */
1403131452Stjr
140498047Sache/* Define as rpl_getgroups if getgroups doesn't work right. */
140598047Sache/* #undef getgroups */
140694208Sache
1407131452Stjr/* Define to a replacement function name for getline(). */
1408131452Stjr/* #undef getline */
1409131452Stjr
141098047Sache/* Define to rpl_gettimeofday if the replacement function should be used. */
141198047Sache/* #undef gettimeofday */
141294208Sache
141398047Sache/* Define to `int' if <sys/types.h> doesn't define. */
141498047Sache/* #undef gid_t */
141598047Sache
1416131452Stjr/* Define to rpl_gmtime if the replacement function should be used. */
1417131452Stjr/* #undef gmtime */
1418131452Stjr
1419131452Stjr/* Define to `__inline__' or `__inline' if that's what the C compiler
1420131452Stjr   calls it, or to nothing if 'inline' is not supported under any name.  */
1421131452Stjr#ifndef __cplusplus
142298047Sache/* #undef inline */
1423131452Stjr#endif
142498047Sache
1425131452Stjr/* Define to `unsigned long int' if <sys/types.h> does not define. */
142698047Sache/* #undef ino_t */
142798047Sache
1428131452Stjr/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
142998047Sache/* #undef intmax_t */
143098047Sache
1431119587Sache/* Define to rpl_localtime if the replacement function should be used. */
1432119587Sache/* #undef localtime */
1433119587Sache
143498047Sache/* Define to `unsigned int' if <sys/types.h> does not define. */
143598047Sache#define major_t unsigned int
143698047Sache
143798047Sache/* Define to rpl_malloc if the replacement function should be used. */
143898047Sache/* #undef malloc */
143998047Sache
144098047Sache/* Define to a type if <wchar.h> does not define. */
144198047Sache/* #undef mbstate_t */
144298047Sache
144398047Sache/* Define to rpl_memcmp if the replacement function should be used. */
144498047Sache/* #undef memcmp */
144598047Sache
144698047Sache/* Define to `unsigned int' if <sys/types.h> does not define. */
144798047Sache#define minor_t unsigned int
144898047Sache
144998047Sache/* Define to rpl_mkdir if the replacement function should be used. */
145098047Sache/* #undef mkdir */
145198047Sache
145298047Sache/* Define to rpl_mkstemp if the replacement function should be used. */
145398047Sache/* #undef mkstemp */
145498047Sache
145598047Sache/* Define to rpl_mktime if the replacement function should be used. */
1456131452Stjr/* #undef mktime */
145798047Sache
145898047Sache/* Define to `int' if <sys/types.h> does not define. */
145998047Sache/* #undef mode_t */
146098047Sache
146198047Sache/* Define to the name of the strftime replacement function. */
146298047Sache#define my_strftime nstrftime
146398047Sache
146498047Sache/* Define to rpl_nanosleep if the replacement function should be used. */
146598047Sache/* #undef nanosleep */
146698047Sache
146798047Sache/* Define to `long' if <sys/types.h> does not define. */
146898047Sache/* #undef off_t */
146998047Sache
147098047Sache/* Define to `int' if <sys/types.h> does not define. */
147198047Sache/* #undef pid_t */
147298047Sache
147398047Sache/* Define to rpl_putenv if the replacement function should be used. */
1474131452Stjr/* #undef putenv */
147598047Sache
147698047Sache/* Define to rpl_realloc if the replacement function should be used. */
147798047Sache/* #undef realloc */
147898047Sache
1479131452Stjr/* Define to rpl_rename if the replacement function should be used. */
1480131452Stjr/* #undef rename */
1481131452Stjr
1482131452Stjr/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1483131452Stjr   supported. Do not define if restrict is supported directly. */
1484131452Stjr#define restrict __restrict
1485131452Stjr
1486131452Stjr/* Define to empty if the C compiler doesn't support this keyword. */
1487131452Stjr/* #undef signed */
1488131452Stjr
148998047Sache/* Define to `unsigned' if <sys/types.h> does not define. */
149098047Sache/* #undef size_t */
149198047Sache
1492131452Stjr/* Define as a signed type of the same size as size_t. */
149398047Sache/* #undef ssize_t */
149498047Sache
1495131452Stjr/* Define to rpl_strnlen if the replacement function should be used. */
1496131452Stjr#define strnlen rpl_strnlen
1497131452Stjr
1498131452Stjr/* Define to rpl_strtod if the replacement function should be used. */
1499131452Stjr/* #undef strtod */
1500131452Stjr
1501131452Stjr/* Define to rpl_tzset if the wrapper function should be used. */
1502131452Stjr/* #undef tzset */
1503131452Stjr
150498047Sache/* Define to `int' if <sys/types.h> doesn't define. */
150598047Sache/* #undef uid_t */
150698047Sache
1507131452Stjr/* Define to unsigned long or unsigned long long if <stdint.h> and
1508131452Stjr   <inttypes.h> don't define. */
150998047Sache/* #undef uintmax_t */
151098047Sache
1511131452Stjr/* Define to `size_t' if <sys/types.h> does not define. */
1512131452Stjr/* #undef uintptr_t */
1513131452Stjr
1514131452Stjr/* Define to rpl_utime if the replacement function should be used. */
1515131452Stjr/* #undef utime */
1516131452Stjr
151798047Sache/* Define to empty if the keyword `volatile' does not work. Warning: valid
151898047Sache   code using `volatile' can become incorrect without. Disable with care. */
151998047Sache/* #undef volatile */
1520