acconfig.h revision 22347
1168404Spjd/* acconfig.h: Extra commentary for Autoheader
2168404Spjd
3168404Spjd%%% portions-copyright-cmetz
4168404SpjdPortions of this software are Copyright 1996 by Craig Metz, All Rights
5168404SpjdReserved. The Inner Net License Version 2 applies to these portions of
6168404Spjdthe software.
7168404SpjdYou should have received a copy of the license with this software. If
8168404Spjdyou didn't get a copy, you may request one from <license@inner.net>.
9168404Spjd
10168404Spjd/* Define if the closedir function returns void instead of int.  */
11168404Spjd#undef CLOSEDIR_VOID
12168404Spjd
13168404Spjd/* Define if you want the FTP daemon to support anonymous logins. */
14168404Spjd#undef DOANONYMOUS
15168404Spjd
16168404Spjd/* The default value of the PATH environment variable */
17168404Spjd#undef DEFAULT_PATH
18168404Spjd
19168404Spjd/* Defined if the file /etc/default/login exists
20168404Spjd   (and, presumably, should be looked at by login) */
21168404Spjd#undef HAVE_ETC_DEFAULT_LOGIN
22168404Spjd
23219089Spjd/* Defined to the name of a file that contains a list of files whose
24339103Smav   permissions and ownerships should be changed on login. */
25325139Savg#undef HAVE_LOGIN_PERMFILE
26252219Sdelphij
27307046Smav/* Defined to the name of a file that contains a list of environment
28307046Smav   values that should be set on login. */
29251646Sdelphij#undef HAVE_LOGIN_ENVFILE
30296519Smav
31307050Smav/* Defined if the file /etc/securetty exists
32329489Smav   (and, presumably, should be looked at by login) */
33321577Smav#undef HAVE_SECURETTY
34168404Spjd
35168404Spjd/* Defined if the file /etc/shadow exists
36168404Spjd   (and, presumably, should be looked at for shadow passwords) */
37168404Spjd#undef HAVE_ETC_SHADOW
38168404Spjd
39168404Spjd/* The path to the access file, if we're going to use it */
40168404Spjd#undef PATH_ACCESS_FILE
41168404Spjd
42168404Spjd/* The path to the mail spool, if we know it */
43168404Spjd#undef PATH_MAIL
44185029Spjd
45168404Spjd/* The path to the utmp file, if we know it */
46168404Spjd#undef PATH_UTMP_AC
47168404Spjd
48168404Spjd/* The path to the utmpx file, if we know it */
49185029Spjd#undef PATH_UTMPX_AC
50185029Spjd
51185029Spjd/* The path to the wtmp file, if we know it */
52185029Spjd#undef PATH_WTMP_AC
53339118Smav
54209962Smm/* The path to the wtmpx file, if we know it */
55339118Smav#undef PATH_WTMPX_AC
56168404Spjd
57219089Spjd/* Defined if the system's profile (/etc/profile) displays
58168404Spjd   the motd file */
59168404Spjd#undef HAVE_MOTD_IN_PROFILE
60209962Smm
61168404Spjd/* Defined if the system's profile (/etc/profile) informs the
62168404Spjd   user of new mail */
63168404Spjd#undef HAVE_MAILCHECK_IN_PROFILE
64168404Spjd
65168404Spjd/* Define if you have a nonstandard gettimeofday() that takes one argument
66185029Spjd   instead of two. */
67168404Spjd#undef HAVE_ONE_ARG_GETTIMEOFDAY
68209962Smm
69209962Smm/* Define if the system has the getenv function */
70168676Spjd#undef HAVE_GETENV
71168404Spjd
72168404Spjd/* Define if the system has the setenv function */
73168404Spjd#undef HAVE_SETENV
74168404Spjd
75168404Spjd/* Define if the system has the /var/adm/sulog file */
76168404Spjd#undef HAVE_SULOG
77168404Spjd
78168404Spjd/* Define if the system has the unsetenv function */
79168404Spjd#undef HAVE_UNSETENV
80168404Spjd
81168404Spjd/* Define if the compiler can handle ANSI-style argument lists */
82168404Spjd#undef HAVE_ANSIDECL
83168404Spjd
84168404Spjd/* Define if the compiler can handle ANSI-style prototypes */
85307050Smav#undef HAVE_ANSIPROTO
86307050Smav
87307050Smav/* Define if the system has an ANSI-style printf (returns int instead of char *) */
88307050Smav#undef HAVE_ANSISPRINTF
89307050Smav
90307050Smav/* Define if the compiler can handle ANSI-style variable argument lists */
91168404Spjd#undef HAVE_ANSISTDARG
92168404Spjd
93168404Spjd/* Define if the compiler can handle void argument lists to functions */
94168404Spjd#undef HAVE_VOIDARG
95168404Spjd
96168404Spjd/* Define if the compiler can handle void return "values" from functions */
97168404Spjd#undef HAVE_VOIDRET
98209962Smm
99209962Smm/* Define if the compiler can handle void pointers to our liking */
100168404Spjd#undef HAVE_VOIDPTR
101219089Spjd
102185029Spjd/* Define if the /bin/ls command seems to support the -g flag */
103185029Spjd#undef HAVE_LS_G_FLAG
104168404Spjd
105168404Spjd/* Define if there is a ut_pid field in struct utmp */
106168404Spjd#undef HAVE_UT_PID
107168404Spjd
108321534Smav/* Define if there is a ut_type field in struct utmp */
109168404Spjd#undef HAVE_UT_TYPE
110168404Spjd
111168404Spjd/* Define if there is a ut_user field in struct utmp */
112168404Spjd#undef HAVE_UT_USER
113168404Spjd
114168404Spjd/* Define if there is a ut_name field in struct utmp */
115168404Spjd#undef HAVE_UT_NAME
116168404Spjd
117168404Spjd/* Define if there is a ut_host field in struct utmp */
118168404Spjd#undef HAVE_UT_HOST
119168404Spjd