188846Sache/* $FreeBSD$ */
229967Sache/* config.h.  Generated automatically by configure.  */
329967Sache/* config.h.in.  Generated automatically from configure.in by autoheader.  */
429967Sache
522373Spst/* Define if on AIX 3.
622373Spst   System headers sometimes define this.
722373Spst   We just want to avoid a redefinition error message.  */
822373Spst#ifndef _ALL_SOURCE
922373Spst/* #undef _ALL_SOURCE */
1022373Spst#endif
1122373Spst
1222373Spst/* Define if using alloca.c.  */
1322373Spst/* #undef C_ALLOCA */
1422373Spst
1522373Spst/* Define to empty if the keyword does not work.  */
1622373Spst/* #undef const */
1722373Spst
1822373Spst/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1922373Spst   This function is required for alloca.c support on those systems.  */
2022373Spst/* #undef CRAY_STACKSEG_END */
2122373Spst
2222373Spst/* Define if you have alloca, as a function or macro.  */
2322373Spst#define HAVE_ALLOCA 1
2422373Spst
2522373Spst/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2622373Spst/* #undef HAVE_ALLOCA_H */
2722373Spst
2822373Spst/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
2922373Spst#define HAVE_SYS_WAIT_H 1
3022373Spst
3122373Spst/* Define if on MINIX.  */
3222373Spst/* #undef _MINIX */
3322373Spst
3422373Spst/* Define if the system does not provide POSIX.1 features except
3522373Spst   with this defined.  */
3622373Spst/* #undef _POSIX_1_SOURCE */
3722373Spst
3822373Spst/* Define if you need to in order for stat and other things to work.  */
3922373Spst/* #undef _POSIX_SOURCE */
4022373Spst
4122373Spst/* Define as the return type of signal handlers (int or void).  */
4222373Spst#define RETSIGTYPE void
4322373Spst
4422373Spst/* If using the C implementation of alloca, define if you know the
4522373Spst   direction of stack growth for your system; otherwise it will be
4622373Spst   automatically deduced at run-time.
4729967Sache STACK_DIRECTION > 0 => grows toward higher addresses
4829967Sache STACK_DIRECTION < 0 => grows toward lower addresses
4929967Sache STACK_DIRECTION = 0 => direction of growth unknown
5022373Spst */
5122373Spst/* #undef STACK_DIRECTION */
5222373Spst
5322373Spst/* Define if you want the FTP daemon to support anonymous logins. */
5422373Spst/* #undef DOANONYMOUS */
5522373Spst
5622373Spst/* The default value of the PATH environment variable */
57229831Seadler#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin"
5822373Spst
5922373Spst/* Defined if the file /etc/default/login exists
6022373Spst   (and, presumably, should be looked at by login) */
6122373Spst/* #undef HAVE_ETC_DEFAULT_LOGIN */
6222373Spst
6322373Spst/* Defined to the name of a file that contains a list of files whose
6422373Spst   permissions and ownerships should be changed on login. */
6522373Spst/* #undef HAVE_LOGIN_PERMFILE */
6622373Spst
6722373Spst/* Defined to the name of a file that contains a list of environment
6822373Spst   values that should be set on login. */
6922373Spst/* #undef HAVE_LOGIN_ENVFILE */
7022373Spst
7122373Spst/* Defined if the file /etc/securetty exists
7222373Spst   (and, presumably, should be looked at by login) */
7322373Spst/* #undef HAVE_SECURETTY */
7422373Spst
7522373Spst/* Defined if the file /etc/shadow exists
7622373Spst   (and, presumably, should be looked at for shadow passwords) */
7722373Spst/* #undef HAVE_ETC_SHADOW */
7822373Spst
7922373Spst/* The path to the access file, if we're going to use it */
8022373Spst/* #undef PATH_ACCESS_FILE */
8122373Spst
8222373Spst/* The path to the mail spool, if we know it */
8322373Spst#define PATH_MAIL "/var/mail"
8422373Spst
8529967Sache/* The path to the utmp file, if we know it */
8629967Sache#define PATH_UTMP_AC "/var/run/utmp"
8729967Sache
8829967Sache/* The path to the wtmp file, if we know it */
8929967Sache#define PATH_WTMP_AC "/var/log/wtmp"
9029967Sache
9129967Sache/* The path to the wtmpx file, if we know it */
9229967Sache/* #undef PATH_WTMPX_AC */
9329967Sache
9422373Spst/* Defined if the system's profile (/etc/profile) displays
9522373Spst   the motd file */
9622373Spst/* #undef HAVE_MOTD_IN_PROFILE */
9722373Spst
9822373Spst/* Defined if the system's profile (/etc/profile) informs the
9922373Spst   user of new mail */
10022373Spst/* #undef HAVE_MAILCHECK_IN_PROFILE */
10122373Spst
10222373Spst/* Define if you have a nonstandard gettimeofday() that takes one argument
10322373Spst   instead of two. */
10422373Spst/* #undef HAVE_ONE_ARG_GETTIMEOFDAY */
10522373Spst
10622373Spst/* Define if the system has the getenv function */
10722373Spst#define HAVE_GETENV 1
10822373Spst
10922373Spst/* Define if the system has the setenv function */
11022373Spst#define HAVE_SETENV 1
11122373Spst
11222373Spst/* Define if the system has the /var/adm/sulog file */
11322373Spst/* #undef HAVE_SULOG */
11422373Spst
11522373Spst/* Define if the system has the unsetenv function */
11622373Spst#define HAVE_UNSETENV 1
11722373Spst
11822373Spst/* Define if the compiler can handle ANSI-style argument lists */
11922373Spst#define HAVE_ANSIDECL 1
12022373Spst
12122373Spst/* Define if the compiler can handle ANSI-style prototypes */
12222373Spst#define HAVE_ANSIPROTO 1
12322373Spst
12422373Spst/* Define if the system has an ANSI-style printf (returns int instead of char *) */
12522373Spst#define HAVE_ANSISPRINTF 1
12622373Spst
12722373Spst/* Define if the compiler can handle ANSI-style variable argument lists */
12822373Spst#define HAVE_ANSISTDARG 1
12922373Spst
13022373Spst/* Define if the compiler can handle void argument lists to functions */
13122373Spst#define HAVE_VOIDARG 1
13222373Spst
13322373Spst/* Define if the compiler can handle void return "values" from functions */
13422373Spst#define HAVE_VOIDRET 1
13522373Spst
13622373Spst/* Define if the compiler can handle void pointers to our liking */
13722373Spst#define HAVE_VOIDPTR 1
13822373Spst
13922373Spst/* Define if the /bin/ls command seems to support the -g flag */
14022373Spst/* #undef HAVE_LS_G_FLAG */
14122373Spst
14222373Spst/* Define if there is a ut_pid field in struct utmp */
14322373Spst/* #undef HAVE_UT_PID */
14422373Spst
14522373Spst/* Define if there is a ut_type field in struct utmp */
14622373Spst/* #undef HAVE_UT_TYPE */
14722373Spst
14822373Spst/* Define if there is a ut_name field in struct utmp */
14922373Spst#define HAVE_UT_NAME 1
15022373Spst
15122373Spst/* Define if there is a ut_host field in struct utmp */
15222373Spst#define HAVE_UT_HOST 1
15322373Spst
15429967Sache/* Define if the system has getutline() */
15529967Sache/* #undef HAVE_GETUTLINE */
15629967Sache
15729967Sache/* Defined if the system has SunOS C2 security shadow passwords */
15829967Sache/* #undef HAVE_SUNOS_C2_SHADOW */
15929967Sache
16029967Sache/* Defined if you want to disable utmp support */
16129967Sache/* #undef DISABLE_UTMP */
16229967Sache
16329967Sache/* Defined if you want to allow users to override the insecure checks */
16429967Sache/* #undef INSECURE_OVERRIDE */
16529967Sache
16629967Sache/* Defined to the default hash value, always defined */
16729967Sache#define MDX 5
16829967Sache
16929967Sache/* Defined if new-style prompts are to be used */
17029967Sache#define NEW_PROMPTS 1
17129967Sache
17229967Sache/* Defined to the path of the OPIE lock directory */
17330035Sache#define OPIE_LOCK_DIR "/var/spool/opielocks"
17429967Sache
17529967Sache/* Defined if users are to be asked to re-type secret pass phrases */
17629967Sache/* #undef RETYPE */
17729967Sache
17829967Sache/* Defined if su should not switch to disabled accounts */
17929967Sache/* #undef SU_STAR_CHECK */
18029967Sache
18188846Sache/* Don't turn it on! It allows intruder easily disable whole OPIE for user */
18229967Sache/* Defined if user locking is to be used */
18388846Sache/* #undef USER_LOCKING */
18429967Sache
18522373Spst/* Define if you have the bcopy function.  */
18622373Spst/* #undef HAVE_BCOPY */
18722373Spst
18822373Spst/* Define if you have the bzero function.  */
18922373Spst/* #undef HAVE_BZERO */
19022373Spst
19122373Spst/* Define if you have the endspent function.  */
19222373Spst/* #undef HAVE_ENDSPENT */
19322373Spst
19422373Spst/* Define if you have the fpurge function.  */
19522373Spst#define HAVE_FPURGE 1
19622373Spst
19722373Spst/* Define if you have the getdtablesize function.  */
19822373Spst/* #undef HAVE_GETDTABLESIZE */
19922373Spst
20022373Spst/* Define if you have the getgroups function.  */
20122373Spst#define HAVE_GETGROUPS 1
20222373Spst
20322373Spst/* Define if you have the gethostname function.  */
20422373Spst/* #undef HAVE_GETHOSTNAME */
20522373Spst
20629967Sache/* Define if you have the getspnam function.  */
20729967Sache/* #undef HAVE_GETSPNAM */
20822373Spst
20922373Spst/* Define if you have the gettimeofday function.  */
21022373Spst#define HAVE_GETTIMEOFDAY 1
21122373Spst
21222373Spst/* Define if you have the getttynam function.  */
21322373Spst#define HAVE_GETTTYNAM 1
21422373Spst
21529967Sache/* Define if you have the getusershell function.  */
21629967Sache#define HAVE_GETUSERSHELL 1
21729967Sache
21822373Spst/* Define if you have the getutxline function.  */
219202196Sed#define HAVE_GETUTXLINE 1
22022373Spst
22122373Spst/* Define if you have the getwd function.  */
22222373Spst/* #undef HAVE_GETWD */
22322373Spst
22422373Spst/* Define if you have the index function.  */
22522373Spst/* #undef HAVE_INDEX */
22622373Spst
22722373Spst/* Define if you have the lstat function.  */
22822373Spst#define HAVE_LSTAT 1
22922373Spst
23029967Sache/* Define if you have the on_exit function.  */
23129967Sache/* #undef HAVE_ON_EXIT */
23229967Sache
23322373Spst/* Define if you have the pututxline function.  */
234202196Sed#define HAVE_PUTUTXLINE 1
23522373Spst
23622373Spst/* Define if you have the rindex function.  */
23722373Spst/* #undef HAVE_RINDEX */
23822373Spst
23922373Spst/* Define if you have the setgroups function.  */
24022373Spst#define HAVE_SETGROUPS 1
24122373Spst
24222373Spst/* Define if you have the setlogin function.  */
24322373Spst#define HAVE_SETLOGIN 1
24422373Spst
24522373Spst/* Define if you have the setpriority function.  */
24622373Spst#define HAVE_SETPRIORITY 1
24722373Spst
24822373Spst/* Define if you have the setregid function.  */
24929967Sache/* #undef HAVE_SETREGID */
25022373Spst
25122373Spst/* Define if you have the setresgid function.  */
25222373Spst/* #undef HAVE_SETRESGID */
25322373Spst
25422373Spst/* Define if you have the setresuid function.  */
25522373Spst/* #undef HAVE_SETRESUID */
25622373Spst
25722373Spst/* Define if you have the setreuid function.  */
25829967Sache/* #undef HAVE_SETREUID */
25922373Spst
26022373Spst/* Define if you have the setvbuf function.  */
26122373Spst#define HAVE_SETVBUF 1
26222373Spst
26329967Sache/* Define if you have the sigaddset function.  */
26429967Sache#define HAVE_SIGADDSET 1
26529967Sache
26622373Spst/* Define if you have the sigblock function.  */
26722373Spst/* #undef HAVE_SIGBLOCK */
26822373Spst
26929967Sache/* Define if you have the sigemptyset function.  */
27029967Sache#define HAVE_SIGEMPTYSET 1
27129967Sache
27222373Spst/* Define if you have the sigsetmask function.  */
27322373Spst/* #undef HAVE_SIGSETMASK */
27422373Spst
27522373Spst/* Define if you have the socket function.  */
27622373Spst#define HAVE_SOCKET 1
27722373Spst
27829967Sache/* Define if you have the strerror function.  */
27929967Sache#define HAVE_STRERROR 1
28029967Sache
28122373Spst/* Define if you have the strftime function.  */
28222373Spst#define HAVE_STRFTIME 1
28322373Spst
28429967Sache/* Define if you have the strncasecmp function.  */
28529967Sache#define HAVE_STRNCASECMP 1
28629967Sache
28722373Spst/* Define if you have the strstr function.  */
28822373Spst#define HAVE_STRSTR 1
28922373Spst
29022373Spst/* Define if you have the ttyslot function.  */
29122373Spst#define HAVE_TTYSLOT 1
29222373Spst
29329967Sache/* Define if you have the usleep function.  */
29429967Sache#define HAVE_USLEEP 1
29529967Sache
29622373Spst/* Define if you have the <crypt.h> header file.  */
29722373Spst/* #undef HAVE_CRYPT_H */
29822373Spst
29922373Spst/* Define if you have the <dirent.h> header file.  */
30022373Spst#define HAVE_DIRENT_H 1
30122373Spst
30222373Spst/* Define if you have the <fcntl.h> header file.  */
30322373Spst#define HAVE_FCNTL_H 1
30422373Spst
30522373Spst/* Define if you have the <lastlog.h> header file.  */
30622373Spst/* #undef HAVE_LASTLOG_H */
30722373Spst
30822373Spst/* Define if you have the <limits.h> header file.  */
30922373Spst#define HAVE_LIMITS_H 1
31022373Spst
31122373Spst/* Define if you have the <ndir.h> header file.  */
31222373Spst/* #undef HAVE_NDIR_H */
31322373Spst
31422373Spst/* Define if you have the <paths.h> header file.  */
31522373Spst#define HAVE_PATHS_H 1
31622373Spst
31722373Spst/* Define if you have the <pwd.h> header file.  */
31822373Spst#define HAVE_PWD_H 1
31922373Spst
32022373Spst/* Define if you have the <shadow.h> header file.  */
32122373Spst/* #undef HAVE_SHADOW_H */
32222373Spst
32322373Spst/* Define if you have the <signal.h> header file.  */
32422373Spst#define HAVE_SIGNAL_H 1
32522373Spst
32622373Spst/* Define if you have the <stdlib.h> header file.  */
32722373Spst#define HAVE_STDLIB_H 1
32822373Spst
32922373Spst/* Define if you have the <string.h> header file.  */
33022373Spst#define HAVE_STRING_H 1
33122373Spst
33222373Spst/* Define if you have the <sys/dir.h> header file.  */
33322373Spst/* #undef HAVE_SYS_DIR_H */
33422373Spst
33522373Spst/* Define if you have the <sys/file.h> header file.  */
33622373Spst#define HAVE_SYS_FILE_H 1
33722373Spst
33822373Spst/* Define if you have the <sys/ioctl.h> header file.  */
33922373Spst#define HAVE_SYS_IOCTL_H 1
34022373Spst
34122373Spst/* Define if you have the <sys/ndir.h> header file.  */
34222373Spst/* #undef HAVE_SYS_NDIR_H */
34322373Spst
34422373Spst/* Define if you have the <sys/param.h> header file.  */
34522373Spst#define HAVE_SYS_PARAM_H 1
34622373Spst
34729967Sache/* Define if you have the <sys/select.h> header file.  */
34829967Sache#define HAVE_SYS_SELECT_H 1
34929967Sache
35022373Spst/* Define if you have the <sys/signal.h> header file.  */
35122373Spst#define HAVE_SYS_SIGNAL_H 1
35222373Spst
35322373Spst/* Define if you have the <sys/time.h> header file.  */
35422373Spst#define HAVE_SYS_TIME_H 1
35522373Spst
35622373Spst/* Define if you have the <sys/utsname.h> header file.  */
35722373Spst#define HAVE_SYS_UTSNAME_H 1
35822373Spst
35922373Spst/* Define if you have the <syslog.h> header file.  */
36022373Spst#define HAVE_SYSLOG_H 1
36122373Spst
36222373Spst/* Define if you have the <termios.h> header file.  */
36322373Spst#define HAVE_TERMIOS_H 1
36422373Spst
36522373Spst/* Define if you have the <unistd.h> header file.  */
36622373Spst#define HAVE_UNISTD_H 1
36722373Spst
36822373Spst/* Define if you have the <utmpx.h> header file.  */
369202196Sed#define HAVE_UTMPX_H 1
37022373Spst
37122373Spst/* Define if you have the crypt library (-lcrypt).  */
37222373Spst#define HAVE_LIBCRYPT 1
37322373Spst
37422373Spst/* Define if you have the nsl library (-lnsl).  */
37522373Spst/* #undef HAVE_LIBNSL */
37622373Spst
37722373Spst/* Define if you have the posix library (-lposix).  */
37822373Spst/* #undef HAVE_LIBPOSIX */
37922373Spst
38022373Spst/* Define if you have the socket library (-lsocket).  */
38122373Spst/* #undef HAVE_LIBSOCKET */
382