config.h.in revision 22347
11590Srgrimes/* config.h.in.  Generated automatically from configure.in by autoheader.  */
21590Srgrimes
31590Srgrimes/* Define if on AIX 3.
41590Srgrimes   System headers sometimes define this.
51590Srgrimes   We just want to avoid a redefinition error message.  */
61590Srgrimes#ifndef _ALL_SOURCE
71590Srgrimes#undef _ALL_SOURCE
81590Srgrimes#endif
91590Srgrimes
101590Srgrimes/* Define if using alloca.c.  */
111590Srgrimes#undef C_ALLOCA
121590Srgrimes
131590Srgrimes/* Define to empty if the keyword does not work.  */
141590Srgrimes#undef const
151590Srgrimes
161590Srgrimes/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
171590Srgrimes   This function is required for alloca.c support on those systems.  */
181590Srgrimes#undef CRAY_STACKSEG_END
191590Srgrimes
201590Srgrimes/* Define if you have alloca, as a function or macro.  */
211590Srgrimes#undef HAVE_ALLOCA
221590Srgrimes
231590Srgrimes/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
241590Srgrimes#undef HAVE_ALLOCA_H
251590Srgrimes
261590Srgrimes/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
271590Srgrimes#undef HAVE_SYS_WAIT_H
281590Srgrimes
2950477Speter/* Define if on MINIX.  */
301590Srgrimes#undef _MINIX
311590Srgrimes
321590Srgrimes/* Define if the system does not provide POSIX.1 features except
3379535Sru   with this defined.  */
341590Srgrimes#undef _POSIX_1_SOURCE
351590Srgrimes
361590Srgrimes/* Define if you need to in order for stat and other things to work.  */
371590Srgrimes#undef _POSIX_SOURCE
3868963Sru
39146466Sru/* Define as the return type of signal handlers (int or void).  */
4079755Sdd#undef RETSIGTYPE
41146466Sru
421590Srgrimes/* If using the C implementation of alloca, define if you know the
4395124Scharnier   direction of stack growth for your system; otherwise it will be
4495124Scharnier   automatically deduced at run-time.
4595124Scharnier	STACK_DIRECTION > 0 => grows toward higher addresses
461590Srgrimes	STACK_DIRECTION < 0 => grows toward lower addresses
471590Srgrimes	STACK_DIRECTION = 0 => direction of growth unknown
481590Srgrimes */
491590Srgrimes#undef STACK_DIRECTION
501590Srgrimes
511590Srgrimes/* Define if you want the FTP daemon to support anonymous logins. */
52116113Scharnier#undef DOANONYMOUS
53116113Scharnier
541590Srgrimes/* The default value of the PATH environment variable */
5595124Scharnier#undef DEFAULT_PATH
561590Srgrimes
5795124Scharnier/* Defined if the file /etc/default/login exists 
581590Srgrimes   (and, presumably, should be looked at by login) */
591590Srgrimes#undef HAVE_ETC_DEFAULT_LOGIN
601590Srgrimes
611590Srgrimes/* Defined to the name of a file that contains a list of files whose
62173280Sru   permissions and ownerships should be changed on login. */
63173280Sru#undef HAVE_LOGIN_PERMFILE
64173280Sru
65173280Sru/* Defined to the name of a file that contains a list of environment
661590Srgrimes   values that should be set on login. */
67173280Sru#undef HAVE_LOGIN_ENVFILE
681590Srgrimes
691590Srgrimes/* Defined if the file /etc/securetty exists
701590Srgrimes   (and, presumably, should be looked at by login) */
711590Srgrimes#undef HAVE_SECURETTY
721590Srgrimes
731590Srgrimes/* Defined if the file /etc/shadow exists
741590Srgrimes   (and, presumably, should be looked at for shadow passwords) */
751590Srgrimes#undef HAVE_ETC_SHADOW
761590Srgrimes
7728855Scharnier/* The path to the access file, if we're going to use it */
7828855Scharnier#undef PATH_ACCESS_FILE
791590Srgrimes
801590Srgrimes/* The path to the mail spool, if we know it */
811590Srgrimes#undef PATH_MAIL
821590Srgrimes
831590Srgrimes/* Defined if the system's profile (/etc/profile) displays
84173280Sru   the motd file */
851590Srgrimes#undef HAVE_MOTD_IN_PROFILE
861590Srgrimes
87173280Sru/* Defined if the system's profile (/etc/profile) informs the
88173280Sru   user of new mail */
891590Srgrimes#undef HAVE_MAILCHECK_IN_PROFILE
901590Srgrimes
911590Srgrimes/* Define if you have a nonstandard gettimeofday() that takes one argument
921590Srgrimes   instead of two. */
931590Srgrimes#undef HAVE_ONE_ARG_GETTIMEOFDAY
941590Srgrimes
951590Srgrimes/* Define if the system has the getenv function */
9695124Scharnier#undef HAVE_GETENV
9795124Scharnier
9895124Scharnier/* Define if the system has the setenv function */
991590Srgrimes#undef HAVE_SETENV
1001590Srgrimes
1011590Srgrimes/* Define if the system has the /var/adm/sulog file */
1021590Srgrimes#undef HAVE_SULOG
1031590Srgrimes
1041590Srgrimes/* Define if the system has the unsetenv function */
1051590Srgrimes#undef HAVE_UNSETENV
1061590Srgrimes
1071590Srgrimes/* Define if the compiler can handle ANSI-style argument lists */
1081590Srgrimes#undef HAVE_ANSIDECL
1091590Srgrimes
1101590Srgrimes/* Define if the compiler can handle ANSI-style prototypes */
1111590Srgrimes#undef HAVE_ANSIPROTO
1121590Srgrimes
11328855Scharnier/* Define if the system has an ANSI-style printf (returns int instead of char *) */
1141590Srgrimes#undef HAVE_ANSISPRINTF
1151590Srgrimes
1161590Srgrimes/* Define if the compiler can handle ANSI-style variable argument lists */
1171590Srgrimes#undef HAVE_ANSISTDARG
11868963Sru
1191590Srgrimes/* Define if the compiler can handle void argument lists to functions */
1201590Srgrimes#undef HAVE_VOIDARG
1211590Srgrimes
122173280Sru/* Define if the compiler can handle void return "values" from functions */
123173280Sru#undef HAVE_VOIDRET
1241590Srgrimes
1251590Srgrimes/* Define if the compiler can handle void pointers to our liking */
1261590Srgrimes#undef HAVE_VOIDPTR
12795124Scharnier
12895124Scharnier/* Define if the /bin/ls command seems to support the -g flag */
12995124Scharnier#undef HAVE_LS_G_FLAG
1301590Srgrimes
1311590Srgrimes/* Define if there is a ut_pid field in struct utmp */
1321590Srgrimes#undef HAVE_UT_PID
1331590Srgrimes
1341590Srgrimes/* Define if there is a ut_type field in struct utmp */
1351590Srgrimes#undef HAVE_UT_TYPE
1361590Srgrimes
137173280Sru/* Define if there is a ut_name field in struct utmp */
1381590Srgrimes#undef HAVE_UT_NAME
139116113Scharnier
1401590Srgrimes/* Define if there is a ut_host field in struct utmp */
141116113Scharnier#undef HAVE_UT_HOST
1421590Srgrimes
143173280Sru/* Define if you have the bcopy function.  */
144173280Sru#undef HAVE_BCOPY
1451590Srgrimes
146173280Sru/* Define if you have the bzero function.  */
147173280Sru#undef HAVE_BZERO
148173280Sru
1491590Srgrimes/* Define if you have the endspent function.  */
1501590Srgrimes#undef HAVE_ENDSPENT
1511590Srgrimes
1521590Srgrimes/* Define if you have the fpurge function.  */
153140420Sru#undef HAVE_FPURGE
154140420Sru
155140420Sru/* Define if you have the getdtablesize function.  */
156140420Sru#undef HAVE_GETDTABLESIZE
157140420Sru
1581590Srgrimes/* Define if you have the getgroups function.  */
1591590Srgrimes#undef HAVE_GETGROUPS
1601590Srgrimes
16128855Scharnier/* Define if you have the gethostname function.  */
1621590Srgrimes#undef HAVE_GETHOSTNAME
1631590Srgrimes
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