Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / contrib / opie / acconfig.h
blobe33ebcf1305874904aa69b6cfb2a80120d6fe295
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
6 the software.
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. */
11 #undef CLOSEDIR_VOID
13 /* Define if you want the FTP daemon to support anonymous logins. */
14 #undef DOANONYMOUS
16 /* The default value of the PATH environment variable */
17 #undef DEFAULT_PATH
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) */
33 #undef HAVE_SECURETTY
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 */
43 #undef PATH_MAIL
45 /* The path to the utmp file, if we know it */
46 #undef PATH_UTMP_AC
48 /* The path to the utmpx file, if we know it */
49 #undef PATH_UTMPX_AC
51 /* The path to the wtmp file, if we know it */
52 #undef PATH_WTMP_AC
54 /* The path to the wtmpx file, if we know it */
55 #undef PATH_WTMPX_AC
57 /* Defined if the system's profile (/etc/profile) displays
58 the motd file */
59 #undef HAVE_MOTD_IN_PROFILE
61 /* Defined if the system's profile (/etc/profile) informs the
62 user of new mail */
63 #undef HAVE_MAILCHECK_IN_PROFILE
65 /* Define if you have a nonstandard gettimeofday() that takes one argument
66 instead of two. */
67 #undef HAVE_ONE_ARG_GETTIMEOFDAY
69 /* Define if the system has the getenv function */
70 #undef HAVE_GETENV
72 /* Define if the system has the setenv function */
73 #undef HAVE_SETENV
75 /* Define if the system has the /var/adm/sulog file */
76 #undef HAVE_SULOG
78 /* Define if the system has the unsetenv function */
79 #undef HAVE_UNSETENV
81 /* Define if the compiler can handle ANSI-style argument lists */
82 #undef HAVE_ANSIDECL
84 /* Define if the compiler can handle ANSI-style prototypes */
85 #undef HAVE_ANSIPROTO
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 */
94 #undef HAVE_VOIDARG
96 /* Define if the compiler can handle void return "values" from functions */
97 #undef HAVE_VOIDRET
99 /* Define if the compiler can handle void pointers to our liking */
100 #undef HAVE_VOIDPTR
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 */
106 #undef HAVE_UT_PID
108 /* Define if there is a ut_type field in struct utmp */
109 #undef HAVE_UT_TYPE
111 /* Define if there is a ut_user field in struct utmp */
112 #undef HAVE_UT_USER
114 /* Define if there is a ut_name field in struct utmp */
115 #undef HAVE_UT_NAME
117 /* Define if there is a ut_host field in struct utmp */
118 #undef HAVE_UT_HOST
120 /* Define if there is a ut_id field in struct utmp */
121 #undef HAVE_UT_ID
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 */
136 #undef DISABLE_UTMP
138 /* Defined if you want to disable wtmp support */
139 #undef DISABLE_WTMP
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 */
145 #undef MDX
147 /* Defined if new-style prompts are to be used */
148 #undef NEW_PROMPTS
150 /* Defined to the path of the OPIE lock directory */
151 #undef OPIE_LOCK_DIR
153 /* Defined if users are to be asked to re-type secret pass phrases */
154 #undef RETYPE
156 /* Defined if su should not switch to disabled accounts */
157 #undef SU_STAR_CHECK
159 /* Defined if user locking is to be used */
160 #undef USER_LOCKING
162 /* Defined if opieauto is to be used */
163 #undef OPIEAUTO
165 /* Define if you have the atexit function. */
166 #undef HAVE_ATEXIT
168 /* Define if you have the endutent function. */
169 #undef HAVE_ENDUTENT
171 /* Define if you have the initgroups function. */
172 #undef HAVE_INITGROUPS
174 /* Define if you have the memcmp function. */
175 #undef HAVE_MEMCMP
177 /* Define if you have the memcpy function. */
178 #undef HAVE_MEMCPY
180 /* Define if you have the memset function. */
181 #undef HAVE_MEMSET
183 /* Define if you have the getcwd function. */
184 #undef HAVE_GETCWD
186 /* Define if you have the getenv function. */
187 #undef HAVE_GETENV
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. */
196 #undef HAVE_SETENV
198 /* Define if you have the setegid function. */
199 #undef HAVE_SETEGID
201 /* Define if you have the seteuid function. */
202 #undef HAVE_SETEUID
204 /* Define if you have the setutent function. */
205 #undef HAVE_SETUTENT
207 /* Define if you have the sigprocmask function. */
208 #undef HAVE_SIGPROCMASK
210 /* Define if you have the strchr function. */
211 #undef HAVE_STRCHR
213 /* Define if you have the strrchr function. */
214 #undef HAVE_STRRCHR
216 /* Define if you have the strtoul function. */
217 #undef HAVE_STRTOUL
219 /* Define if you have the sysconf function. */
220 #undef HAVE_SYSCONF
222 /* Define if you have the uname function. */
223 #undef HAVE_UNAME
225 /* Define if you have the unsetenv function. */
226 #undef HAVE_UNSETENV