config.h.in revision 59118
11844Swollman/* config.h.in.  Generated automatically from configure.in by autoheader.  */
250476Speter
31844Swollman/* Define if on AIX 3.
41638Srgrimes   System headers sometimes define this.
538183Speter   We just want to avoid a redefinition error message.  */
638183Speter#ifndef _ALL_SOURCE
71638Srgrimes#undef _ALL_SOURCE
81638Srgrimes#endif
91638Srgrimes
1038183Speter/* Define if using alloca.c.  */
111638Srgrimes#undef C_ALLOCA
121844Swollman
131844Swollman/* Define to empty if the keyword does not work.  */
1438655Sjb#undef const
151844Swollman
161844Swollman/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1728945Speter   This function is required for alloca.c support on those systems.  */
181844Swollman#undef CRAY_STACKSEG_END
1942915Sjdp
2042915Sjdp/* Define if you have alloca, as a function or macro.  */
2142915Sjdp#undef HAVE_ALLOCA
2242915Sjdp
2342915Sjdp/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2442915Sjdp#undef HAVE_ALLOCA_H
2542915Sjdp
2642915Sjdp/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
2742915Sjdp#undef HAVE_SYS_WAIT_H
2842915Sjdp
2942915Sjdp/* Define if on MINIX.  */
3042915Sjdp#undef _MINIX
3129141Speter
3242915Sjdp/* Define if the system does not provide POSIX.1 features except
3342915Sjdp   with this defined.  */
3442915Sjdp#undef _POSIX_1_SOURCE
3542915Sjdp
3642915Sjdp/* Define if you need to in order for stat and other things to work.  */
3742915Sjdp#undef _POSIX_SOURCE
3842915Sjdp
3929141Speter/* Define as the return type of signal handlers (int or void).  */
401844Swollman#undef RETSIGTYPE
411844Swollman
4226051Sasami/* If using the C implementation of alloca, define if you know the
431844Swollman   direction of stack growth for your system; otherwise it will be
442353Sbde   automatically deduced at run-time.
452827Sjkh STACK_DIRECTION > 0 => grows toward higher addresses
462827Sjkh STACK_DIRECTION < 0 => grows toward lower addresses
472827Sjkh STACK_DIRECTION = 0 => direction of growth unknown
482827Sjkh */
492827Sjkh#undef STACK_DIRECTION
501638Srgrimes
512827Sjkh/* Define if you want the FTP daemon to support anonymous logins. */
521638Srgrimes#undef DOANONYMOUS
5343055Sjdp
5418529Sbde/* The default value of the PATH environment variable */
5531809Sbde#undef DEFAULT_PATH
5618529Sbde
571638Srgrimes/* Defined if the file /etc/default/login exists 
581638Srgrimes   (and, presumably, should be looked at by login) */
591638Srgrimes#undef HAVE_ETC_DEFAULT_LOGIN
6042450Sjdp
611638Srgrimes/* Defined to the name of a file that contains a list of files whose
6261423Sbde   permissions and ownerships should be changed on login. */
631638Srgrimes#undef HAVE_LOGIN_PERMFILE
641638Srgrimes
651844Swollman/* Defined to the name of a file that contains a list of environment
6638186Speter   values that should be set on login. */
6738186Speter#undef HAVE_LOGIN_ENVFILE
681638Srgrimes
691638Srgrimes/* Defined if the file /etc/securetty exists
7024761Sjdp   (and, presumably, should be looked at by login) */
7138186Speter#undef HAVE_SECURETTY
7238186Speter
731638Srgrimes/* Defined if the file /etc/shadow exists
7442450Sjdp   (and, presumably, should be looked at for shadow passwords) */
751844Swollman#undef HAVE_ETC_SHADOW
7638186Speter
7738186Speter/* The path to the access file, if we're going to use it */
781844Swollman#undef PATH_ACCESS_FILE
7936673Sdt
801844Swollman/* The path to the mail spool, if we know it */
8138186Speter#undef PATH_MAIL
8238186Speter
831844Swollman/* The path to the utmp file, if we know it */
8436673Sdt#undef PATH_UTMP_AC
8524761Sjdp
8638186Speter/* The path to the wtmp file, if we know it */
8738186Speter#undef PATH_WTMP_AC
881844Swollman
8942450Sjdp/* The path to the wtmpx file, if we know it */
901844Swollman#undef PATH_WTMPX_AC
9138186Speter
9238186Speter/* Defined if the system's profile (/etc/profile) displays
931844Swollman   the motd file */
941844Swollman#undef HAVE_MOTD_IN_PROFILE
951844Swollman
9638186Speter/* Defined if the system's profile (/etc/profile) informs the
9738186Speter   user of new mail */
981844Swollman#undef HAVE_MAILCHECK_IN_PROFILE
991844Swollman
10024761Sjdp/* Define if you have a nonstandard gettimeofday() that takes one argument
10138186Speter   instead of two. */
10238186Speter#undef HAVE_ONE_ARG_GETTIMEOFDAY
1031844Swollman
10442450Sjdp/* Define if the system has the getenv function */
1051844Swollman#undef HAVE_GETENV
10638186Speter
10738186Speter/* Define if the system has the setenv function */
1081844Swollman#undef HAVE_SETENV
10936054Sbde
11036054Sbde/* Define if the system has the /var/adm/sulog file */
11138186Speter#undef HAVE_SULOG
11238186Speter
11336054Sbde/* Define if the system has the unsetenv function */
11436054Sbde#undef HAVE_UNSETENV
11536054Sbde
11638186Speter/* Define if the compiler can handle ANSI-style argument lists */
11738186Speter#undef HAVE_ANSIDECL
11836054Sbde
11942450Sjdp/* Define if the compiler can handle ANSI-style prototypes */
12036054Sbde#undef HAVE_ANSIPROTO
12138186Speter
12238186Speter/* Define if the system has an ANSI-style printf (returns int instead of char *) */
12336054Sbde#undef HAVE_ANSISPRINTF
1241638Srgrimes
12526715Sasami/* Define if the compiler can handle ANSI-style variable argument lists */
12617510Speter#undef HAVE_ANSISTDARG
12738186Speter
12838186Speter/* Define if the compiler can handle void argument lists to functions */
1291638Srgrimes#undef HAVE_VOIDARG
1301638Srgrimes
13126715Sasami/* Define if the compiler can handle void return "values" from functions */
13217510Speter#undef HAVE_VOIDRET
13338186Speter
13438186Speter/* Define if the compiler can handle void pointers to our liking */
1351638Srgrimes#undef HAVE_VOIDPTR
13642450Sjdp
13726715Sasami/* Define if the /bin/ls command seems to support the -g flag */
13817510Speter#undef HAVE_LS_G_FLAG
13938186Speter
14038186Speter/* Define if there is a ut_pid field in struct utmp */
1411638Srgrimes#undef HAVE_UT_PID
1421844Swollman
14326715Sasami/* Define if there is a ut_type field in struct utmp */
14438186Speter#undef HAVE_UT_TYPE
14538186Speter
1461844Swollman/* Define if there is a ut_name field in struct utmp */
1471844Swollman#undef HAVE_UT_NAME
14826715Sasami
14938186Speter/* Define if there is a ut_host field in struct utmp */
15038186Speter#undef HAVE_UT_HOST
1511844Swollman
15242450Sjdp/* Define if the system has getutline() */
15326715Sasami#undef HAVE_GETUTLINE
15438186Speter
15538186Speter/* Defined if the system has SunOS C2 security shadow passwords */
1561844Swollman#undef HAVE_SUNOS_C2_SHADOW
1572870Swollman
1582868Swollman/* Defined if you want to disable utmp support */
1591638Srgrimes#undef DISABLE_UTMP
1601638Srgrimes
1611638Srgrimes/* Defined if you want to allow users to override the insecure checks */
1621638Srgrimes#undef INSECURE_OVERRIDE
1632870Swollman
1641638Srgrimes/* Defined to the default hash value, always defined */
16542915Sjdp#undef MDX
16642915Sjdp
1671638Srgrimes/* Defined if new-style prompts are to be used */
1681844Swollman#undef NEW_PROMPTS
1691844Swollman
1701844Swollman/* Defined to the path of the OPIE lock directory */
1711638Srgrimes#undef OPIE_LOCK_DIR
1721844Swollman
1731844Swollman/* Defined if users are to be asked to re-type secret pass phrases */
1741844Swollman#undef RETYPE
1751638Srgrimes
17674805Sru/* Defined if su should not switch to disabled accounts */
17718340Sswallace#undef SU_STAR_CHECK
17874805Sru
17974805Sru/* Define if you have the bcopy function.  */
18074805Sru#undef HAVE_BCOPY
1811844Swollman
1821844Swollman/* Define if you have the bzero function.  */
1831844Swollman#undef HAVE_BZERO
18442915Sjdp
18566534Speter/* Define if you have the endspent function.  */
1861638Srgrimes#undef HAVE_ENDSPENT
18742915Sjdp
1881844Swollman/* Define if you have the fpurge function.  */
1891638Srgrimes#undef HAVE_FPURGE
19042915Sjdp
1913859Sbde/* Define if you have the getdtablesize function.  */
1921638Srgrimes#undef HAVE_GETDTABLESIZE
1932353Sbde
1941638Srgrimes/* Define if you have the getgroups function.  */
19517400Sjkh#undef HAVE_GETGROUPS
1961844Swollman
1973859Sbde/* Define if you have the gethostname function.  */
1981638Srgrimes#undef HAVE_GETHOSTNAME
1991844Swollman
20036640Speter/* Define if you have the getspnam function.  */
2011844Swollman#undef HAVE_GETSPNAM
2021844Swollman
20342450Sjdp/* Define if you have the gettimeofday function.  */
20428945Speter#undef HAVE_GETTIMEOFDAY
20542915Sjdp
20642915Sjdp/* Define if you have the getttynam function.  */
20742915Sjdp#undef HAVE_GETTTYNAM
20842915Sjdp
20942915Sjdp/* Define if you have the getusershell function.  */
21042915Sjdp#undef HAVE_GETUSERSHELL
21142915Sjdp
21238655Sjb/* Define if you have the getutxline function.  */
21342915Sjdp#undef HAVE_GETUTXLINE
21442915Sjdp
21517400Sjkh/* Define if you have the getwd function.  */
21628945Speter#undef HAVE_GETWD
21728945Speter
21842915Sjdp/* Define if you have the index function.  */
21928945Speter#undef HAVE_INDEX
22028945Speter
22142915Sjdp/* Define if you have the lstat function.  */
2221844Swollman#undef HAVE_LSTAT
22342915Sjdp
2241844Swollman/* Define if you have the on_exit function.  */
2252353Sbde#undef HAVE_ON_EXIT
2261844Swollman
2275253Sache/* Define if you have the pututxline function.  */
2281844Swollman#undef HAVE_PUTUTXLINE
2293859Sbde
2301844Swollman/* Define if you have the rindex function.  */
2311638Srgrimes#undef HAVE_RINDEX
2321638Srgrimes
2331638Srgrimes/* Define if you have the setgroups function.  */
2341638Srgrimes#undef HAVE_SETGROUPS
23516663Sjkh
23642915Sjdp/* Define if you have the setlogin function.  */
23731809Sbde#undef HAVE_SETLOGIN
23838187Speter
23942450Sjdp/* Define if you have the setpriority function.  */
24042915Sjdp#undef HAVE_SETPRIORITY
24142450Sjdp
24216826Sphk/* Define if you have the setregid function.  */
24316437Sphk#undef HAVE_SETREGID
2441638Srgrimes
24516437Sphk/* Define if you have the setresgid function.  */
2461638Srgrimes#undef HAVE_SETRESGID
24734179Sbde
24824750Sbde/* Define if you have the setresuid function.  */
24942450Sjdp#undef HAVE_SETRESUID
25024750Sbde
25124750Sbde/* Define if you have the setreuid function.  */
25242915Sjdp#undef HAVE_SETREUID
25338655Sjb
25442915Sjdp/* Define if you have the setvbuf function.  */
25525468Sjdp#undef HAVE_SETVBUF
25625468Sjdp
25728945Speter/* Define if you have the sigaddset function.  */
25831809Sbde#undef HAVE_SIGADDSET
25942915Sjdp
26027910Sasami/* Define if you have the sigblock function.  */
26128945Speter#undef HAVE_SIGBLOCK
26228945Speter
2631638Srgrimes/* Define if you have the sigemptyset function.  */
2641638Srgrimes#undef HAVE_SIGEMPTYSET
2651638Srgrimes
26655954Srgrimes/* Define if you have the sigsetmask function.  */
2671638Srgrimes#undef HAVE_SIGSETMASK
2681638Srgrimes
26955954Srgrimes/* Define if you have the socket function.  */
27055954Srgrimes#undef HAVE_SOCKET
27155954Srgrimes
27255954Srgrimes/* Define if you have the strerror function.  */
27355954Srgrimes#undef HAVE_STRERROR
27455954Srgrimes
27555954Srgrimes/* Define if you have the strftime function.  */
27655954Srgrimes#undef HAVE_STRFTIME
27755954Srgrimes
27855954Srgrimes/* Define if you have the strncasecmp function.  */
27948204Sjmg#undef HAVE_STRNCASECMP
2802298Swollman
2812298Swollman/* Define if you have the strstr function.  */
2822298Swollman#undef HAVE_STRSTR
28349328Shoek
28449328Shoek/* Define if you have the ttyslot function.  */
28549328Shoek#undef HAVE_TTYSLOT
28649328Shoek
28756971Sru/* Define if you have the usleep function.  */
28849328Shoek#undef HAVE_USLEEP
28949328Shoek
29049328Shoek/* Define if you have the <crypt.h> header file.  */
29149328Shoek#undef HAVE_CRYPT_H
2921638Srgrimes
2932298Swollman/* Define if you have the <dirent.h> header file.  */
2941996Swollman#undef HAVE_DIRENT_H
29549328Shoek
2961638Srgrimes/* Define if you have the <fcntl.h> header file.  */
2971844Swollman#undef HAVE_FCNTL_H
29849328Shoek
2991638Srgrimes/* Define if you have the <lastlog.h> header file.  */
3002298Swollman#undef HAVE_LASTLOG_H
30142915Sjdp
30248204Sjmg/* Define if you have the <limits.h> header file.  */
30349328Shoek#undef HAVE_LIMITS_H
30442915Sjdp
30542915Sjdp/* Define if you have the <ndir.h> header file.  */
30644946Sbde#undef HAVE_NDIR_H
3071844Swollman
30828945Speter/* Define if you have the <paths.h> header file.  */
3091844Swollman#undef HAVE_PATHS_H
3101844Swollman
31149328Shoek/* Define if you have the <pwd.h> header file.  */
3121844Swollman#undef HAVE_PWD_H
3131638Srgrimes
3141638Srgrimes/* Define if you have the <shadow.h> header file.  */
3151638Srgrimes#undef HAVE_SHADOW_H
3161638Srgrimes
3171638Srgrimes/* Define if you have the <signal.h> header file.  */
3181638Srgrimes#undef HAVE_SIGNAL_H
3191638Srgrimes
3202353Sbde/* Define if you have the <stdlib.h> header file.  */
32144946Sbde#undef HAVE_STDLIB_H
3221638Srgrimes
3231638Srgrimes/* Define if you have the <string.h> header file.  */
32444946Sbde#undef HAVE_STRING_H
32544946Sbde
32644946Sbde/* Define if you have the <sys/dir.h> header file.  */
32744946Sbde#undef HAVE_SYS_DIR_H
32844946Sbde
32944946Sbde/* Define if you have the <sys/file.h> header file.  */
33044946Sbde#undef HAVE_SYS_FILE_H
33144946Sbde
33244946Sbde/* Define if you have the <sys/ioctl.h> header file.  */
33344946Sbde#undef HAVE_SYS_IOCTL_H
33444946Sbde
3351638Srgrimes/* Define if you have the <sys/ndir.h> header file.  */
33616663Sjkh#undef HAVE_SYS_NDIR_H
3371844Swollman
3381844Swollman/* Define if you have the <sys/param.h> header file.  */
3391844Swollman#undef HAVE_SYS_PARAM_H
3401638Srgrimes
3411638Srgrimes/* Define if you have the <sys/select.h> header file.  */
3421638Srgrimes#undef HAVE_SYS_SELECT_H
3431638Srgrimes
34434528Seivind/* Define if you have the <sys/signal.h> header file.  */
34534528Seivind#undef HAVE_SYS_SIGNAL_H
34634528Seivind
34734528Seivind/* Define if you have the <sys/time.h> header file.  */
3485585Sjkh#undef HAVE_SYS_TIME_H
3494442Sphk
35016663Sjkh/* Define if you have the <sys/utsname.h> header file.  */
35126760Sjkh#undef HAVE_SYS_UTSNAME_H
35226760Sjkh
35326760Sjkh/* Define if you have the <syslog.h> header file.  */
3544442Sphk#undef HAVE_SYSLOG_H
3554442Sphk
3561638Srgrimes/* Define if you have the <termios.h> header file.  */
3571638Srgrimes#undef HAVE_TERMIOS_H
3581638Srgrimes
3591638Srgrimes/* Define if you have the <unistd.h> header file.  */
3601844Swollman#undef HAVE_UNISTD_H
3611638Srgrimes
36274842Sru/* Define if you have the <utmpx.h> header file.  */
36374842Sru#undef HAVE_UTMPX_H
36474842Sru
36574842Sru/* Define if you have the crypt library (-lcrypt).  */
36674842Sru#undef HAVE_LIBCRYPT
3671844Swollman
3681844Swollman/* Define if you have the nsl library (-lnsl).  */
36974842Sru#undef HAVE_LIBNSL
3701844Swollman
3711844Swollman/* Define if you have the posix library (-lposix).  */
37234092Sbde#undef HAVE_LIBPOSIX
37334092Sbde
37442915Sjdp/* Define if you have the socket library (-lsocket).  */
37534092Sbde#undef HAVE_LIBSOCKET
37634092Sbde