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