acconfig.h revision 22347
122347Spst/* acconfig.h: Extra commentary for Autoheader
222347Spst
322347Spst%%% portions-copyright-cmetz
422347SpstPortions of this software are Copyright 1996 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
119