1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2/* $Id: config.h.in,v 1.16 2002/05/23 02:42:55 lukem Exp $ */
3
4
5/* Define if the closedir function returns void instead of int.  */
6#undef CLOSEDIR_VOID
7
8/* Define to empty if the keyword does not work.  */
9#undef const
10
11/* Define if your C compiler doesn't accept -c and -o together.  */
12#undef NO_MINUS_C_MINUS_O
13
14/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
15#undef F77_NO_MINUS_C_MINUS_O
16
17/* Define to `long' if <sys/types.h> doesn't define.  */
18#undef off_t
19
20/* Define to the type of arg1 for select(). */
21#undef SELECT_TYPE_ARG1
22
23/* Define to the type of args 2, 3 and 4 for select(). */
24#undef SELECT_TYPE_ARG234
25
26/* Define to the type of arg5 for select(). */
27#undef SELECT_TYPE_ARG5
28
29/* Define if you have the ANSI C header files.  */
30#undef STDC_HEADERS
31
32/* Define if you can safely include both <sys/time.h> and <time.h>.  */
33#undef TIME_WITH_SYS_TIME
34
35/* Define if the closedir function returns void instead of int.  */
36#undef VOID_CLOSEDIR
37
38/* The number of bytes in a off_t.  */
39#undef SIZEOF_OFF_T
40
41/* Define if you have the err function.  */
42#undef HAVE_ERR
43
44/* Define if you have the fgetln function.  */
45#undef HAVE_FGETLN
46
47/* Define if you have the flock function.  */
48#undef HAVE_FLOCK
49
50/* Define if you have the fparseln function.  */
51#undef HAVE_FPARSELN
52
53/* Define if you have the fts_open function.  */
54#undef HAVE_FTS_OPEN
55
56/* Define if you have the getaddrinfo function.  */
57#undef HAVE_GETADDRINFO
58
59/* Define if you have the getgrouplist function.  */
60#undef HAVE_GETGROUPLIST
61
62/* Define if you have the getnameinfo function.  */
63#undef HAVE_GETNAMEINFO
64
65/* Define if you have the getspnam function.  */
66#undef HAVE_GETSPNAM
67
68/* Define if you have the getusershell function.  */
69#undef HAVE_GETUSERSHELL
70
71/* Define if you have the inet_net_pton function.  */
72#undef HAVE_INET_NET_PTON
73
74/* Define if you have the inet_ntop function.  */
75#undef HAVE_INET_NTOP
76
77/* Define if you have the inet_pton function.  */
78#undef HAVE_INET_PTON
79
80/* Define if you have the lockf function.  */
81#undef HAVE_LOCKF
82
83/* Define if you have the mkstemp function.  */
84#undef HAVE_MKSTEMP
85
86/* Define if you have the setlogin function.  */
87#undef HAVE_SETLOGIN
88
89/* Define if you have the setproctitle function.  */
90#undef HAVE_SETPROCTITLE
91
92/* Define if you have the sl_init function.  */
93#undef HAVE_SL_INIT
94
95/* Define if you have the snprintf function.  */
96#undef HAVE_SNPRINTF
97
98/* Define if you have the strdup function.  */
99#undef HAVE_STRDUP
100
101/* Define if you have the strerror function.  */
102#undef HAVE_STRERROR
103
104/* Define if you have the strlcat function.  */
105#undef HAVE_STRLCAT
106
107/* Define if you have the strlcpy function.  */
108#undef HAVE_STRLCPY
109
110/* Define if you have the strmode function.  */
111#undef HAVE_STRMODE
112
113/* Define if you have the strsep function.  */
114#undef HAVE_STRSEP
115
116/* Define if you have the strtoll function.  */
117#undef HAVE_STRTOLL
118
119/* Define if you have the user_from_uid function.  */
120#undef HAVE_USER_FROM_UID
121
122/* Define if you have the usleep function.  */
123#undef HAVE_USLEEP
124
125/* Define if you have the vfork function.  */
126#undef HAVE_VFORK
127
128/* Define if you have the vsyslog function.  */
129#undef HAVE_VSYSLOG
130
131/* Define if you have the <arpa/nameser.h> header file.  */
132#undef HAVE_ARPA_NAMESER_H
133
134/* Define if you have the <dirent.h> header file.  */
135#undef HAVE_DIRENT_H
136
137/* Define if you have the <err.h> header file.  */
138#undef HAVE_ERR_H
139
140/* Define if you have the <fts.h> header file.  */
141#undef HAVE_FTS_H
142
143/* Define if you have the <libutil.h> header file.  */
144#undef HAVE_LIBUTIL_H
145
146/* Define if you have the <ndir.h> header file.  */
147#undef HAVE_NDIR_H
148
149/* Define if you have the <paths.h> header file.  */
150#undef HAVE_PATHS_H
151
152/* Define if you have the <sys/dir.h> header file.  */
153#undef HAVE_SYS_DIR_H
154
155/* Define if you have the <sys/ndir.h> header file.  */
156#undef HAVE_SYS_NDIR_H
157
158/* Define if you have the <sys/sysmacros.h> header file.  */
159#undef HAVE_SYS_SYSMACROS_H
160
161/* Define if you have the <util.h> header file.  */
162#undef HAVE_UTIL_H
163
164/* Define if you have the crypt library (-lcrypt).  */
165#undef HAVE_LIBCRYPT
166
167/* Define if you have the nsl library (-lnsl).  */
168#undef HAVE_LIBNSL
169
170/* Define if you have the skey library (-lskey).  */
171#undef HAVE_LIBSKEY
172
173/* Define if you have the socket library (-lsocket).  */
174#undef HAVE_LIBSOCKET
175
176/* Define if you have the util library (-lutil).  */
177#undef HAVE_LIBUTIL
178
179/* Define if your compiler supports `long long' */
180#undef HAVE_LONG_LONG
181
182/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
183#undef HAVE_PRINTF_QD
184
185/* Define if in_port_t exists */
186#undef HAVE_IN_PORT_T
187
188/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
189#undef HAVE_SOCKADDR_SA_LEN
190
191/* Define if socklen_t exists */
192#undef HAVE_SOCKLEN_T
193
194/* Define if AF_INET6 exists in <sys/socket.h> */
195#undef HAVE_AF_INET6
196
197/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
198#undef HAVE_SOCKADDR_IN6
199
200/* Define if `struct addrinfo' exists in <netdb.h> */
201#undef HAVE_ADDRINFO
202
203/*
204 * Define if <netdb.h> contains AI_NUMERICHOST et al.
205 * Systems which only implement RFC2133 will need this.
206 */
207#undef HAVE_RFC2553_NETDB
208
209/* Define if `struct direct' has a d_namlen element */
210#undef HAVE_D_NAMLEN
211
212/* Define if struct passwd.pw_expire exists. */
213#undef HAVE_PW_EXPIRE
214
215/* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
216#undef HAVE_WORKING_GLOB
217
218/* Define if crypt() is declared in <unistd.h> */
219#undef HAVE_CRYPT_D
220
221/* Define if fclose() is declared in <stdio.h> */
222#undef HAVE_FCLOSE_D
223
224/* Define if FNM_CASEFOLD is declared in <fnmatch.h> */
225#undef HAVE_FNM_CASEFOLD
226
227/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
228#undef HAVE_OPTARG_D
229
230/* Define if optind is declared in <stdlib.h> or <unistd.h> */
231#undef HAVE_OPTIND_D
232
233/* Define if optreset exists */
234#undef HAVE_OPTRESET
235
236/* Define if pclose() is declared in <stdio.h> */
237#undef HAVE_PCLOSE_D
238
239/* Define if getusershell() is declared in <unistd.h> */
240#undef HAVE_GETUSERSHELL_D
241
242/* Define if `long long' is supported and sizeof(off_t) >= 8 */
243#undef HAVE_QUAD_SUPPORT
244
245/* Define if not using in-built /bin/ls code */
246#undef NO_INTERNAL_LS
247
248/* Define if using S/Key */
249#undef SKEY
250
251/*
252 * Define this if compiling with SOCKS (the firewall traversal library).
253 * Also, you must define connect, getsockname, bind, accept, listen, and
254 * select to their R-versions.
255 */
256#undef	SOCKS
257#undef	SOCKS4
258#undef	SOCKS5
259#undef	connect
260#undef	getsockname
261#undef	bind
262#undef	accept
263#undef	listen
264#undef	select
265#undef	dup
266#undef	dup2
267#undef	fclose
268#undef	gethostbyname
269#undef	getpeername
270#undef	read
271#undef	recv
272#undef	recvfrom
273#undef	rresvport
274#undef	send
275#undef	sendto
276#undef	shutdown
277#undef	write
278