]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/ftp/config.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / ftp / config.h
1 /* $FreeBSD$ */
2
3
4 /* config.h.  Generated automatically by configure.  */
5 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
6 /* $Id: config.h.in,v 1.24 2000/09/18 00:40:12 lukem Exp $ */
7
8
9 /* Define if on AIX 3.
10    System headers sometimes define this.
11    We just want to avoid a redefinition error message.  */
12 #ifndef _ALL_SOURCE
13 /* #undef _ALL_SOURCE */
14 #endif
15
16 /* Define if the closedir function returns void instead of int.  */
17 /* #undef CLOSEDIR_VOID */
18
19 /* Define if the `getpgrp' function takes no argument.  */
20 #define GETPGRP_VOID 1
21
22 /* Define if your C compiler doesn't accept -c and -o together.  */
23 /* #undef NO_MINUS_C_MINUS_O */
24
25 /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
26 /* #undef F77_NO_MINUS_C_MINUS_O */
27
28 /* Define to `long' if <sys/types.h> doesn't define.  */
29 /* #undef off_t */
30
31 /* Define to the type of arg1 for select(). */
32 /* #undef SELECT_TYPE_ARG1 */
33
34 /* Define to the type of args 2, 3 and 4 for select(). */
35 /* #undef SELECT_TYPE_ARG234 */
36
37 /* Define to the type of arg5 for select(). */
38 /* #undef SELECT_TYPE_ARG5 */
39
40 /* Define if you have the ANSI C header files.  */
41 #define STDC_HEADERS 1
42
43 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
44 #define TIME_WITH_SYS_TIME 1
45
46 /* Define if the closedir function returns void instead of int.  */
47 /* #undef VOID_CLOSEDIR */
48
49 /* The number of bytes in a off_t.  */
50 #define SIZEOF_OFF_T 0
51
52 /* Define if you have the err function.  */
53 #define HAVE_ERR 1
54
55 /* Define if you have the fgetln function.  */
56 #define HAVE_FGETLN 1
57
58 /* Define if you have the fparseln function.  */
59 #define HAVE_FPARSELN 1
60
61 /* Define if you have the fseeko function.  */
62 #define HAVE_FSEEKO 1
63
64 /* Define if you have the getaddrinfo function.  */
65 #define HAVE_GETADDRINFO 1
66
67 /* Define if you have the gethostbyname2 function.  */
68 #define HAVE_GETHOSTBYNAME2 1
69
70 /* Define if you have the getnameinfo function.  */
71 #define HAVE_GETNAMEINFO 1
72
73 /* Define if you have the getpassphrase function.  */
74 /* #undef HAVE_GETPASSPHRASE */
75
76 /* Define if you have the getpgrp function.  */
77 #define HAVE_GETPGRP 1
78
79 /* Define if you have the glob function.  */
80 #define USE_GLOB_H 1
81
82 /* Define if you have the inet_ntop function.  */
83 #define HAVE_INET_NTOP 1
84
85 /* Define if you have the inet_pton function.  */
86 #define HAVE_INET_PTON 1
87
88 /* Define if you have the issetugid function.  */
89 #define HAVE_ISSETUGID 1
90
91 /* Define if you have the memmove function.  */
92 #define HAVE_MEMMOVE 1
93
94 /* Define if you have the mkstemp function.  */
95 #define HAVE_MKSTEMP 1
96
97 /* Define if you have the poll function.  */
98 #define HAVE_POLL 1
99
100 /* Define if you have the select function.  */
101 #define HAVE_SELECT 1
102
103 /* Define if you have the setprogname function.  */
104 #define HAVE_SETPROGNAME 1
105
106 /* Define if you have the sl_init function.  */
107 #define HAVE_SL_INIT 1
108
109 /* Define if you have the snprintf function.  */
110 #define HAVE_SNPRINTF 1
111
112 /* Define if you have the strdup function.  */
113 #define HAVE_STRDUP 1
114
115 /* Define if you have the strerror function.  */
116 #define HAVE_STRERROR 1
117
118 /* Define if you have the strlcat function.  */
119 #define HAVE_STRLCAT 1
120
121 /* Define if you have the strlcpy function.  */
122 #define HAVE_STRLCPY 1
123
124 /* Define if you have the strptime function.  */
125 #define HAVE_STRPTIME 1
126
127 /* Define if you have the strsep function.  */
128 #define HAVE_STRSEP 1
129
130 /* Define if you have the strtoll function.  */
131 #define HAVE_STRTOLL 1
132
133 /* Define if you have the strunvis function.  */
134 #define HAVE_STRUNVIS 1
135
136 /* Define if you have the strvis function.  */
137 #define HAVE_STRVIS 1
138
139 /* Define if you have the timegm function.  */
140 #define HAVE_TIMEGM 1
141
142 /* Define if you have the usleep function.  */
143 #define HAVE_USLEEP 1
144
145 /* Define if you have the <arpa/nameser.h> header file.  */
146 #define HAVE_ARPA_NAMESER_H 1
147
148 /* Define if you have the <dirent.h> header file.  */
149 #define HAVE_DIRENT_H 1
150
151 /* Define if you have the <err.h> header file.  */
152 #define HAVE_ERR_H 1
153
154 /* Define if you have the <libutil.h> header file.  */
155 #define HAVE_LIBUTIL_H 1
156
157 /* Define if you have the <ndir.h> header file.  */
158 /* #undef HAVE_NDIR_H */
159
160 /* Define if you have the <paths.h> header file.  */
161 #define HAVE_PATHS_H 1
162
163 /* Define if you have the <poll.h> header file.  */
164 #define HAVE_POLL_H 1
165
166 /* Define if you have the <regex.h> header file.  */
167 #define HAVE_REGEX_H 1
168
169 /* Define if you have the <sys/dir.h> header file.  */
170 #define HAVE_SYS_DIR_H 1
171
172 /* Define if you have the <sys/ndir.h> header file.  */
173 /* #undef HAVE_SYS_NDIR_H */
174
175 /* Define if you have the <sys/poll.h> header file.  */
176 #define HAVE_SYS_POLL_H 1
177
178 /* Define if you have the <termcap.h> header file.  */
179 #define HAVE_TERMCAP_H 1
180
181 /* Define if you have the <util.h> header file.  */
182 /* #undef HAVE_UTIL_H */
183
184 /* Define if you have the <vis.h> header file.  */
185 #define HAVE_VIS_H 1
186
187 /* Define if you have the nsl library (-lnsl).  */
188 /* #undef HAVE_LIBNSL */
189
190 /* Define if you have the socket library (-lsocket).  */
191 /* #undef HAVE_LIBSOCKET */
192
193 /* Define if you have the tinfo library (-ltinfo).  */
194 #define HAVE_LIBTINFO 1
195
196 /* Define if you have the util library (-lutil).  */
197 #define HAVE_LIBUTIL 1
198
199 /* Define if your compiler supports `long long' */
200 #define HAVE_LONG_LONG 1
201
202 /* Define if in_port_t exists */
203 #define HAVE_IN_PORT_T 1
204
205 /* Define if sa_family_t exists in <sys/socket.h> */
206 #define HAVE_SA_FAMILY_T 1
207
208 /* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
209 #define HAVE_SOCKADDR_SA_LEN 1
210
211 /* Define if socklen_t exists */
212 #define HAVE_SOCKLEN_T 1
213
214 /* Define if AF_INET6 exists in <sys/socket.h> */
215 #define HAVE_AF_INET6 1
216
217 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
218 #define HAVE_SOCKADDR_IN6 1
219
220 /* Define if `struct addrinfo' exists in <netdb.h> */
221 #define HAVE_ADDRINFO 1
222
223 /*
224  * Define if <netdb.h> contains AI_NUMERICHOST et al.
225  * Systems which only implement RFC2133 will need this.
226  */
227 #define HAVE_RFC2553_NETDB 1
228
229 /* Define if `struct direct' has a d_namlen element */
230 #define HAVE_D_NAMLEN 1
231
232 /* Define if GLOB_BRACE exists in <glob.h> */
233 #define HAVE_GLOB_BRACE 1
234
235 /* Define if h_errno exists in <netdb.h> */
236 #define HAVE_H_ERRNO_D 1
237
238 /* Define if fclose() is declared in <stdio.h> */
239 #define HAVE_FCLOSE_D 1
240
241 /* Define if getpass() is declared in <stdlib.h> or <unistd.h> */
242 #define HAVE_GETPASS_D 1
243
244 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
245 #define HAVE_OPTARG_D 1
246
247 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
248 #define HAVE_OPTIND_D 1
249
250 /* Define if pclose() is declared in <stdio.h> */
251 #define HAVE_PCLOSE_D 1
252
253 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
254 #define HAVE_QUAD_SUPPORT 1
255
256 /* Define if strptime() is declared in <time.h> */
257 #define HAVE_STRPTIME_D 1
258
259 /*
260  * Define this if compiling with SOCKS (the firewall traversal library).
261  * Also, you must define connect, getsockname, bind, accept, listen, and
262  * select to their R-versions.
263  */
264 /* #undef       SOCKS */
265 /* #undef       SOCKS4 */
266 /* #undef       SOCKS5 */
267 /* #undef       connect */
268 /* #undef       getsockname */
269 /* #undef       bind */
270 /* #undef       accept */
271 /* #undef       listen */
272 /* #undef       select */
273 /* #undef       dup */
274 /* #undef       dup2 */
275 /* #undef       fclose */
276 /* #undef       gethostbyname */
277 /* #undef       getpeername */
278 /* #undef       read */
279 /* #undef       recv */
280 /* #undef       recvfrom */
281 /* #undef       rresvport */
282 /* #undef       send */
283 /* #undef       sendto */
284 /* #undef       shutdown */
285 /* #undef       write */