config.h.in revision 106793
1139804Simp/* config.h.in.  Generated automatically from configure.in by autoheader.  */
21541Srgrimes/* $Id: config.h.in,v 1.16 2002/05/23 02:42:55 lukem Exp $ */
31541Srgrimes
41541Srgrimes
51541Srgrimes/* Define if the closedir function returns void instead of int.  */
61541Srgrimes#undef CLOSEDIR_VOID
71541Srgrimes
81541Srgrimes/* Define to empty if the keyword does not work.  */
91541Srgrimes#undef const
101541Srgrimes
111541Srgrimes/* Define if your C compiler doesn't accept -c and -o together.  */
121541Srgrimes#undef NO_MINUS_C_MINUS_O
131541Srgrimes
141541Srgrimes/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
151541Srgrimes#undef F77_NO_MINUS_C_MINUS_O
161541Srgrimes
171541Srgrimes/* Define to `long' if <sys/types.h> doesn't define.  */
181541Srgrimes#undef off_t
191541Srgrimes
201541Srgrimes/* Define to the type of arg1 for select(). */
211541Srgrimes#undef SELECT_TYPE_ARG1
221541Srgrimes
231541Srgrimes/* Define to the type of args 2, 3 and 4 for select(). */
241541Srgrimes#undef SELECT_TYPE_ARG234
251541Srgrimes
261541Srgrimes/* Define to the type of arg5 for select(). */
271541Srgrimes#undef SELECT_TYPE_ARG5
281541Srgrimes
291541Srgrimes/* Define if you have the ANSI C header files.  */
301541Srgrimes#undef STDC_HEADERS
311541Srgrimes
32116182Sobrien/* Define if you can safely include both <sys/time.h> and <time.h>.  */
33116182Sobrien#undef TIME_WITH_SYS_TIME
34116182Sobrien
35104571Srwatson/* Define if the closedir function returns void instead of int.  */
36104571Srwatson#undef VOID_CLOSEDIR
371541Srgrimes
381541Srgrimes/* The number of bytes in a off_t.  */
391541Srgrimes#undef SIZEOF_OFF_T
40108524Salfred
41143417Srwatson/* Define if you have the err function.  */
421541Srgrimes#undef HAVE_ERR
43108524Salfred
44143417Srwatson/* Define if you have the fgetln function.  */
45143417Srwatson#undef HAVE_FGETLN
461541Srgrimes
471541Srgrimes/* Define if you have the flock function.  */
4824206Sbde#undef HAVE_FLOCK
4924206Sbde
501541Srgrimes/* Define if you have the fparseln function.  */
5134924Sbde#undef HAVE_FPARSELN
5260405Schris
531541Srgrimes/* Define if you have the fts_open function.  */
541541Srgrimes#undef HAVE_FTS_OPEN
551541Srgrimes
561541Srgrimes/* Define if you have the getaddrinfo function.  */
57163606Srwatson#undef HAVE_GETADDRINFO
58163606Srwatson
5972521Sjlemon/* Define if you have the getgrouplist function.  */
60116546Sphk#undef HAVE_GETGROUPLIST
61116546Sphk
62116546Sphk/* Define if you have the getnameinfo function.  */
63116546Sphk#undef HAVE_GETNAMEINFO
64116546Sphk
65116546Sphk/* Define if you have the getspnam function.  */
66116546Sphk#undef HAVE_GETSPNAM
67116546Sphk
6872521Sjlemon/* Define if you have the getusershell function.  */
691541Srgrimes#undef HAVE_GETUSERSHELL
701541Srgrimes
7143408Snewton/* Define if you have the inet_net_pton function.  */
72101941Srwatson#undef HAVE_INET_NET_PTON
731541Srgrimes
741541Srgrimes/* Define if you have the inet_ntop function.  */
75101941Srwatson#undef HAVE_INET_NTOP
7683366Sjulian
7745311Sdt/* Define if you have the inet_pton function.  */
781541Srgrimes#undef HAVE_INET_PTON
79109153Sdillon
8092310Salfred/* Define if you have the lockf function.  */
8192310Salfred#undef HAVE_LOCKF
82127550Srwatson
83104571Srwatson/* Define if you have the mkstemp function.  */
84130398Srwatson#undef HAVE_MKSTEMP
85104571Srwatson
86130398Srwatson/* Define if you have the setlogin function.  */
87104571Srwatson#undef HAVE_SETLOGIN
88127550Srwatson
89104571Srwatson/* Define if you have the setproctitle function.  */
90104571Srwatson#undef HAVE_SETPROCTITLE
91104571Srwatson
92160619Srwatson/* Define if you have the sl_init function.  */
93127550Srwatson#undef HAVE_SL_INIT
9492310Salfred
951541Srgrimes/* Define if you have the snprintf function.  */
961541Srgrimes#undef HAVE_SNPRINTF
971541Srgrimes
9843408Snewton/* Define if you have the strdup function.  */
99101941Srwatson#undef HAVE_STRDUP
1001541Srgrimes
1011541Srgrimes/* Define if you have the strerror function.  */
102101941Srwatson#undef HAVE_STRERROR
10383366Sjulian
10445311Sdt/* Define if you have the strlcat function.  */
1051541Srgrimes#undef HAVE_STRLCAT
106109153Sdillon
10792310Salfred/* Define if you have the strlcpy function.  */
10892310Salfred#undef HAVE_STRLCPY
109127550Srwatson
110104571Srwatson/* Define if you have the strmode function.  */
111130398Srwatson#undef HAVE_STRMODE
112104571Srwatson
113130398Srwatson/* Define if you have the strsep function.  */
114104571Srwatson#undef HAVE_STRSEP
115127550Srwatson
116104571Srwatson/* Define if you have the strtoll function.  */
117104571Srwatson#undef HAVE_STRTOLL
118104571Srwatson
119160619Srwatson/* Define if you have the user_from_uid function.  */
120143417Srwatson#undef HAVE_USER_FROM_UID
121143417Srwatson
122143417Srwatson/* Define if you have the usleep function.  */
123143417Srwatson#undef HAVE_USLEEP
124143417Srwatson
125127550Srwatson/* Define if you have the vfork function.  */
12692310Salfred#undef HAVE_VFORK
1271541Srgrimes
1281541Srgrimes/* Define if you have the vsyslog function.  */
1291549Srgrimes#undef HAVE_VSYSLOG
130102003Srwatson
1311541Srgrimes/* Define if you have the <arpa/nameser.h> header file.  */
13236735Sdfr#undef HAVE_ARPA_NAMESER_H
13399009Salfred
134102003Srwatson/* Define if you have the <dirent.h> header file.  */
13583366Sjulian#undef HAVE_DIRENT_H
1361541Srgrimes
137137671Sphk/* Define if you have the <err.h> header file.  */
138137671Sphk#undef HAVE_ERR_H
1391541Srgrimes
140137806Sphk/* Define if you have the <fts.h> header file.  */
1411541Srgrimes#undef HAVE_FTS_H
1421541Srgrimes
1431541Srgrimes/* Define if you have the <libutil.h> header file.  */
144130653Srwatson#undef HAVE_LIBUTIL_H
1451541Srgrimes
1461541Srgrimes/* Define if you have the <ndir.h> header file.  */
1471541Srgrimes#undef HAVE_NDIR_H
1481541Srgrimes
149130653Srwatson/* Define if you have the <paths.h> header file.  */
150137671Sphk#undef HAVE_PATHS_H
1511541Srgrimes
1521541Srgrimes/* Define if you have the <sys/dir.h> header file.  */
153130653Srwatson#undef HAVE_SYS_DIR_H
154130653Srwatson
155130653Srwatson/* Define if you have the <sys/ndir.h> header file.  */
156130653Srwatson#undef HAVE_SYS_NDIR_H
157130653Srwatson
158130653Srwatson/* Define if you have the <sys/sysmacros.h> header file.  */
1591541Srgrimes#undef HAVE_SYS_SYSMACROS_H
160130653Srwatson
1611541Srgrimes/* Define if you have the <util.h> header file.  */
162130653Srwatson#undef HAVE_UTIL_H
163130653Srwatson
1641541Srgrimes/* Define if you have the crypt library (-lcrypt).  */
165130653Srwatson#undef HAVE_LIBCRYPT
166130653Srwatson
1671541Srgrimes/* Define if you have the nsl library (-lnsl).  */
168130653Srwatson#undef HAVE_LIBNSL
1691541Srgrimes
170130653Srwatson/* Define if you have the skey library (-lskey).  */
1711541Srgrimes#undef HAVE_LIBSKEY
172130653Srwatson
173130653Srwatson/* Define if you have the socket library (-lsocket).  */
1741541Srgrimes#undef HAVE_LIBSOCKET
175130653Srwatson
176130653Srwatson/* Define if you have the util library (-lutil).  */
1771541Srgrimes#undef HAVE_LIBUTIL
178130653Srwatson
1791541Srgrimes/* Define if your compiler supports `long long' */
180137671Sphk#undef HAVE_LONG_LONG
1811541Srgrimes
1821541Srgrimes/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
183130796Srwatson#undef HAVE_PRINTF_QD
1841541Srgrimes
185137671Sphk/* Define if in_port_t exists */
1861541Srgrimes#undef HAVE_IN_PORT_T
18741086Struckman
188137671Sphk/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
189137671Sphk#undef HAVE_SOCKADDR_SA_LEN
19041086Struckman
19141086Struckman/* Define if socklen_t exists */
192104393Struckman#undef HAVE_SOCKLEN_T
193137671Sphk
1941541Srgrimes/* Define if AF_INET6 exists in <sys/socket.h> */
19541086Struckman#undef HAVE_AF_INET6
196137671Sphk
197137671Sphk/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
19841086Struckman#undef HAVE_SOCKADDR_IN6
1991541Srgrimes
200104393Struckman/* Define if `struct addrinfo' exists in <netdb.h> */
201137671Sphk#undef HAVE_ADDRINFO
2021541Srgrimes
2031541Srgrimes/*
204130796Srwatson * Define if <netdb.h> contains AI_NUMERICHOST et al.
205130480Srwatson * Systems which only implement RFC2133 will need this.
206137671Sphk */
207137671Sphk#undef HAVE_RFC2553_NETDB
208137671Sphk
209137671Sphk/* Define if `struct direct' has a d_namlen element */
210137671Sphk#undef HAVE_D_NAMLEN
211137671Sphk
212137671Sphk/* Define if struct passwd.pw_expire exists. */
213137671Sphk#undef HAVE_PW_EXPIRE
214137671Sphk
215137671Sphk/* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
216137671Sphk#undef HAVE_WORKING_GLOB
217137671Sphk
218137671Sphk/* Define if crypt() is declared in <unistd.h> */
219137671Sphk#undef HAVE_CRYPT_D
220137671Sphk
2211541Srgrimes/* Define if fclose() is declared in <stdio.h> */
222137806Sphk#undef HAVE_FCLOSE_D
223137671Sphk
2241541Srgrimes/* Define if FNM_CASEFOLD is declared in <fnmatch.h> */
2251541Srgrimes#undef HAVE_FNM_CASEFOLD
2261549Srgrimes
227101983Srwatson/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
2281541Srgrimes#undef HAVE_OPTARG_D
22929361Speter
230101983Srwatson/* Define if optind is declared in <stdlib.h> or <unistd.h> */
23183366Sjulian#undef HAVE_OPTIND_D
2321541Srgrimes
233109153Sdillon/* Define if optreset exists */
234137671Sphk#undef HAVE_OPTRESET
235137671Sphk
236137805Sphk/* Define if pclose() is declared in <stdio.h> */
237145167Srwatson#undef HAVE_PCLOSE_D
238145167Srwatson
239145167Srwatson/* Define if getusershell() is declared in <unistd.h> */
240145167Srwatson#undef HAVE_GETUSERSHELL_D
241145167Srwatson
242145167Srwatson/* Define if `long long' is supported and sizeof(off_t) >= 8 */
243145167Srwatson#undef HAVE_QUAD_SUPPORT
244145167Srwatson
245145167Srwatson/* Define if not using in-built /bin/ls code */
246160619Srwatson#undef NO_INTERNAL_LS
247137805Sphk
248137671Sphk/* Define if using S/Key */
249137671Sphk#undef SKEY
2501541Srgrimes
2511541Srgrimes/*
2521549Srgrimes * Define this if compiling with SOCKS (the firewall traversal library).
253101983Srwatson * Also, you must define connect, getsockname, bind, accept, listen, and
25452984Speter * select to their R-versions.
25552984Speter */
256101983Srwatson#undef	SOCKS
25783366Sjulian#undef	SOCKS4
2581541Srgrimes#undef	SOCKS5
259109153Sdillon#undef	connect
260132554Srwatson#undef	getsockname
2611541Srgrimes#undef	bind
2621541Srgrimes#undef	accept
26362425Schris#undef	listen
264132554Srwatson#undef	select
265145167Srwatson#undef	dup
266145167Srwatson#undef	dup2
267145167Srwatson#undef	fclose
268145167Srwatson#undef	gethostbyname
269145167Srwatson#undef	getpeername
270145167Srwatson#undef	read
271145167Srwatson#undef	recv
272145167Srwatson#undef	recvfrom
273145167Srwatson#undef	rresvport
27462425Schris#undef	send
275130480Srwatson#undef	sendto
27662425Schris#undef	shutdown
277130796Srwatson#undef	write
278130796Srwatson