1 /* acconfig.h: Extra commentary for Autoheader
3 %%% portions-copyright-cmetz-96
4 Portions of this software are Copyright 1996-1999 by Craig Metz, All Rights
5 Reserved. The Inner Net License Version 2 applies to these portions of
7 You should have received a copy of the license with this software. If
8 you didn't get a copy, you may request one from <license@inner.net>.
10 /* Define if the closedir function returns void instead of int. */
13 /* Define if you want the FTP daemon to support anonymous logins. */
16 /* The default value of the PATH environment variable */
19 /* Defined if the file /etc/default/login exists
20 (and, presumably, should be looked at by login) */
21 #undef HAVE_ETC_DEFAULT_LOGIN
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
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
31 /* Defined if the file /etc/securetty exists
32 (and, presumably, should be looked at by login) */
35 /* Defined if the file /etc/shadow exists
36 (and, presumably, should be looked at for shadow passwords) */
37 #undef HAVE_ETC_SHADOW
39 /* The path to the access file, if we're going to use it */
40 #undef PATH_ACCESS_FILE
42 /* The path to the mail spool, if we know it */
45 /* The path to the utmp file, if we know it */
48 /* The path to the utmpx file, if we know it */
51 /* The path to the wtmp file, if we know it */
54 /* The path to the wtmpx file, if we know it */
57 /* Defined if the system's profile (/etc/profile) displays
59 #undef HAVE_MOTD_IN_PROFILE
61 /* Defined if the system's profile (/etc/profile) informs the
63 #undef HAVE_MAILCHECK_IN_PROFILE
65 /* Define if you have a nonstandard gettimeofday() that takes one argument
67 #undef HAVE_ONE_ARG_GETTIMEOFDAY
69 /* Define if the system has the getenv function */
72 /* Define if the system has the setenv function */
75 /* Define if the system has the /var/adm/sulog file */
78 /* Define if the system has the unsetenv function */
81 /* Define if the compiler can handle ANSI-style argument lists */
84 /* Define if the compiler can handle ANSI-style prototypes */
87 /* Define if the system has an ANSI-style printf (returns int instead of char *) */
88 #undef HAVE_ANSISPRINTF
90 /* Define if the compiler can handle ANSI-style variable argument lists */
91 #undef HAVE_ANSISTDARG
93 /* Define if the compiler can handle void argument lists to functions */
96 /* Define if the compiler can handle void return "values" from functions */
99 /* Define if the compiler can handle void pointers to our liking */
102 /* Define if the /bin/ls command seems to support the -g flag */
103 #undef HAVE_LS_G_FLAG
105 /* Define if there is a ut_pid field in struct utmp */
108 /* Define if there is a ut_type field in struct utmp */
111 /* Define if there is a ut_user field in struct utmp */
114 /* Define if there is a ut_name field in struct utmp */
117 /* Define if there is a ut_host field in struct utmp */
120 /* Define if there is a ut_id field in struct utmp */
123 /* Define if there is a ut_syslen field in struct utmp */
124 #undef HAVE_UT_SYSLEN
126 /* Define if there is a utx_syslen field in struct utmpx */
127 #undef HAVE_UTX_SYSLEN
129 /* Define if the system has getutline() */
130 #undef HAVE_GETUTLINE
132 /* Defined if the system has SunOS C2 security shadow passwords */
133 #undef HAVE_SUNOS_C2_SHADOW
135 /* Defined if you want to disable utmp support */
138 /* Defined if you want to disable wtmp support */
141 /* Defined if you want to allow users to override the insecure checks */
142 #undef INSECURE_OVERRIDE
144 /* Defined to the default hash value, always defined */
147 /* Defined if new-style prompts are to be used */
150 /* Defined to the path of the OPIE lock directory */
153 /* Defined if users are to be asked to re-type secret pass phrases */
156 /* Defined if su should not switch to disabled accounts */
159 /* Defined if user locking is to be used */
162 /* Defined if opieauto is to be used */
165 /* Define if you have the atexit function. */
168 /* Define if you have the endutent function. */
171 /* Define if you have the initgroups function. */
172 #undef HAVE_INITGROUPS
174 /* Define if you have the memcmp function. */
177 /* Define if you have the memcpy function. */
180 /* Define if you have the memset function. */
183 /* Define if you have the getcwd function. */
186 /* Define if you have the getenv function. */
189 /* Define if you have the getutline function. */
190 #undef HAVE_GETUTLINE
192 /* Define if you have the pututline function. */
193 #undef HAVE_PUTUTLINE
195 /* Define if you have the setenv function. */
198 /* Define if you have the setegid function. */
201 /* Define if you have the seteuid function. */
204 /* Define if you have the setutent function. */
207 /* Define if you have the sigprocmask function. */
208 #undef HAVE_SIGPROCMASK
210 /* Define if you have the strchr function. */
213 /* Define if you have the strrchr function. */
216 /* Define if you have the strtoul function. */
219 /* Define if you have the sysconf function. */
222 /* Define if you have the uname function. */
225 /* Define if you have the unsetenv function. */