122347Spst/* acconfig.h: Extra commentary for Autoheader
222347Spst
329964Sache%%% portions-copyright-cmetz-96
492906SmarkmPortions of this software are Copyright 1996-1999 by Craig Metz, All Rights
522347SpstReserved. The Inner Net License Version 2 applies to these portions of
622347Spstthe software.
722347SpstYou should have received a copy of the license with this software. If
822347Spstyou didn't get a copy, you may request one from <license@inner.net>.
922347Spst
1022347Spst/* Define if the closedir function returns void instead of int.  */
1122347Spst#undef CLOSEDIR_VOID
1222347Spst
1322347Spst/* Define if you want the FTP daemon to support anonymous logins. */
1422347Spst#undef DOANONYMOUS
1522347Spst
1622347Spst/* The default value of the PATH environment variable */
1722347Spst#undef DEFAULT_PATH
1822347Spst
1922347Spst/* Defined if the file /etc/default/login exists
2022347Spst   (and, presumably, should be looked at by login) */
2122347Spst#undef HAVE_ETC_DEFAULT_LOGIN
2222347Spst
2322347Spst/* Defined to the name of a file that contains a list of files whose
2422347Spst   permissions and ownerships should be changed on login. */
2522347Spst#undef HAVE_LOGIN_PERMFILE
2622347Spst
2722347Spst/* Defined to the name of a file that contains a list of environment
2822347Spst   values that should be set on login. */
2922347Spst#undef HAVE_LOGIN_ENVFILE
3022347Spst
3122347Spst/* Defined if the file /etc/securetty exists
3222347Spst   (and, presumably, should be looked at by login) */
3322347Spst#undef HAVE_SECURETTY
3422347Spst
3522347Spst/* Defined if the file /etc/shadow exists
3622347Spst   (and, presumably, should be looked at for shadow passwords) */
3722347Spst#undef HAVE_ETC_SHADOW
3822347Spst
3922347Spst/* The path to the access file, if we're going to use it */
4022347Spst#undef PATH_ACCESS_FILE
4122347Spst
4222347Spst/* The path to the mail spool, if we know it */
4322347Spst#undef PATH_MAIL
4422347Spst
4522347Spst/* The path to the utmp file, if we know it */
4622347Spst#undef PATH_UTMP_AC
4722347Spst
4822347Spst/* The path to the utmpx file, if we know it */
4922347Spst#undef PATH_UTMPX_AC
5022347Spst
5122347Spst/* The path to the wtmp file, if we know it */
5222347Spst#undef PATH_WTMP_AC
5322347Spst
5422347Spst/* The path to the wtmpx file, if we know it */
5522347Spst#undef PATH_WTMPX_AC
5622347Spst
5722347Spst/* Defined if the system's profile (/etc/profile) displays
5822347Spst   the motd file */
5922347Spst#undef HAVE_MOTD_IN_PROFILE
6022347Spst
6122347Spst/* Defined if the system's profile (/etc/profile) informs the
6222347Spst   user of new mail */
6322347Spst#undef HAVE_MAILCHECK_IN_PROFILE
6422347Spst
6522347Spst/* Define if you have a nonstandard gettimeofday() that takes one argument
6622347Spst   instead of two. */
6722347Spst#undef HAVE_ONE_ARG_GETTIMEOFDAY
6822347Spst
6922347Spst/* Define if the system has the getenv function */
7022347Spst#undef HAVE_GETENV
7122347Spst
7222347Spst/* Define if the system has the setenv function */
7322347Spst#undef HAVE_SETENV
7422347Spst
7522347Spst/* Define if the system has the /var/adm/sulog file */
7622347Spst#undef HAVE_SULOG
7722347Spst
7822347Spst/* Define if the system has the unsetenv function */
7922347Spst#undef HAVE_UNSETENV
8022347Spst
8122347Spst/* Define if the compiler can handle ANSI-style argument lists */
8222347Spst#undef HAVE_ANSIDECL
8322347Spst
8422347Spst/* Define if the compiler can handle ANSI-style prototypes */
8522347Spst#undef HAVE_ANSIPROTO
8622347Spst
8722347Spst/* Define if the system has an ANSI-style printf (returns int instead of char *) */
8822347Spst#undef HAVE_ANSISPRINTF
8922347Spst
9022347Spst/* Define if the compiler can handle ANSI-style variable argument lists */
9122347Spst#undef HAVE_ANSISTDARG
9222347Spst
9322347Spst/* Define if the compiler can handle void argument lists to functions */
9422347Spst#undef HAVE_VOIDARG
9522347Spst
9622347Spst/* Define if the compiler can handle void return "values" from functions */
9722347Spst#undef HAVE_VOIDRET
9822347Spst
9922347Spst/* Define if the compiler can handle void pointers to our liking */
10022347Spst#undef HAVE_VOIDPTR
10122347Spst
10222347Spst/* Define if the /bin/ls command seems to support the -g flag */
10322347Spst#undef HAVE_LS_G_FLAG
10422347Spst
10522347Spst/* Define if there is a ut_pid field in struct utmp */
10622347Spst#undef HAVE_UT_PID
10722347Spst
10822347Spst/* Define if there is a ut_type field in struct utmp */
10922347Spst#undef HAVE_UT_TYPE
11022347Spst
11122347Spst/* Define if there is a ut_user field in struct utmp */
11222347Spst#undef HAVE_UT_USER
11322347Spst
11422347Spst/* Define if there is a ut_name field in struct utmp */
11522347Spst#undef HAVE_UT_NAME
11622347Spst
11722347Spst/* Define if there is a ut_host field in struct utmp */
11822347Spst#undef HAVE_UT_HOST
11929964Sache
12092906Smarkm/* Define if there is a ut_id field in struct utmp */
12192906Smarkm#undef HAVE_UT_ID
12292906Smarkm
12392906Smarkm/* Define if there is a ut_syslen field in struct utmp */
12492906Smarkm#undef HAVE_UT_SYSLEN
12592906Smarkm
12692906Smarkm/* Define if there is a utx_syslen field in struct utmpx */
12792906Smarkm#undef HAVE_UTX_SYSLEN
12892906Smarkm
12929964Sache/* Define if the system has getutline() */
13029964Sache#undef HAVE_GETUTLINE
13129964Sache
13229964Sache/* Defined if the system has SunOS C2 security shadow passwords */
13329964Sache#undef HAVE_SUNOS_C2_SHADOW
13429964Sache
13529964Sache/* Defined if you want to disable utmp support */
13629964Sache#undef DISABLE_UTMP
13729964Sache
13829964Sache/* Defined if you want to disable wtmp support */
13929964Sache#undef DISABLE_WTMP
14029964Sache
14129964Sache/* Defined if you want to allow users to override the insecure checks */
14229964Sache#undef INSECURE_OVERRIDE
14329964Sache
14429964Sache/* Defined to the default hash value, always defined */
14529964Sache#undef MDX
14629964Sache
14729964Sache/* Defined if new-style prompts are to be used */
14829964Sache#undef NEW_PROMPTS
14929964Sache
15029964Sache/* Defined to the path of the OPIE lock directory */
15129964Sache#undef OPIE_LOCK_DIR
15229964Sache
15329964Sache/* Defined if users are to be asked to re-type secret pass phrases */
15429964Sache#undef RETYPE
15529964Sache
15629964Sache/* Defined if su should not switch to disabled accounts */
15729964Sache#undef SU_STAR_CHECK
15829964Sache
15929964Sache/* Defined if user locking is to be used */
16029964Sache#undef USER_LOCKING
16192906Smarkm
16292906Smarkm/* Defined if opieauto is to be used */
16392906Smarkm#undef OPIEAUTO
16492906Smarkm
16592906Smarkm/* Define if you have the atexit function.  */
16692906Smarkm#undef HAVE_ATEXIT
16792906Smarkm
16892906Smarkm/* Define if you have the endutent function.  */
16992906Smarkm#undef HAVE_ENDUTENT
17092906Smarkm
17192906Smarkm/* Define if you have the initgroups function.  */
17292906Smarkm#undef HAVE_INITGROUPS
17392906Smarkm
17492906Smarkm/* Define if you have the memcmp function.  */
17592906Smarkm#undef HAVE_MEMCMP
17692906Smarkm
17792906Smarkm/* Define if you have the memcpy function.  */
17892906Smarkm#undef HAVE_MEMCPY
17992906Smarkm
18092906Smarkm/* Define if you have the memset function.  */
18192906Smarkm#undef HAVE_MEMSET
18292906Smarkm
18392906Smarkm/* Define if you have the getcwd function.  */
18492906Smarkm#undef HAVE_GETCWD
18592906Smarkm
18692906Smarkm/* Define if you have the getenv function.  */
18792906Smarkm#undef HAVE_GETENV
18892906Smarkm
18992906Smarkm/* Define if you have the getutline function.  */
19092906Smarkm#undef HAVE_GETUTLINE
19192906Smarkm
19292906Smarkm/* Define if you have the pututline function.  */
19392906Smarkm#undef HAVE_PUTUTLINE
19492906Smarkm
19592906Smarkm/* Define if you have the setenv function.  */
19692906Smarkm#undef HAVE_SETENV
19792906Smarkm
19892906Smarkm/* Define if you have the setegid function.  */
19992906Smarkm#undef HAVE_SETEGID
20092906Smarkm
20192906Smarkm/* Define if you have the seteuid function.  */
20292906Smarkm#undef HAVE_SETEUID
20392906Smarkm
20492906Smarkm/* Define if you have the setutent function.  */
20592906Smarkm#undef HAVE_SETUTENT
20692906Smarkm
20792906Smarkm/* Define if you have the sigprocmask function.  */
20892906Smarkm#undef HAVE_SIGPROCMASK
20992906Smarkm
21092906Smarkm/* Define if you have the strchr function.  */
21192906Smarkm#undef HAVE_STRCHR
21292906Smarkm
21392906Smarkm/* Define if you have the strrchr function.  */
21492906Smarkm#undef HAVE_STRRCHR
21592906Smarkm
21692906Smarkm/* Define if you have the strtoul function.  */
21792906Smarkm#undef HAVE_STRTOUL
21892906Smarkm
21992906Smarkm/* Define if you have the sysconf function.  */
22092906Smarkm#undef HAVE_SYSCONF
22192906Smarkm
22292906Smarkm/* Define if you have the uname function.  */
22392906Smarkm#undef HAVE_UNAME
22492906Smarkm
22592906Smarkm/* Define if you have the unsetenv function.  */
22692906Smarkm#undef HAVE_UNSETENV
227