config.h.in revision 22347
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/* Defined if the system's profile (/etc/profile) displays
84   the motd file */
85#undef HAVE_MOTD_IN_PROFILE
86
87/* Defined if the system's profile (/etc/profile) informs the
88   user of new mail */
89#undef HAVE_MAILCHECK_IN_PROFILE
90
91/* Define if you have a nonstandard gettimeofday() that takes one argument
92   instead of two. */
93#undef HAVE_ONE_ARG_GETTIMEOFDAY
94
95/* Define if the system has the getenv function */
96#undef HAVE_GETENV
97
98/* Define if the system has the setenv function */
99#undef HAVE_SETENV
100
101/* Define if the system has the /var/adm/sulog file */
102#undef HAVE_SULOG
103
104/* Define if the system has the unsetenv function */
105#undef HAVE_UNSETENV
106
107/* Define if the compiler can handle ANSI-style argument lists */
108#undef HAVE_ANSIDECL
109
110/* Define if the compiler can handle ANSI-style prototypes */
111#undef HAVE_ANSIPROTO
112
113/* Define if the system has an ANSI-style printf (returns int instead of char *) */
114#undef HAVE_ANSISPRINTF
115
116/* Define if the compiler can handle ANSI-style variable argument lists */
117#undef HAVE_ANSISTDARG
118
119/* Define if the compiler can handle void argument lists to functions */
120#undef HAVE_VOIDARG
121
122/* Define if the compiler can handle void return "values" from functions */
123#undef HAVE_VOIDRET
124
125/* Define if the compiler can handle void pointers to our liking */
126#undef HAVE_VOIDPTR
127
128/* Define if the /bin/ls command seems to support the -g flag */
129#undef HAVE_LS_G_FLAG
130
131/* Define if there is a ut_pid field in struct utmp */
132#undef HAVE_UT_PID
133
134/* Define if there is a ut_type field in struct utmp */
135#undef HAVE_UT_TYPE
136
137/* Define if there is a ut_name field in struct utmp */
138#undef HAVE_UT_NAME
139
140/* Define if there is a ut_host field in struct utmp */
141#undef HAVE_UT_HOST
142
143/* Define if you have the bcopy function.  */
144#undef HAVE_BCOPY
145
146/* Define if you have the bzero function.  */
147#undef HAVE_BZERO
148
149/* Define if you have the endspent function.  */
150#undef HAVE_ENDSPENT
151
152/* Define if you have the fpurge function.  */
153#undef HAVE_FPURGE
154
155/* Define if you have the getdtablesize function.  */
156#undef HAVE_GETDTABLESIZE
157
158/* Define if you have the getgroups function.  */
159#undef HAVE_GETGROUPS
160
161/* Define if you have the gethostname function.  */
162#undef HAVE_GETHOSTNAME
163
164/* Define if you have the getspent function.  */
165#undef HAVE_GETSPENT
166
167/* Define if you have the gettimeofday function.  */
168#undef HAVE_GETTIMEOFDAY
169
170/* Define if you have the getttynam function.  */
171#undef HAVE_GETTTYNAM
172
173/* Define if you have the getutxline function.  */
174#undef HAVE_GETUTXLINE
175
176/* Define if you have the getwd function.  */
177#undef HAVE_GETWD
178
179/* Define if you have the index function.  */
180#undef HAVE_INDEX
181
182/* Define if you have the lstat function.  */
183#undef HAVE_LSTAT
184
185/* Define if you have the pututxline function.  */
186#undef HAVE_PUTUTXLINE
187
188/* Define if you have the rindex function.  */
189#undef HAVE_RINDEX
190
191/* Define if you have the setegid function.  */
192#undef HAVE_SETEGID
193
194/* Define if you have the seteuid function.  */
195#undef HAVE_SETEUID
196
197/* Define if you have the setgroups function.  */
198#undef HAVE_SETGROUPS
199
200/* Define if you have the setlogin function.  */
201#undef HAVE_SETLOGIN
202
203/* Define if you have the setpriority function.  */
204#undef HAVE_SETPRIORITY
205
206/* Define if you have the setregid function.  */
207#undef HAVE_SETREGID
208
209/* Define if you have the setresgid function.  */
210#undef HAVE_SETRESGID
211
212/* Define if you have the setresuid function.  */
213#undef HAVE_SETRESUID
214
215/* Define if you have the setreuid function.  */
216#undef HAVE_SETREUID
217
218/* Define if you have the setvbuf function.  */
219#undef HAVE_SETVBUF
220
221/* Define if you have the sigblock function.  */
222#undef HAVE_SIGBLOCK
223
224/* Define if you have the sigsetmask function.  */
225#undef HAVE_SIGSETMASK
226
227/* Define if you have the socket function.  */
228#undef HAVE_SOCKET
229
230/* Define if you have the strftime function.  */
231#undef HAVE_STRFTIME
232
233/* Define if you have the strstr function.  */
234#undef HAVE_STRSTR
235
236/* Define if you have the sysconf function.  */
237#undef HAVE_SYSCONF
238
239/* Define if you have the ttyslot function.  */
240#undef HAVE_TTYSLOT
241
242/* Define if you have the <crypt.h> header file.  */
243#undef HAVE_CRYPT_H
244
245/* Define if you have the <dirent.h> header file.  */
246#undef HAVE_DIRENT_H
247
248/* Define if you have the <fcntl.h> header file.  */
249#undef HAVE_FCNTL_H
250
251/* Define if you have the <lastlog.h> header file.  */
252#undef HAVE_LASTLOG_H
253
254/* Define if you have the <limits.h> header file.  */
255#undef HAVE_LIMITS_H
256
257/* Define if you have the <ndir.h> header file.  */
258#undef HAVE_NDIR_H
259
260/* Define if you have the <paths.h> header file.  */
261#undef HAVE_PATHS_H
262
263/* Define if you have the <pwd.h> header file.  */
264#undef HAVE_PWD_H
265
266/* Define if you have the <shadow.h> header file.  */
267#undef HAVE_SHADOW_H
268
269/* Define if you have the <signal.h> header file.  */
270#undef HAVE_SIGNAL_H
271
272/* Define if you have the <stdlib.h> header file.  */
273#undef HAVE_STDLIB_H
274
275/* Define if you have the <string.h> header file.  */
276#undef HAVE_STRING_H
277
278/* Define if you have the <sys/dir.h> header file.  */
279#undef HAVE_SYS_DIR_H
280
281/* Define if you have the <sys/file.h> header file.  */
282#undef HAVE_SYS_FILE_H
283
284/* Define if you have the <sys/ioctl.h> header file.  */
285#undef HAVE_SYS_IOCTL_H
286
287/* Define if you have the <sys/ndir.h> header file.  */
288#undef HAVE_SYS_NDIR_H
289
290/* Define if you have the <sys/param.h> header file.  */
291#undef HAVE_SYS_PARAM_H
292
293/* Define if you have the <sys/signal.h> header file.  */
294#undef HAVE_SYS_SIGNAL_H
295
296/* Define if you have the <sys/time.h> header file.  */
297#undef HAVE_SYS_TIME_H
298
299/* Define if you have the <sys/utsname.h> header file.  */
300#undef HAVE_SYS_UTSNAME_H
301
302/* Define if you have the <syslog.h> header file.  */
303#undef HAVE_SYSLOG_H
304
305/* Define if you have the <termios.h> header file.  */
306#undef HAVE_TERMIOS_H
307
308/* Define if you have the <unistd.h> header file.  */
309#undef HAVE_UNISTD_H
310
311/* Define if you have the <utmpx.h> header file.  */
312#undef HAVE_UTMPX_H
313
314/* Define if you have the crypt library (-lcrypt).  */
315#undef HAVE_LIBCRYPT
316
317/* Define if you have the nsl library (-lnsl).  */
318#undef HAVE_LIBNSL
319
320/* Define if you have the posix library (-lposix).  */
321#undef HAVE_LIBPOSIX
322
323/* Define if you have the socket library (-lsocket).  */
324#undef HAVE_LIBSOCKET
325