usched: Allow process to change self cpu affinity
[dragonfly.git] / contrib / opie / config.h.in
blobca700f7e721200719c1471e5e968117884eea3d6
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
10 /* Define if using alloca.c. */
11 #undef C_ALLOCA
13 /* Define to empty if the keyword does not work. */
14 #undef const
16 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
17 This function is required for alloca.c support on those systems. */
18 #undef CRAY_STACKSEG_END
20 /* Define if you have alloca, as a function or macro. */
21 #undef HAVE_ALLOCA
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24 #undef HAVE_ALLOCA_H
26 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
27 #undef HAVE_SYS_WAIT_H
29 /* Define if on MINIX. */
30 #undef _MINIX
32 /* Define if the system does not provide POSIX.1 features except
33 with this defined. */
34 #undef _POSIX_1_SOURCE
36 /* Define if you need to in order for stat and other things to work. */
37 #undef _POSIX_SOURCE
39 /* Define as the return type of signal handlers (int or void). */
40 #undef RETSIGTYPE
42 /* If using the C implementation of alloca, define if you know the
43 direction of stack growth for your system; otherwise it will be
44 automatically deduced at run-time.
45 STACK_DIRECTION > 0 => grows toward higher addresses
46 STACK_DIRECTION < 0 => grows toward lower addresses
47 STACK_DIRECTION = 0 => direction of growth unknown
49 #undef STACK_DIRECTION
51 /* Define if you want the FTP daemon to support anonymous logins. */
52 #undef DOANONYMOUS
54 /* The default value of the PATH environment variable */
55 #undef DEFAULT_PATH
57 /* Defined if the file /etc/default/login exists
58 (and, presumably, should be looked at by login) */
59 #undef HAVE_ETC_DEFAULT_LOGIN
61 /* Defined to the name of a file that contains a list of files whose
62 permissions and ownerships should be changed on login. */
63 #undef HAVE_LOGIN_PERMFILE
65 /* Defined to the name of a file that contains a list of environment
66 values that should be set on login. */
67 #undef HAVE_LOGIN_ENVFILE
69 /* Defined if the file /etc/securetty exists
70 (and, presumably, should be looked at by login) */
71 #undef HAVE_SECURETTY
73 /* Defined if the file /etc/shadow exists
74 (and, presumably, should be looked at for shadow passwords) */
75 #undef HAVE_ETC_SHADOW
77 /* The path to the access file, if we're going to use it */
78 #undef PATH_ACCESS_FILE
80 /* The path to the mail spool, if we know it */
81 #undef PATH_MAIL
83 /* The path to the utmp file, if we know it */
84 #undef PATH_UTMP_AC
86 /* The path to the wtmp file, if we know it */
87 #undef PATH_WTMP_AC
89 /* The path to the wtmpx file, if we know it */
90 #undef PATH_WTMPX_AC
92 /* Defined if the system's profile (/etc/profile) displays
93 the motd file */
94 #undef HAVE_MOTD_IN_PROFILE
96 /* Defined if the system's profile (/etc/profile) informs the
97 user of new mail */
98 #undef HAVE_MAILCHECK_IN_PROFILE
100 /* Define if you have a nonstandard gettimeofday() that takes one argument
101 instead of two. */
102 #undef HAVE_ONE_ARG_GETTIMEOFDAY
104 /* Define if the system has the getenv function */
105 #undef HAVE_GETENV
107 /* Define if the system has the setenv function */
108 #undef HAVE_SETENV
110 /* Define if the system has the /var/adm/sulog file */
111 #undef HAVE_SULOG
113 /* Define if the system has the unsetenv function */
114 #undef HAVE_UNSETENV
116 /* Define if the compiler can handle ANSI-style argument lists */
117 #undef HAVE_ANSIDECL
119 /* Define if the compiler can handle ANSI-style prototypes */
120 #undef HAVE_ANSIPROTO
122 /* Define if the system has an ANSI-style printf (returns int instead of char *) */
123 #undef HAVE_ANSISPRINTF
125 /* Define if the compiler can handle ANSI-style variable argument lists */
126 #undef HAVE_ANSISTDARG
128 /* Define if the compiler can handle void argument lists to functions */
129 #undef HAVE_VOIDARG
131 /* Define if the compiler can handle void return "values" from functions */
132 #undef HAVE_VOIDRET
134 /* Define if the compiler can handle void pointers to our liking */
135 #undef HAVE_VOIDPTR
137 /* Define if the /bin/ls command seems to support the -g flag */
138 #undef HAVE_LS_G_FLAG
140 /* Define if there is a ut_pid field in struct utmp */
141 #undef HAVE_UT_PID
143 /* Define if there is a ut_type field in struct utmp */
144 #undef HAVE_UT_TYPE
146 /* Define if there is a ut_name field in struct utmp */
147 #undef HAVE_UT_NAME
149 /* Define if there is a ut_host field in struct utmp */
150 #undef HAVE_UT_HOST
152 /* Define if there is a ut_id field in struct utmp */
153 #undef HAVE_UT_ID
155 /* Define if there is a utx_syslen field in struct utmpx */
156 #undef HAVE_UTX_SYSLEN
158 /* Define if the system has getutline() */
159 #undef HAVE_GETUTLINE
161 /* Defined if the system has SunOS C2 security shadow passwords */
162 #undef HAVE_SUNOS_C2_SHADOW
164 /* Defined if you want to disable utmp support */
165 #undef DISABLE_UTMP
167 /* Defined if you want to disable wtmp support */
168 #undef DISABLE_WTMP
170 /* Defined if you want to allow users to override the insecure checks */
171 #undef INSECURE_OVERRIDE
173 /* Defined to the default hash value, always defined */
174 #undef MDX
176 /* Defined if new-style prompts are to be used */
177 #undef NEW_PROMPTS
179 /* Defined to the path of the OPIE lock directory */
180 #undef OPIE_LOCK_DIR
182 /* Defined if users are to be asked to re-type secret pass phrases */
183 #undef RETYPE
185 /* Defined if su should not switch to disabled accounts */
186 #undef SU_STAR_CHECK
188 /* Defined if opieauto is to be used */
189 #undef OPIEAUTO
191 /* Define if you have the atexit function. */
192 #undef HAVE_ATEXIT
194 /* Define if you have the endutent function. */
195 #undef HAVE_ENDUTENT
197 /* Define if you have the initgroups function. */
198 #undef HAVE_INITGROUPS
200 /* Define if you have the memcmp function. */
201 #undef HAVE_MEMCMP
203 /* Define if you have the memcpy function. */
204 #undef HAVE_MEMCPY
206 /* Define if you have the memset function. */
207 #undef HAVE_MEMSET
209 /* Define if you have the getcwd function. */
210 #undef HAVE_GETCWD
212 /* Define if you have the getenv function. */
213 #undef HAVE_GETENV
215 /* Define if you have the getutline function. */
216 #undef HAVE_GETUTLINE
218 /* Define if you have the pututline function. */
219 #undef HAVE_PUTUTLINE
221 /* Define if you have the setenv function. */
222 #undef HAVE_SETENV
224 /* Define if you have the setegid function. */
225 #undef HAVE_SETEGID
227 /* Define if you have the seteuid function. */
228 #undef HAVE_SETEUID
230 /* Define if you have the setutent function. */
231 #undef HAVE_SETUTENT
233 /* Define if you have the sigprocmask function. */
234 #undef HAVE_SIGPROCMASK
236 /* Define if you have the strchr function. */
237 #undef HAVE_STRCHR
239 /* Define if you have the strrchr function. */
240 #undef HAVE_STRRCHR
242 /* Define if you have the strtoul function. */
243 #undef HAVE_STRTOUL
245 /* Define if you have the sysconf function. */
246 #undef HAVE_SYSCONF
248 /* Define if you have the uname function. */
249 #undef HAVE_UNAME
251 /* Define if you have the unsetenv function. */
252 #undef HAVE_UNSETENV
254 /* Define if you have the bcopy function. */
255 #undef HAVE_BCOPY
257 /* Define if you have the bzero function. */
258 #undef HAVE_BZERO
260 /* Define if you have the endspent function. */
261 #undef HAVE_ENDSPENT
263 /* Define if you have the fpurge function. */
264 #undef HAVE_FPURGE
266 /* Define if you have the getdtablesize function. */
267 #undef HAVE_GETDTABLESIZE
269 /* Define if you have the getgroups function. */
270 #undef HAVE_GETGROUPS
272 /* Define if you have the gethostname function. */
273 #undef HAVE_GETHOSTNAME
275 /* Define if you have the getspnam function. */
276 #undef HAVE_GETSPNAM
278 /* Define if you have the gettimeofday function. */
279 #undef HAVE_GETTIMEOFDAY
281 /* Define if you have the getttynam function. */
282 #undef HAVE_GETTTYNAM
284 /* Define if you have the getusershell function. */
285 #undef HAVE_GETUSERSHELL
287 /* Define if you have the getutxline function. */
288 #undef HAVE_GETUTXLINE
290 /* Define if you have the getwd function. */
291 #undef HAVE_GETWD
293 /* Define if you have the index function. */
294 #undef HAVE_INDEX
296 /* Define if you have the lstat function. */
297 #undef HAVE_LSTAT
299 /* Define if you have the on_exit function. */
300 #undef HAVE_ON_EXIT
302 /* Define if you have the pututxline function. */
303 #undef HAVE_PUTUTXLINE
305 /* Define if you have the rindex function. */
306 #undef HAVE_RINDEX
308 /* Define if you have the setgroups function. */
309 #undef HAVE_SETGROUPS
311 /* Define if you have the setlogin function. */
312 #undef HAVE_SETLOGIN
314 /* Define if you have the setpriority function. */
315 #undef HAVE_SETPRIORITY
317 /* Define if you have the setregid function. */
318 #undef HAVE_SETREGID
320 /* Define if you have the setresgid function. */
321 #undef HAVE_SETRESGID
323 /* Define if you have the setresuid function. */
324 #undef HAVE_SETRESUID
326 /* Define if you have the setreuid function. */
327 #undef HAVE_SETREUID
329 /* Define if you have the setvbuf function. */
330 #undef HAVE_SETVBUF
332 /* Define if you have the sigaddset function. */
333 #undef HAVE_SIGADDSET
335 /* Define if you have the sigblock function. */
336 #undef HAVE_SIGBLOCK
338 /* Define if you have the sigemptyset function. */
339 #undef HAVE_SIGEMPTYSET
341 /* Define if you have the sigsetmask function. */
342 #undef HAVE_SIGSETMASK
344 /* Define if you have the socket function. */
345 #undef HAVE_SOCKET
347 /* Define if you have the strerror function. */
348 #undef HAVE_STRERROR
350 /* Define if you have the strftime function. */
351 #undef HAVE_STRFTIME
353 /* Define if you have the strncasecmp function. */
354 #undef HAVE_STRNCASECMP
356 /* Define if you have the strstr function. */
357 #undef HAVE_STRSTR
359 /* Define if you have the ttyslot function. */
360 #undef HAVE_TTYSLOT
362 /* Define if you have the usleep function. */
363 #undef HAVE_USLEEP
365 /* Define if you have the <crypt.h> header file. */
366 #undef HAVE_CRYPT_H
368 /* Define if you have the <dirent.h> header file. */
369 #undef HAVE_DIRENT_H
371 /* Define if you have the <fcntl.h> header file. */
372 #undef HAVE_FCNTL_H
374 /* Define if you have the <lastlog.h> header file. */
375 #undef HAVE_LASTLOG_H
377 /* Define if you have the <limits.h> header file. */
378 #undef HAVE_LIMITS_H
380 /* Define if you have the <ndir.h> header file. */
381 #undef HAVE_NDIR_H
383 /* Define if you have the <paths.h> header file. */
384 #undef HAVE_PATHS_H
386 /* Define if you have the <pwd.h> header file. */
387 #undef HAVE_PWD_H
389 /* Define if you have the <shadow.h> header file. */
390 #undef HAVE_SHADOW_H
392 /* Define if you have the <signal.h> header file. */
393 #undef HAVE_SIGNAL_H
395 /* Define if you have the <stdlib.h> header file. */
396 #undef HAVE_STDLIB_H
398 /* Define if you have the <string.h> header file. */
399 #undef HAVE_STRING_H
401 /* Define if you have the <sys/dir.h> header file. */
402 #undef HAVE_SYS_DIR_H
404 /* Define if you have the <sys/file.h> header file. */
405 #undef HAVE_SYS_FILE_H
407 /* Define if you have the <sys/ioctl.h> header file. */
408 #undef HAVE_SYS_IOCTL_H
410 /* Define if you have the <sys/ndir.h> header file. */
411 #undef HAVE_SYS_NDIR_H
413 /* Define if you have the <sys/param.h> header file. */
414 #undef HAVE_SYS_PARAM_H
416 /* Define if you have the <sys/select.h> header file. */
417 #undef HAVE_SYS_SELECT_H
419 /* Define if you have the <sys/signal.h> header file. */
420 #undef HAVE_SYS_SIGNAL_H
422 /* Define if you have the <sys/time.h> header file. */
423 #undef HAVE_SYS_TIME_H
425 /* Define if you have the <sys/utsname.h> header file. */
426 #undef HAVE_SYS_UTSNAME_H
428 /* Define if you have the <syslog.h> header file. */
429 #undef HAVE_SYSLOG_H
431 /* Define if you have the <termios.h> header file. */
432 #undef HAVE_TERMIOS_H
434 /* Define if you have the <unistd.h> header file. */
435 #undef HAVE_UNISTD_H
437 /* Define if you have the <utmpx.h> header file. */
438 #undef HAVE_UTMPX_H
440 /* Define if you have the crypt library (-lcrypt). */
441 #undef HAVE_LIBCRYPT
443 /* Define if you have the nsl library (-lnsl). */
444 #undef HAVE_LIBNSL
446 /* Define if you have the posix library (-lposix). */
447 #undef HAVE_LIBPOSIX
449 /* Define if you have the socket library (-lsocket). */
450 #undef HAVE_LIBSOCKET