1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
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
9
10/* Define if using alloca.c.  */
11#undef C_ALLOCA
12
13/* Define to empty if the keyword does not work.  */
14#undef const
15
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
19
20/* Define if you have alloca, as a function or macro.  */
21#undef HAVE_ALLOCA
22
23/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
24#undef HAVE_ALLOCA_H
25
26/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
27#undef HAVE_SYS_WAIT_H
28
29/* Define if on MINIX.  */
30#undef _MINIX
31
32/* Define if the system does not provide POSIX.1 features except
33   with this defined.  */
34#undef _POSIX_1_SOURCE
35
36/* Define if you need to in order for stat and other things to work.  */
37#undef _POSIX_SOURCE
38
39/* Define as the return type of signal handlers (int or void).  */
40#undef RETSIGTYPE
41
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
48 */
49#undef STACK_DIRECTION
50
51/* Define if you want the FTP daemon to support anonymous logins. */
52#undef DOANONYMOUS
53
54/* The default value of the PATH environment variable */
55#undef DEFAULT_PATH
56
57/* Defined if the file /etc/default/login exists 
58   (and, presumably, should be looked at by login) */
59#undef HAVE_ETC_DEFAULT_LOGIN
60
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
64
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
68
69/* Defined if the file /etc/securetty exists
70   (and, presumably, should be looked at by login) */
71#undef HAVE_SECURETTY
72
73/* Defined if the file /etc/shadow exists
74   (and, presumably, should be looked at for shadow passwords) */
75#undef HAVE_ETC_SHADOW
76
77/* The path to the access file, if we're going to use it */
78#undef PATH_ACCESS_FILE
79
80/* The path to the mail spool, if we know it */
81#undef PATH_MAIL
82
83/* The path to the utmp file, if we know it */
84#undef PATH_UTMP_AC
85
86/* The path to the wtmp file, if we know it */
87#undef PATH_WTMP_AC
88
89/* The path to the wtmpx file, if we know it */
90#undef PATH_WTMPX_AC
91
92/* Defined if the system's profile (/etc/profile) displays
93   the motd file */
94#undef HAVE_MOTD_IN_PROFILE
95
96/* Defined if the system's profile (/etc/profile) informs the
97   user of new mail */
98#undef HAVE_MAILCHECK_IN_PROFILE
99
100/* Define if you have a nonstandard gettimeofday() that takes one argument
101   instead of two. */
102#undef HAVE_ONE_ARG_GETTIMEOFDAY
103
104/* Define if the system has the getenv function */
105#undef HAVE_GETENV
106
107/* Define if the system has the setenv function */
108#undef HAVE_SETENV
109
110/* Define if the system has the /var/adm/sulog file */
111#undef HAVE_SULOG
112
113/* Define if the system has the unsetenv function */
114#undef HAVE_UNSETENV
115
116/* Define if the compiler can handle ANSI-style argument lists */
117#undef HAVE_ANSIDECL
118
119/* Define if the compiler can handle ANSI-style prototypes */
120#undef HAVE_ANSIPROTO
121
122/* Define if the system has an ANSI-style printf (returns int instead of char *) */
123#undef HAVE_ANSISPRINTF
124
125/* Define if the compiler can handle ANSI-style variable argument lists */
126#undef HAVE_ANSISTDARG
127
128/* Define if the compiler can handle void argument lists to functions */
129#undef HAVE_VOIDARG
130
131/* Define if the compiler can handle void return "values" from functions */
132#undef HAVE_VOIDRET
133
134/* Define if the compiler can handle void pointers to our liking */
135#undef HAVE_VOIDPTR
136
137/* Define if the /bin/ls command seems to support the -g flag */
138#undef HAVE_LS_G_FLAG
139
140/* Define if there is a ut_pid field in struct utmp */
141#undef HAVE_UT_PID
142
143/* Define if there is a ut_type field in struct utmp */
144#undef HAVE_UT_TYPE
145
146/* Define if there is a ut_name field in struct utmp */
147#undef HAVE_UT_NAME
148
149/* Define if there is a ut_host field in struct utmp */
150#undef HAVE_UT_HOST
151
152/* Define if there is a ut_id field in struct utmp */
153#undef HAVE_UT_ID
154
155/* Define if there is a utx_syslen field in struct utmpx */
156#undef HAVE_UTX_SYSLEN
157
158/* Define if the system has getutline() */
159#undef HAVE_GETUTLINE
160
161/* Defined if the system has SunOS C2 security shadow passwords */
162#undef HAVE_SUNOS_C2_SHADOW
163
164/* Defined if you want to disable utmp support */
165#undef DISABLE_UTMP
166
167/* Defined if you want to disable wtmp support */
168#undef DISABLE_WTMP
169
170/* Defined if you want to allow users to override the insecure checks */
171#undef INSECURE_OVERRIDE
172
173/* Defined to the default hash value, always defined */
174#undef MDX
175
176/* Defined if new-style prompts are to be used */
177#undef NEW_PROMPTS
178
179/* Defined to the path of the OPIE lock directory */
180#undef OPIE_LOCK_DIR
181
182/* Defined if users are to be asked to re-type secret pass phrases */
183#undef RETYPE
184
185/* Defined if su should not switch to disabled accounts */
186#undef SU_STAR_CHECK
187
188/* Defined if opieauto is to be used */
189#undef OPIEAUTO
190
191/* Define if you have the atexit function.  */
192#undef HAVE_ATEXIT
193
194/* Define if you have the endutent function.  */
195#undef HAVE_ENDUTENT
196
197/* Define if you have the initgroups function.  */
198#undef HAVE_INITGROUPS
199
200/* Define if you have the memcmp function.  */
201#undef HAVE_MEMCMP
202
203/* Define if you have the memcpy function.  */
204#undef HAVE_MEMCPY
205
206/* Define if you have the memset function.  */
207#undef HAVE_MEMSET
208
209/* Define if you have the getcwd function.  */
210#undef HAVE_GETCWD
211
212/* Define if you have the getenv function.  */
213#undef HAVE_GETENV
214
215/* Define if you have the getutline function.  */
216#undef HAVE_GETUTLINE
217
218/* Define if you have the pututline function.  */
219#undef HAVE_PUTUTLINE
220
221/* Define if you have the setenv function.  */
222#undef HAVE_SETENV
223
224/* Define if you have the setegid function.  */
225#undef HAVE_SETEGID
226
227/* Define if you have the seteuid function.  */
228#undef HAVE_SETEUID
229
230/* Define if you have the setutent function.  */
231#undef HAVE_SETUTENT
232
233/* Define if you have the sigprocmask function.  */
234#undef HAVE_SIGPROCMASK
235
236/* Define if you have the strchr function.  */
237#undef HAVE_STRCHR
238
239/* Define if you have the strrchr function.  */
240#undef HAVE_STRRCHR
241
242/* Define if you have the strtoul function.  */
243#undef HAVE_STRTOUL
244
245/* Define if you have the sysconf function.  */
246#undef HAVE_SYSCONF
247
248/* Define if you have the uname function.  */
249#undef HAVE_UNAME
250
251/* Define if you have the unsetenv function.  */
252#undef HAVE_UNSETENV
253
254/* Define if you have the bcopy function.  */
255#undef HAVE_BCOPY
256
257/* Define if you have the bzero function.  */
258#undef HAVE_BZERO
259
260/* Define if you have the endspent function.  */
261#undef HAVE_ENDSPENT
262
263/* Define if you have the fpurge function.  */
264#undef HAVE_FPURGE
265
266/* Define if you have the getdtablesize function.  */
267#undef HAVE_GETDTABLESIZE
268
269/* Define if you have the getgroups function.  */
270#undef HAVE_GETGROUPS
271
272/* Define if you have the gethostname function.  */
273#undef HAVE_GETHOSTNAME
274
275/* Define if you have the getspnam function.  */
276#undef HAVE_GETSPNAM
277
278/* Define if you have the gettimeofday function.  */
279#undef HAVE_GETTIMEOFDAY
280
281/* Define if you have the getttynam function.  */
282#undef HAVE_GETTTYNAM
283
284/* Define if you have the getusershell function.  */
285#undef HAVE_GETUSERSHELL
286
287/* Define if you have the getutxline function.  */
288#undef HAVE_GETUTXLINE
289
290/* Define if you have the getwd function.  */
291#undef HAVE_GETWD
292
293/* Define if you have the index function.  */
294#undef HAVE_INDEX
295
296/* Define if you have the lstat function.  */
297#undef HAVE_LSTAT
298
299/* Define if you have the on_exit function.  */
300#undef HAVE_ON_EXIT
301
302/* Define if you have the pututxline function.  */
303#undef HAVE_PUTUTXLINE
304
305/* Define if you have the rindex function.  */
306#undef HAVE_RINDEX
307
308/* Define if you have the setgroups function.  */
309#undef HAVE_SETGROUPS
310
311/* Define if you have the setlogin function.  */
312#undef HAVE_SETLOGIN
313
314/* Define if you have the setpriority function.  */
315#undef HAVE_SETPRIORITY
316
317/* Define if you have the setregid function.  */
318#undef HAVE_SETREGID
319
320/* Define if you have the setresgid function.  */
321#undef HAVE_SETRESGID
322
323/* Define if you have the setresuid function.  */
324#undef HAVE_SETRESUID
325
326/* Define if you have the setreuid function.  */
327#undef HAVE_SETREUID
328
329/* Define if you have the setvbuf function.  */
330#undef HAVE_SETVBUF
331
332/* Define if you have the sigaddset function.  */
333#undef HAVE_SIGADDSET
334
335/* Define if you have the sigblock function.  */
336#undef HAVE_SIGBLOCK
337
338/* Define if you have the sigemptyset function.  */
339#undef HAVE_SIGEMPTYSET
340
341/* Define if you have the sigsetmask function.  */
342#undef HAVE_SIGSETMASK
343
344/* Define if you have the socket function.  */
345#undef HAVE_SOCKET
346
347/* Define if you have the strerror function.  */
348#undef HAVE_STRERROR
349
350/* Define if you have the strftime function.  */
351#undef HAVE_STRFTIME
352
353/* Define if you have the strncasecmp function.  */
354#undef HAVE_STRNCASECMP
355
356/* Define if you have the strstr function.  */
357#undef HAVE_STRSTR
358
359/* Define if you have the ttyslot function.  */
360#undef HAVE_TTYSLOT
361
362/* Define if you have the usleep function.  */
363#undef HAVE_USLEEP
364
365/* Define if you have the <crypt.h> header file.  */
366#undef HAVE_CRYPT_H
367
368/* Define if you have the <dirent.h> header file.  */
369#undef HAVE_DIRENT_H
370
371/* Define if you have the <fcntl.h> header file.  */
372#undef HAVE_FCNTL_H
373
374/* Define if you have the <lastlog.h> header file.  */
375#undef HAVE_LASTLOG_H
376
377/* Define if you have the <limits.h> header file.  */
378#undef HAVE_LIMITS_H
379
380/* Define if you have the <ndir.h> header file.  */
381#undef HAVE_NDIR_H
382
383/* Define if you have the <paths.h> header file.  */
384#undef HAVE_PATHS_H
385
386/* Define if you have the <pwd.h> header file.  */
387#undef HAVE_PWD_H
388
389/* Define if you have the <shadow.h> header file.  */
390#undef HAVE_SHADOW_H
391
392/* Define if you have the <signal.h> header file.  */
393#undef HAVE_SIGNAL_H
394
395/* Define if you have the <stdlib.h> header file.  */
396#undef HAVE_STDLIB_H
397
398/* Define if you have the <string.h> header file.  */
399#undef HAVE_STRING_H
400
401/* Define if you have the <sys/dir.h> header file.  */
402#undef HAVE_SYS_DIR_H
403
404/* Define if you have the <sys/file.h> header file.  */
405#undef HAVE_SYS_FILE_H
406
407/* Define if you have the <sys/ioctl.h> header file.  */
408#undef HAVE_SYS_IOCTL_H
409
410/* Define if you have the <sys/ndir.h> header file.  */
411#undef HAVE_SYS_NDIR_H
412
413/* Define if you have the <sys/param.h> header file.  */
414#undef HAVE_SYS_PARAM_H
415
416/* Define if you have the <sys/select.h> header file.  */
417#undef HAVE_SYS_SELECT_H
418
419/* Define if you have the <sys/signal.h> header file.  */
420#undef HAVE_SYS_SIGNAL_H
421
422/* Define if you have the <sys/time.h> header file.  */
423#undef HAVE_SYS_TIME_H
424
425/* Define if you have the <sys/utsname.h> header file.  */
426#undef HAVE_SYS_UTSNAME_H
427
428/* Define if you have the <syslog.h> header file.  */
429#undef HAVE_SYSLOG_H
430
431/* Define if you have the <termios.h> header file.  */
432#undef HAVE_TERMIOS_H
433
434/* Define if you have the <unistd.h> header file.  */
435#undef HAVE_UNISTD_H
436
437/* Define if you have the <utmpx.h> header file.  */
438#undef HAVE_UTMPX_H
439
440/* Define if you have the crypt library (-lcrypt).  */
441#undef HAVE_LIBCRYPT
442
443/* Define if you have the nsl library (-lnsl).  */
444#undef HAVE_LIBNSL
445
446/* Define if you have the posix library (-lposix).  */
447#undef HAVE_LIBPOSIX
448
449/* Define if you have the socket library (-lsocket).  */
450#undef HAVE_LIBSOCKET
451