122347Spst/* config.h.in.  Generated automatically from configure.in by autoheader.  */
222347Spst
322347Spst/* Define if on AIX 3.
422347Spst   System headers sometimes define this.
522347Spst   We just want to avoid a redefinition error message.  */
622347Spst#ifndef _ALL_SOURCE
722347Spst#undef _ALL_SOURCE
822347Spst#endif
922347Spst
1022347Spst/* Define if using alloca.c.  */
1122347Spst#undef C_ALLOCA
1222347Spst
1322347Spst/* Define to empty if the keyword does not work.  */
1422347Spst#undef const
1522347Spst
1622347Spst/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1722347Spst   This function is required for alloca.c support on those systems.  */
1822347Spst#undef CRAY_STACKSEG_END
1922347Spst
2022347Spst/* Define if you have alloca, as a function or macro.  */
2122347Spst#undef HAVE_ALLOCA
2222347Spst
2322347Spst/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2422347Spst#undef HAVE_ALLOCA_H
2522347Spst
2622347Spst/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
2722347Spst#undef HAVE_SYS_WAIT_H
2822347Spst
2922347Spst/* Define if on MINIX.  */
3022347Spst#undef _MINIX
3122347Spst
3222347Spst/* Define if the system does not provide POSIX.1 features except
3322347Spst   with this defined.  */
3422347Spst#undef _POSIX_1_SOURCE
3522347Spst
3622347Spst/* Define if you need to in order for stat and other things to work.  */
3722347Spst#undef _POSIX_SOURCE
3822347Spst
3922347Spst/* Define as the return type of signal handlers (int or void).  */
4022347Spst#undef RETSIGTYPE
4122347Spst
4222347Spst/* If using the C implementation of alloca, define if you know the
4322347Spst   direction of stack growth for your system; otherwise it will be
4422347Spst   automatically deduced at run-time.
4529964Sache STACK_DIRECTION > 0 => grows toward higher addresses
4629964Sache STACK_DIRECTION < 0 => grows toward lower addresses
4729964Sache STACK_DIRECTION = 0 => direction of growth unknown
4822347Spst */
4922347Spst#undef STACK_DIRECTION
5022347Spst
5122347Spst/* Define if you want the FTP daemon to support anonymous logins. */
5222347Spst#undef DOANONYMOUS
5322347Spst
5422347Spst/* The default value of the PATH environment variable */
5522347Spst#undef DEFAULT_PATH
5622347Spst
5722347Spst/* Defined if the file /etc/default/login exists 
5822347Spst   (and, presumably, should be looked at by login) */
5922347Spst#undef HAVE_ETC_DEFAULT_LOGIN
6022347Spst
6122347Spst/* Defined to the name of a file that contains a list of files whose
6222347Spst   permissions and ownerships should be changed on login. */
6322347Spst#undef HAVE_LOGIN_PERMFILE
6422347Spst
6522347Spst/* Defined to the name of a file that contains a list of environment
6622347Spst   values that should be set on login. */
6722347Spst#undef HAVE_LOGIN_ENVFILE
6822347Spst
6922347Spst/* Defined if the file /etc/securetty exists
7022347Spst   (and, presumably, should be looked at by login) */
7122347Spst#undef HAVE_SECURETTY
7222347Spst
7322347Spst/* Defined if the file /etc/shadow exists
7422347Spst   (and, presumably, should be looked at for shadow passwords) */
7522347Spst#undef HAVE_ETC_SHADOW
7622347Spst
7722347Spst/* The path to the access file, if we're going to use it */
7822347Spst#undef PATH_ACCESS_FILE
7922347Spst
8022347Spst/* The path to the mail spool, if we know it */
8122347Spst#undef PATH_MAIL
8222347Spst
8329964Sache/* The path to the utmp file, if we know it */
8429964Sache#undef PATH_UTMP_AC
8529964Sache
8629964Sache/* The path to the wtmp file, if we know it */
8729964Sache#undef PATH_WTMP_AC
8829964Sache
8929964Sache/* The path to the wtmpx file, if we know it */
9029964Sache#undef PATH_WTMPX_AC
9129964Sache
9222347Spst/* Defined if the system's profile (/etc/profile) displays
9322347Spst   the motd file */
9422347Spst#undef HAVE_MOTD_IN_PROFILE
9522347Spst
9622347Spst/* Defined if the system's profile (/etc/profile) informs the
9722347Spst   user of new mail */
9822347Spst#undef HAVE_MAILCHECK_IN_PROFILE
9922347Spst
10022347Spst/* Define if you have a nonstandard gettimeofday() that takes one argument
10122347Spst   instead of two. */
10222347Spst#undef HAVE_ONE_ARG_GETTIMEOFDAY
10322347Spst
10422347Spst/* Define if the system has the getenv function */
10522347Spst#undef HAVE_GETENV
10622347Spst
10722347Spst/* Define if the system has the setenv function */
10822347Spst#undef HAVE_SETENV
10922347Spst
11022347Spst/* Define if the system has the /var/adm/sulog file */
11122347Spst#undef HAVE_SULOG
11222347Spst
11322347Spst/* Define if the system has the unsetenv function */
11422347Spst#undef HAVE_UNSETENV
11522347Spst
11622347Spst/* Define if the compiler can handle ANSI-style argument lists */
11722347Spst#undef HAVE_ANSIDECL
11822347Spst
11922347Spst/* Define if the compiler can handle ANSI-style prototypes */
12022347Spst#undef HAVE_ANSIPROTO
12122347Spst
12222347Spst/* Define if the system has an ANSI-style printf (returns int instead of char *) */
12322347Spst#undef HAVE_ANSISPRINTF
12422347Spst
12522347Spst/* Define if the compiler can handle ANSI-style variable argument lists */
12622347Spst#undef HAVE_ANSISTDARG
12722347Spst
12822347Spst/* Define if the compiler can handle void argument lists to functions */
12922347Spst#undef HAVE_VOIDARG
13022347Spst
13122347Spst/* Define if the compiler can handle void return "values" from functions */
13222347Spst#undef HAVE_VOIDRET
13322347Spst
13422347Spst/* Define if the compiler can handle void pointers to our liking */
13522347Spst#undef HAVE_VOIDPTR
13622347Spst
13722347Spst/* Define if the /bin/ls command seems to support the -g flag */
13822347Spst#undef HAVE_LS_G_FLAG
13922347Spst
14022347Spst/* Define if there is a ut_pid field in struct utmp */
14122347Spst#undef HAVE_UT_PID
14222347Spst
14322347Spst/* Define if there is a ut_type field in struct utmp */
14422347Spst#undef HAVE_UT_TYPE
14522347Spst
14622347Spst/* Define if there is a ut_name field in struct utmp */
14722347Spst#undef HAVE_UT_NAME
14822347Spst
14922347Spst/* Define if there is a ut_host field in struct utmp */
15022347Spst#undef HAVE_UT_HOST
15122347Spst
15292906Smarkm/* Define if there is a ut_id field in struct utmp */
15392906Smarkm#undef HAVE_UT_ID
15492906Smarkm
15592906Smarkm/* Define if there is a utx_syslen field in struct utmpx */
15692906Smarkm#undef HAVE_UTX_SYSLEN
15792906Smarkm
15829964Sache/* Define if the system has getutline() */
15929964Sache#undef HAVE_GETUTLINE
16029964Sache
16129964Sache/* Defined if the system has SunOS C2 security shadow passwords */
16229964Sache#undef HAVE_SUNOS_C2_SHADOW
16329964Sache
16429964Sache/* Defined if you want to disable utmp support */
16529964Sache#undef DISABLE_UTMP
16629964Sache
16792906Smarkm/* Defined if you want to disable wtmp support */
16892906Smarkm#undef DISABLE_WTMP
16992906Smarkm
17029964Sache/* Defined if you want to allow users to override the insecure checks */
17129964Sache#undef INSECURE_OVERRIDE
17229964Sache
17329964Sache/* Defined to the default hash value, always defined */
17429964Sache#undef MDX
17529964Sache
17629964Sache/* Defined if new-style prompts are to be used */
17729964Sache#undef NEW_PROMPTS
17829964Sache
17929964Sache/* Defined to the path of the OPIE lock directory */
18029964Sache#undef OPIE_LOCK_DIR
18129964Sache
18229964Sache/* Defined if users are to be asked to re-type secret pass phrases */
18329964Sache#undef RETYPE
18429964Sache
18529964Sache/* Defined if su should not switch to disabled accounts */
18629964Sache#undef SU_STAR_CHECK
18729964Sache
18892906Smarkm/* Defined if opieauto is to be used */
18992906Smarkm#undef OPIEAUTO
19092906Smarkm
19192906Smarkm/* Define if you have the atexit function.  */
19292906Smarkm#undef HAVE_ATEXIT
19392906Smarkm
19492906Smarkm/* Define if you have the endutent function.  */
19592906Smarkm#undef HAVE_ENDUTENT
19692906Smarkm
19792906Smarkm/* Define if you have the initgroups function.  */
19892906Smarkm#undef HAVE_INITGROUPS
19992906Smarkm
20092906Smarkm/* Define if you have the memcmp function.  */
20192906Smarkm#undef HAVE_MEMCMP
20292906Smarkm
20392906Smarkm/* Define if you have the memcpy function.  */
20492906Smarkm#undef HAVE_MEMCPY
20592906Smarkm
20692906Smarkm/* Define if you have the memset function.  */
20792906Smarkm#undef HAVE_MEMSET
20892906Smarkm
20992906Smarkm/* Define if you have the getcwd function.  */
21092906Smarkm#undef HAVE_GETCWD
21192906Smarkm
21292906Smarkm/* Define if you have the getenv function.  */
21392906Smarkm#undef HAVE_GETENV
21492906Smarkm
21592906Smarkm/* Define if you have the getutline function.  */
21692906Smarkm#undef HAVE_GETUTLINE
21792906Smarkm
21892906Smarkm/* Define if you have the pututline function.  */
21992906Smarkm#undef HAVE_PUTUTLINE
22092906Smarkm
22192906Smarkm/* Define if you have the setenv function.  */
22292906Smarkm#undef HAVE_SETENV
22392906Smarkm
22492906Smarkm/* Define if you have the setegid function.  */
22592906Smarkm#undef HAVE_SETEGID
22692906Smarkm
22792906Smarkm/* Define if you have the seteuid function.  */
22892906Smarkm#undef HAVE_SETEUID
22992906Smarkm
23092906Smarkm/* Define if you have the setutent function.  */
23192906Smarkm#undef HAVE_SETUTENT
23292906Smarkm
23392906Smarkm/* Define if you have the sigprocmask function.  */
23492906Smarkm#undef HAVE_SIGPROCMASK
23592906Smarkm
23692906Smarkm/* Define if you have the strchr function.  */
23792906Smarkm#undef HAVE_STRCHR
23892906Smarkm
23992906Smarkm/* Define if you have the strrchr function.  */
24092906Smarkm#undef HAVE_STRRCHR
24192906Smarkm
24292906Smarkm/* Define if you have the strtoul function.  */
24392906Smarkm#undef HAVE_STRTOUL
24492906Smarkm
24592906Smarkm/* Define if you have the sysconf function.  */
24692906Smarkm#undef HAVE_SYSCONF
24792906Smarkm
24892906Smarkm/* Define if you have the uname function.  */
24992906Smarkm#undef HAVE_UNAME
25092906Smarkm
25192906Smarkm/* Define if you have the unsetenv function.  */
25292906Smarkm#undef HAVE_UNSETENV
25392906Smarkm
25422347Spst/* Define if you have the bcopy function.  */
25522347Spst#undef HAVE_BCOPY
25622347Spst
25722347Spst/* Define if you have the bzero function.  */
25822347Spst#undef HAVE_BZERO
25922347Spst
26022347Spst/* Define if you have the endspent function.  */
26122347Spst#undef HAVE_ENDSPENT
26222347Spst
26322347Spst/* Define if you have the fpurge function.  */
26422347Spst#undef HAVE_FPURGE
26522347Spst
26622347Spst/* Define if you have the getdtablesize function.  */
26722347Spst#undef HAVE_GETDTABLESIZE
26822347Spst
26922347Spst/* Define if you have the getgroups function.  */
27022347Spst#undef HAVE_GETGROUPS
27122347Spst
27222347Spst/* Define if you have the gethostname function.  */
27322347Spst#undef HAVE_GETHOSTNAME
27422347Spst
27529964Sache/* Define if you have the getspnam function.  */
27629964Sache#undef HAVE_GETSPNAM
27722347Spst
27822347Spst/* Define if you have the gettimeofday function.  */
27922347Spst#undef HAVE_GETTIMEOFDAY
28022347Spst
28122347Spst/* Define if you have the getttynam function.  */
28222347Spst#undef HAVE_GETTTYNAM
28322347Spst
28429964Sache/* Define if you have the getusershell function.  */
28529964Sache#undef HAVE_GETUSERSHELL
28629964Sache
28722347Spst/* Define if you have the getutxline function.  */
28822347Spst#undef HAVE_GETUTXLINE
28922347Spst
29022347Spst/* Define if you have the getwd function.  */
29122347Spst#undef HAVE_GETWD
29222347Spst
29322347Spst/* Define if you have the index function.  */
29422347Spst#undef HAVE_INDEX
29522347Spst
29622347Spst/* Define if you have the lstat function.  */
29722347Spst#undef HAVE_LSTAT
29822347Spst
29929964Sache/* Define if you have the on_exit function.  */
30029964Sache#undef HAVE_ON_EXIT
30129964Sache
30222347Spst/* Define if you have the pututxline function.  */
30322347Spst#undef HAVE_PUTUTXLINE
30422347Spst
30522347Spst/* Define if you have the rindex function.  */
30622347Spst#undef HAVE_RINDEX
30722347Spst
30822347Spst/* Define if you have the setgroups function.  */
30922347Spst#undef HAVE_SETGROUPS
31022347Spst
31122347Spst/* Define if you have the setlogin function.  */
31222347Spst#undef HAVE_SETLOGIN
31322347Spst
31422347Spst/* Define if you have the setpriority function.  */
31522347Spst#undef HAVE_SETPRIORITY
31622347Spst
31722347Spst/* Define if you have the setregid function.  */
31822347Spst#undef HAVE_SETREGID
31922347Spst
32022347Spst/* Define if you have the setresgid function.  */
32122347Spst#undef HAVE_SETRESGID
32222347Spst
32322347Spst/* Define if you have the setresuid function.  */
32422347Spst#undef HAVE_SETRESUID
32522347Spst
32622347Spst/* Define if you have the setreuid function.  */
32722347Spst#undef HAVE_SETREUID
32822347Spst
32922347Spst/* Define if you have the setvbuf function.  */
33022347Spst#undef HAVE_SETVBUF
33122347Spst
33229964Sache/* Define if you have the sigaddset function.  */
33329964Sache#undef HAVE_SIGADDSET
33429964Sache
33522347Spst/* Define if you have the sigblock function.  */
33622347Spst#undef HAVE_SIGBLOCK
33722347Spst
33829964Sache/* Define if you have the sigemptyset function.  */
33929964Sache#undef HAVE_SIGEMPTYSET
34029964Sache
34122347Spst/* Define if you have the sigsetmask function.  */
34222347Spst#undef HAVE_SIGSETMASK
34322347Spst
34422347Spst/* Define if you have the socket function.  */
34522347Spst#undef HAVE_SOCKET
34622347Spst
34729964Sache/* Define if you have the strerror function.  */
34829964Sache#undef HAVE_STRERROR
34929964Sache
35022347Spst/* Define if you have the strftime function.  */
35122347Spst#undef HAVE_STRFTIME
35222347Spst
35329964Sache/* Define if you have the strncasecmp function.  */
35429964Sache#undef HAVE_STRNCASECMP
35529964Sache
35622347Spst/* Define if you have the strstr function.  */
35722347Spst#undef HAVE_STRSTR
35822347Spst
35922347Spst/* Define if you have the ttyslot function.  */
36022347Spst#undef HAVE_TTYSLOT
36122347Spst
36229964Sache/* Define if you have the usleep function.  */
36329964Sache#undef HAVE_USLEEP
36429964Sache
36522347Spst/* Define if you have the <crypt.h> header file.  */
36622347Spst#undef HAVE_CRYPT_H
36722347Spst
36822347Spst/* Define if you have the <dirent.h> header file.  */
36922347Spst#undef HAVE_DIRENT_H
37022347Spst
37122347Spst/* Define if you have the <fcntl.h> header file.  */
37222347Spst#undef HAVE_FCNTL_H
37322347Spst
37422347Spst/* Define if you have the <lastlog.h> header file.  */
37522347Spst#undef HAVE_LASTLOG_H
37622347Spst
37722347Spst/* Define if you have the <limits.h> header file.  */
37822347Spst#undef HAVE_LIMITS_H
37922347Spst
38022347Spst/* Define if you have the <ndir.h> header file.  */
38122347Spst#undef HAVE_NDIR_H
38222347Spst
38322347Spst/* Define if you have the <paths.h> header file.  */
38422347Spst#undef HAVE_PATHS_H
38522347Spst
38622347Spst/* Define if you have the <pwd.h> header file.  */
38722347Spst#undef HAVE_PWD_H
38822347Spst
38922347Spst/* Define if you have the <shadow.h> header file.  */
39022347Spst#undef HAVE_SHADOW_H
39122347Spst
39222347Spst/* Define if you have the <signal.h> header file.  */
39322347Spst#undef HAVE_SIGNAL_H
39422347Spst
39522347Spst/* Define if you have the <stdlib.h> header file.  */
39622347Spst#undef HAVE_STDLIB_H
39722347Spst
39822347Spst/* Define if you have the <string.h> header file.  */
39922347Spst#undef HAVE_STRING_H
40022347Spst
40122347Spst/* Define if you have the <sys/dir.h> header file.  */
40222347Spst#undef HAVE_SYS_DIR_H
40322347Spst
40422347Spst/* Define if you have the <sys/file.h> header file.  */
40522347Spst#undef HAVE_SYS_FILE_H
40622347Spst
40722347Spst/* Define if you have the <sys/ioctl.h> header file.  */
40822347Spst#undef HAVE_SYS_IOCTL_H
40922347Spst
41022347Spst/* Define if you have the <sys/ndir.h> header file.  */
41122347Spst#undef HAVE_SYS_NDIR_H
41222347Spst
41322347Spst/* Define if you have the <sys/param.h> header file.  */
41422347Spst#undef HAVE_SYS_PARAM_H
41522347Spst
41629964Sache/* Define if you have the <sys/select.h> header file.  */
41729964Sache#undef HAVE_SYS_SELECT_H
41829964Sache
41922347Spst/* Define if you have the <sys/signal.h> header file.  */
42022347Spst#undef HAVE_SYS_SIGNAL_H
42122347Spst
42222347Spst/* Define if you have the <sys/time.h> header file.  */
42322347Spst#undef HAVE_SYS_TIME_H
42422347Spst
42522347Spst/* Define if you have the <sys/utsname.h> header file.  */
42622347Spst#undef HAVE_SYS_UTSNAME_H
42722347Spst
42822347Spst/* Define if you have the <syslog.h> header file.  */
42922347Spst#undef HAVE_SYSLOG_H
43022347Spst
43122347Spst/* Define if you have the <termios.h> header file.  */
43222347Spst#undef HAVE_TERMIOS_H
43322347Spst
43422347Spst/* Define if you have the <unistd.h> header file.  */
43522347Spst#undef HAVE_UNISTD_H
43622347Spst
43722347Spst/* Define if you have the <utmpx.h> header file.  */
43822347Spst#undef HAVE_UTMPX_H
43922347Spst
44022347Spst/* Define if you have the crypt library (-lcrypt).  */
44122347Spst#undef HAVE_LIBCRYPT
44222347Spst
44322347Spst/* Define if you have the nsl library (-lnsl).  */
44422347Spst#undef HAVE_LIBNSL
44522347Spst
44622347Spst/* Define if you have the posix library (-lposix).  */
44722347Spst#undef HAVE_LIBPOSIX
44822347Spst
44922347Spst/* Define if you have the socket library (-lsocket).  */
45022347Spst#undef HAVE_LIBSOCKET
451