acconfig.h revision 29964
1/* acconfig.h: Extra commentary for Autoheader
2
3%%% portions-copyright-cmetz-96
4Portions of this software are Copyright 1996-1997 by Craig Metz, All Rights
5Reserved. The Inner Net License Version 2 applies to these portions of
6the software.
7You should have received a copy of the license with this software. If
8you didn't get a copy, you may request one from <license@inner.net>.
9
10/* Define if the closedir function returns void instead of int.  */
11#undef CLOSEDIR_VOID
12
13/* Define if you want the FTP daemon to support anonymous logins. */
14#undef DOANONYMOUS
15
16/* The default value of the PATH environment variable */
17#undef DEFAULT_PATH
18
19/* Defined if the file /etc/default/login exists
20   (and, presumably, should be looked at by login) */
21#undef HAVE_ETC_DEFAULT_LOGIN
22
23/* Defined to the name of a file that contains a list of files whose
24   permissions and ownerships should be changed on login. */
25#undef HAVE_LOGIN_PERMFILE
26
27/* Defined to the name of a file that contains a list of environment
28   values that should be set on login. */
29#undef HAVE_LOGIN_ENVFILE
30
31/* Defined if the file /etc/securetty exists
32   (and, presumably, should be looked at by login) */
33#undef HAVE_SECURETTY
34
35/* Defined if the file /etc/shadow exists
36   (and, presumably, should be looked at for shadow passwords) */
37#undef HAVE_ETC_SHADOW
38
39/* The path to the access file, if we're going to use it */
40#undef PATH_ACCESS_FILE
41
42/* The path to the mail spool, if we know it */
43#undef PATH_MAIL
44
45/* The path to the utmp file, if we know it */
46#undef PATH_UTMP_AC
47
48/* The path to the utmpx file, if we know it */
49#undef PATH_UTMPX_AC
50
51/* The path to the wtmp file, if we know it */
52#undef PATH_WTMP_AC
53
54/* The path to the wtmpx file, if we know it */
55#undef PATH_WTMPX_AC
56
57/* Defined if the system's profile (/etc/profile) displays
58   the motd file */
59#undef HAVE_MOTD_IN_PROFILE
60
61/* Defined if the system's profile (/etc/profile) informs the
62   user of new mail */
63#undef HAVE_MAILCHECK_IN_PROFILE
64
65/* Define if you have a nonstandard gettimeofday() that takes one argument
66   instead of two. */
67#undef HAVE_ONE_ARG_GETTIMEOFDAY
68
69/* Define if the system has the getenv function */
70#undef HAVE_GETENV
71
72/* Define if the system has the setenv function */
73#undef HAVE_SETENV
74
75/* Define if the system has the /var/adm/sulog file */
76#undef HAVE_SULOG
77
78/* Define if the system has the unsetenv function */
79#undef HAVE_UNSETENV
80
81/* Define if the compiler can handle ANSI-style argument lists */
82#undef HAVE_ANSIDECL
83
84/* Define if the compiler can handle ANSI-style prototypes */
85#undef HAVE_ANSIPROTO
86
87/* Define if the system has an ANSI-style printf (returns int instead of char *) */
88#undef HAVE_ANSISPRINTF
89
90/* Define if the compiler can handle ANSI-style variable argument lists */
91#undef HAVE_ANSISTDARG
92
93/* Define if the compiler can handle void argument lists to functions */
94#undef HAVE_VOIDARG
95
96/* Define if the compiler can handle void return "values" from functions */
97#undef HAVE_VOIDRET
98
99/* Define if the compiler can handle void pointers to our liking */
100#undef HAVE_VOIDPTR
101
102/* Define if the /bin/ls command seems to support the -g flag */
103#undef HAVE_LS_G_FLAG
104
105/* Define if there is a ut_pid field in struct utmp */
106#undef HAVE_UT_PID
107
108/* Define if there is a ut_type field in struct utmp */
109#undef HAVE_UT_TYPE
110
111/* Define if there is a ut_user field in struct utmp */
112#undef HAVE_UT_USER
113
114/* Define if there is a ut_name field in struct utmp */
115#undef HAVE_UT_NAME
116
117/* Define if there is a ut_host field in struct utmp */
118#undef HAVE_UT_HOST
119
120/* Define if the system has getutline() */
121#undef HAVE_GETUTLINE
122
123/* Defined if the system has SunOS C2 security shadow passwords */
124#undef HAVE_SUNOS_C2_SHADOW
125
126/* Defined if you want to disable utmp support */
127#undef DISABLE_UTMP
128
129/* Defined if you want to disable wtmp support */
130#undef DISABLE_WTMP
131
132/* Defined if you want to allow users to override the insecure checks */
133#undef INSECURE_OVERRIDE
134
135/* Defined to the default hash value, always defined */
136#undef MDX
137
138/* Defined if new-style prompts are to be used */
139#undef NEW_PROMPTS
140
141/* Defined to the path of the OPIE lock directory */
142#undef OPIE_LOCK_DIR
143
144/* Defined if users are to be asked to re-type secret pass phrases */
145#undef RETYPE
146
147/* Defined if su should not switch to disabled accounts */
148#undef SU_STAR_CHECK
149
150/* Defined if user locking is to be used */
151#undef USER_LOCKING
152