xref: /freebsd/usr.bin/ftp/tnftp_config.h (revision 2a63c3be)
1cc361f65SGavin Atkinson /* tnftp_config.h.  Generated from tnftp_config.h.in by configure.  */
2cc361f65SGavin Atkinson /* tnftp_config.h.in.  Generated from configure.ac by autoheader.  */
3cc361f65SGavin Atkinson 
4cc361f65SGavin Atkinson /* Define to 1 if the `closedir' function returns void instead of `int'. */
5cc361f65SGavin Atkinson /* #undef CLOSEDIR_VOID */
6cc361f65SGavin Atkinson 
7cc361f65SGavin Atkinson /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8cc361f65SGavin Atkinson    systems. This function is required for `alloca.c' support on those systems.
9cc361f65SGavin Atkinson    */
10cc361f65SGavin Atkinson /* #undef CRAY_STACKSEG_END */
11cc361f65SGavin Atkinson 
12cc361f65SGavin Atkinson /* Define to 1 if using `alloca.c'. */
13cc361f65SGavin Atkinson /* #undef C_ALLOCA */
14cc361f65SGavin Atkinson 
15cc361f65SGavin Atkinson /* Define to 1 if the `getpgrp' function requires zero arguments. */
16cc361f65SGavin Atkinson #define GETPGRP_VOID 1
17cc361f65SGavin Atkinson 
18cc361f65SGavin Atkinson /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
19cc361f65SGavin Atkinson /* #undef GWINSZ_IN_SYS_IOCTL */
20cc361f65SGavin Atkinson 
21cc361f65SGavin Atkinson /* Define to 1 if you have `alloca', as a function or macro. */
22cc361f65SGavin Atkinson #define HAVE_ALLOCA 1
23cc361f65SGavin Atkinson 
24cc361f65SGavin Atkinson /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25cc361f65SGavin Atkinson    */
26cc361f65SGavin Atkinson /* #undef HAVE_ALLOCA_H */
27cc361f65SGavin Atkinson 
28cc361f65SGavin Atkinson /* Define to 1 if you have the <arpa/ftp.h> header file. */
29cc361f65SGavin Atkinson #define HAVE_ARPA_FTP_H 1
30cc361f65SGavin Atkinson 
31cc361f65SGavin Atkinson /* Define to 1 if you have the <arpa/inet.h> header file. */
32cc361f65SGavin Atkinson #define HAVE_ARPA_INET_H 1
33cc361f65SGavin Atkinson 
34cc361f65SGavin Atkinson /* Define to 1 if you have the <arpa/nameser.h> header file. */
35cc361f65SGavin Atkinson #define HAVE_ARPA_NAMESER_H 1
36cc361f65SGavin Atkinson 
37cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `AF_INET6', and to 0 if you
38cc361f65SGavin Atkinson    don't. */
39cc361f65SGavin Atkinson #define HAVE_DECL_AF_INET6 1
40cc361f65SGavin Atkinson 
41cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `AI_NUMERICHOST', and to 0 if
42cc361f65SGavin Atkinson    you don't. */
43cc361f65SGavin Atkinson #define HAVE_DECL_AI_NUMERICHOST 1
44cc361f65SGavin Atkinson 
45cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `dirname', and to 0 if you
46cc361f65SGavin Atkinson    don't. */
47cc361f65SGavin Atkinson #define HAVE_DECL_DIRNAME 1
48cc361f65SGavin Atkinson 
49cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `fclose', and to 0 if you don't.
50cc361f65SGavin Atkinson    */
51cc361f65SGavin Atkinson #define HAVE_DECL_FCLOSE 1
52cc361f65SGavin Atkinson 
53cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `getpass', and to 0 if you
54cc361f65SGavin Atkinson    don't. */
55cc361f65SGavin Atkinson #define HAVE_DECL_GETPASS 1
56cc361f65SGavin Atkinson 
57cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
58cc361f65SGavin Atkinson    don't. */
59cc361f65SGavin Atkinson #define HAVE_DECL_H_ERRNO 1
60cc361f65SGavin Atkinson 
61cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `NS_IN6ADDRSZ', and to 0 if you
62cc361f65SGavin Atkinson    don't. */
63cc361f65SGavin Atkinson #define HAVE_DECL_NS_IN6ADDRSZ 1
64cc361f65SGavin Atkinson 
65cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
66cc361f65SGavin Atkinson    */
67cc361f65SGavin Atkinson #define HAVE_DECL_OPTARG 1
68cc361f65SGavin Atkinson 
69cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
70cc361f65SGavin Atkinson    */
71cc361f65SGavin Atkinson #define HAVE_DECL_OPTIND 1
72cc361f65SGavin Atkinson 
73cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `pclose', and to 0 if you don't.
74cc361f65SGavin Atkinson    */
75cc361f65SGavin Atkinson #define HAVE_DECL_PCLOSE 1
76cc361f65SGavin Atkinson 
77cc361f65SGavin Atkinson /* Define to 1 if you have the declaration of `strptime', and to 0 if you
78cc361f65SGavin Atkinson    don't. */
79cc361f65SGavin Atkinson #define HAVE_DECL_STRPTIME 1
80cc361f65SGavin Atkinson 
81cc361f65SGavin Atkinson /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
82cc361f65SGavin Atkinson    */
83cc361f65SGavin Atkinson #define HAVE_DIRENT_H 1
84cc361f65SGavin Atkinson 
85cc361f65SGavin Atkinson /* Define to 1 if you have the `dirname' function. */
86cc361f65SGavin Atkinson #define HAVE_DIRNAME 1
87cc361f65SGavin Atkinson 
88cc361f65SGavin Atkinson /* Define to 1 if you have the <dlfcn.h> header file. */
89cc361f65SGavin Atkinson #define HAVE_DLFCN_H 1
90cc361f65SGavin Atkinson 
91cc361f65SGavin Atkinson /* Define to 1 if you have the `err' function. */
92cc361f65SGavin Atkinson #define HAVE_ERR 1
93cc361f65SGavin Atkinson 
94cc361f65SGavin Atkinson /* Define to 1 if you have the <err.h> header file. */
95cc361f65SGavin Atkinson #define HAVE_ERR_H 1
96cc361f65SGavin Atkinson 
97cc361f65SGavin Atkinson /* Define to 1 if you have the <fcntl.h> header file. */
98cc361f65SGavin Atkinson #define HAVE_FCNTL_H 1
99cc361f65SGavin Atkinson 
100cc361f65SGavin Atkinson /* Define to 1 if you have the `fgetln' function. */
101cc361f65SGavin Atkinson #define HAVE_FGETLN 1
102cc361f65SGavin Atkinson 
103cc361f65SGavin Atkinson /* Define to 1 if you have the `fork' function. */
104cc361f65SGavin Atkinson #define HAVE_FORK 1
105cc361f65SGavin Atkinson 
106cc361f65SGavin Atkinson /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
107cc361f65SGavin Atkinson #define HAVE_FSEEKO 1
108cc361f65SGavin Atkinson 
109cc361f65SGavin Atkinson /* Define to 1 if you have the `getaddrinfo' function. */
110cc361f65SGavin Atkinson #define HAVE_GETADDRINFO 1
111cc361f65SGavin Atkinson 
112cc361f65SGavin Atkinson /* Define to 1 if you have the `getcwd' function. */
113cc361f65SGavin Atkinson #define HAVE_GETCWD 1
114cc361f65SGavin Atkinson 
115cc361f65SGavin Atkinson /* Define to 1 if you have the `gethostbyaddr' function. */
116cc361f65SGavin Atkinson #define HAVE_GETHOSTBYADDR 1
117cc361f65SGavin Atkinson 
118cc361f65SGavin Atkinson /* Define to 1 if you have the `gethostbyname' function. */
119cc361f65SGavin Atkinson #define HAVE_GETHOSTBYNAME 1
120cc361f65SGavin Atkinson 
121cc361f65SGavin Atkinson /* Define to 1 if you have the `gethostbyname2' function. */
122cc361f65SGavin Atkinson #define HAVE_GETHOSTBYNAME2 1
123cc361f65SGavin Atkinson 
124cc361f65SGavin Atkinson /* Define to 1 if you have the `gethostname' function. */
125cc361f65SGavin Atkinson #define HAVE_GETHOSTNAME 1
126cc361f65SGavin Atkinson 
127cc361f65SGavin Atkinson /* Define to 1 if you have the `getnameinfo' function. */
128cc361f65SGavin Atkinson #define HAVE_GETNAMEINFO 1
129cc361f65SGavin Atkinson 
130cc361f65SGavin Atkinson /* Define to 1 if you have the `getpass' function. */
131cc361f65SGavin Atkinson #define HAVE_GETPASS 1
132cc361f65SGavin Atkinson 
133cc361f65SGavin Atkinson /* Define to 1 if you have the `getpassphrase' function. */
134cc361f65SGavin Atkinson /* #undef HAVE_GETPASSPHRASE */
135cc361f65SGavin Atkinson 
136cc361f65SGavin Atkinson /* Define to 1 if you have the `getpgrp' function. */
137cc361f65SGavin Atkinson #define HAVE_GETPGRP 1
138cc361f65SGavin Atkinson 
139cc361f65SGavin Atkinson /* Define to 1 if you have the `gettimeofday' function. */
140cc361f65SGavin Atkinson #define HAVE_GETTIMEOFDAY 1
141cc361f65SGavin Atkinson 
142cc361f65SGavin Atkinson /* Define to 1 if you have the `inet_ntop' function. */
143cc361f65SGavin Atkinson #define HAVE_INET_NTOP 1
144cc361f65SGavin Atkinson 
145cc361f65SGavin Atkinson /* Define to 1 if you have the `inet_pton' function. */
146cc361f65SGavin Atkinson #define HAVE_INET_PTON 1
147cc361f65SGavin Atkinson 
148cc361f65SGavin Atkinson /* Define to 1 if you have the <inttypes.h> header file. */
149cc361f65SGavin Atkinson #define HAVE_INTTYPES_H 1
150cc361f65SGavin Atkinson 
151cc361f65SGavin Atkinson /* Define to 1 if the system has the type `in_port_t'. */
152cc361f65SGavin Atkinson #define HAVE_IN_PORT_T 1
153cc361f65SGavin Atkinson 
154cc361f65SGavin Atkinson /* Define to 1 if you have the `isascii' function. */
155cc361f65SGavin Atkinson #define HAVE_ISASCII 1
156cc361f65SGavin Atkinson 
157cc361f65SGavin Atkinson /* Define to 1 if you have the <libgen.h> header file. */
158cc361f65SGavin Atkinson #define HAVE_LIBGEN_H 1
159cc361f65SGavin Atkinson 
160cc361f65SGavin Atkinson /* Define to 1 if you have the <limits.h> header file. */
161cc361f65SGavin Atkinson #define HAVE_LIMITS_H 1
162cc361f65SGavin Atkinson 
163cc361f65SGavin Atkinson /* Define to 1 if the system has the type `long double'. */
164cc361f65SGavin Atkinson #define HAVE_LONG_DOUBLE 1
165cc361f65SGavin Atkinson 
166cc361f65SGavin Atkinson /* Define to 1 if the system has the type `long long int'. */
167cc361f65SGavin Atkinson #define HAVE_LONG_LONG_INT 1
168cc361f65SGavin Atkinson 
169cc361f65SGavin Atkinson /* Define to 1 if you have the <malloc.h> header file. */
170cc361f65SGavin Atkinson /* #undef HAVE_MALLOC_H */
171cc361f65SGavin Atkinson 
172cc361f65SGavin Atkinson /* Define to 1 if you have the `memchr' function. */
173cc361f65SGavin Atkinson #define HAVE_MEMCHR 1
174cc361f65SGavin Atkinson 
175cc361f65SGavin Atkinson /* Define to 1 if you have the `memmove' function. */
176cc361f65SGavin Atkinson #define HAVE_MEMMOVE 1
177cc361f65SGavin Atkinson 
178cc361f65SGavin Atkinson /* Define to 1 if you have the <memory.h> header file. */
179cc361f65SGavin Atkinson #define HAVE_MEMORY_H 1
180cc361f65SGavin Atkinson 
181cc361f65SGavin Atkinson /* Define to 1 if you have the `memset' function. */
182cc361f65SGavin Atkinson #define HAVE_MEMSET 1
183cc361f65SGavin Atkinson 
184cc361f65SGavin Atkinson /* Define to 1 if you have the `mkstemp' function. */
185cc361f65SGavin Atkinson #define HAVE_MKSTEMP 1
186cc361f65SGavin Atkinson 
187cc361f65SGavin Atkinson /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
188cc361f65SGavin Atkinson /* #undef HAVE_NDIR_H */
189cc361f65SGavin Atkinson 
190cc361f65SGavin Atkinson /* Define to 1 if you have the <netdb.h> header file. */
191cc361f65SGavin Atkinson #define HAVE_NETDB_H 1
192cc361f65SGavin Atkinson 
193cc361f65SGavin Atkinson /* Define to 1 if you have the <netinet/in.h> header file. */
194cc361f65SGavin Atkinson #define HAVE_NETINET_IN_H 1
195cc361f65SGavin Atkinson 
196cc361f65SGavin Atkinson /* Define to 1 if you have the <netinet/in_systm.h> header file. */
197cc361f65SGavin Atkinson #define HAVE_NETINET_IN_SYSTM_H 1
198cc361f65SGavin Atkinson 
199cc361f65SGavin Atkinson /* Define to 1 if you have the <netinet/ip.h> header file. */
200cc361f65SGavin Atkinson #define HAVE_NETINET_IP_H 1
201cc361f65SGavin Atkinson 
202cc361f65SGavin Atkinson /* Define to 1 if you have the <paths.h> header file. */
203cc361f65SGavin Atkinson #define HAVE_PATHS_H 1
204cc361f65SGavin Atkinson 
205cc361f65SGavin Atkinson /* Define if we have poll() and it is not emulated. */
206cc361f65SGavin Atkinson #define HAVE_POLL 1
207cc361f65SGavin Atkinson 
208cc361f65SGavin Atkinson /* Define to 1 if you have the <poll.h> header file. */
209cc361f65SGavin Atkinson #define HAVE_POLL_H 1
210cc361f65SGavin Atkinson 
211cc361f65SGavin Atkinson /* Define if `long long' is supported and *printf() supports %lld or %qd to
212cc361f65SGavin Atkinson    print them. */
213cc361f65SGavin Atkinson #define HAVE_PRINTF_LONG_LONG 1
214cc361f65SGavin Atkinson 
215cc361f65SGavin Atkinson /* Define if *printf() uses %qd to print `long long' (otherwise uses %lld). */
216cc361f65SGavin Atkinson /* #undef HAVE_PRINTF_QD */
217cc361f65SGavin Atkinson 
218cc361f65SGavin Atkinson /* Define to 1 if you have the <pwd.h> header file. */
219cc361f65SGavin Atkinson #define HAVE_PWD_H 1
220cc361f65SGavin Atkinson 
221cc361f65SGavin Atkinson /* Define to 1 if you have the `realpath' function. */
222cc361f65SGavin Atkinson #define HAVE_REALPATH 1
223cc361f65SGavin Atkinson 
224cc361f65SGavin Atkinson /* Define to 1 if you have the `regcomp' function. */
225cc361f65SGavin Atkinson #define HAVE_REGCOMP 1
226cc361f65SGavin Atkinson 
227cc361f65SGavin Atkinson /* Define to 1 if you have the <regex.h> header file. */
228cc361f65SGavin Atkinson #define HAVE_REGEX_H 1
229cc361f65SGavin Atkinson 
230cc361f65SGavin Atkinson /* Define to 1 if you have the <resolv.h> header file. */
231cc361f65SGavin Atkinson #define HAVE_RESOLV_H 1
232cc361f65SGavin Atkinson 
233cc361f65SGavin Atkinson /* Define to 1 if the system has the type `sa_family_t'. */
234cc361f65SGavin Atkinson #define HAVE_SA_FAMILY_T 1
235cc361f65SGavin Atkinson 
236cc361f65SGavin Atkinson /* Define to 1 if you have the `select' function. */
237cc361f65SGavin Atkinson #define HAVE_SELECT 1
238cc361f65SGavin Atkinson 
239cc361f65SGavin Atkinson /* Define to 1 if you have the <setjmp.h> header file. */
240cc361f65SGavin Atkinson #define HAVE_SETJMP_H 1
241cc361f65SGavin Atkinson 
242cc361f65SGavin Atkinson /* Define to 1 if you have the `setlocale' function. */
243cc361f65SGavin Atkinson #define HAVE_SETLOCALE 1
244cc361f65SGavin Atkinson 
245cc361f65SGavin Atkinson /* Define to 1 if you have the `setprogname' function. */
246cc361f65SGavin Atkinson #define HAVE_SETPROGNAME 1
247cc361f65SGavin Atkinson 
248cc361f65SGavin Atkinson /* Define to 1 if you have the <signal.h> header file. */
249cc361f65SGavin Atkinson #define HAVE_SIGNAL_H 1
250cc361f65SGavin Atkinson 
251cc361f65SGavin Atkinson /* Define to 1 if you have the `sl_init' function. */
252cc361f65SGavin Atkinson #define HAVE_SL_INIT 1
253cc361f65SGavin Atkinson 
254cc361f65SGavin Atkinson /* Define to 1 if you have the `snprintf' function. */
255cc361f65SGavin Atkinson #define HAVE_SNPRINTF 1
256cc361f65SGavin Atkinson 
257cc361f65SGavin Atkinson /* Define to 1 if you have the `socket' function. */
258cc361f65SGavin Atkinson #define HAVE_SOCKET 1
259cc361f65SGavin Atkinson 
260cc361f65SGavin Atkinson /* Define to 1 if the system has the type `socklen_t'. */
261cc361f65SGavin Atkinson #define HAVE_SOCKLEN_T 1
262cc361f65SGavin Atkinson 
263cc361f65SGavin Atkinson /* Define to 1 if you have the <stddef.h> header file. */
264cc361f65SGavin Atkinson #define HAVE_STDDEF_H 1
265cc361f65SGavin Atkinson 
266cc361f65SGavin Atkinson /* Define to 1 if you have the <stdint.h> header file. */
267cc361f65SGavin Atkinson #define HAVE_STDINT_H 1
268cc361f65SGavin Atkinson 
269cc361f65SGavin Atkinson /* Define to 1 if you have the <stdlib.h> header file. */
270cc361f65SGavin Atkinson #define HAVE_STDLIB_H 1
271cc361f65SGavin Atkinson 
272cc361f65SGavin Atkinson /* Define to 1 if you have the `strcasecmp' function. */
273cc361f65SGavin Atkinson #define HAVE_STRCASECMP 1
274cc361f65SGavin Atkinson 
275cc361f65SGavin Atkinson /* Define to 1 if you have the `strchr' function. */
276cc361f65SGavin Atkinson #define HAVE_STRCHR 1
277cc361f65SGavin Atkinson 
278cc361f65SGavin Atkinson /* Define to 1 if you have the `strcoll' function and it is properly defined.
279cc361f65SGavin Atkinson    */
280cc361f65SGavin Atkinson #define HAVE_STRCOLL 1
281cc361f65SGavin Atkinson 
282cc361f65SGavin Atkinson /* Define to 1 if you have the `strcspn' function. */
283cc361f65SGavin Atkinson #define HAVE_STRCSPN 1
284cc361f65SGavin Atkinson 
285cc361f65SGavin Atkinson /* Define to 1 if you have the `strdup' function. */
286cc361f65SGavin Atkinson #define HAVE_STRDUP 1
287cc361f65SGavin Atkinson 
288cc361f65SGavin Atkinson /* Define to 1 if you have the `strerror' function. */
289cc361f65SGavin Atkinson #define HAVE_STRERROR 1
290cc361f65SGavin Atkinson 
291cc361f65SGavin Atkinson /* Define to 1 if you have the <strings.h> header file. */
292cc361f65SGavin Atkinson #define HAVE_STRINGS_H 1
293cc361f65SGavin Atkinson 
294cc361f65SGavin Atkinson /* Define to 1 if you have the <string.h> header file. */
295cc361f65SGavin Atkinson #define HAVE_STRING_H 1
296cc361f65SGavin Atkinson 
297cc361f65SGavin Atkinson /* Define to 1 if you have the `strlcat' function. */
298cc361f65SGavin Atkinson #define HAVE_STRLCAT 1
299cc361f65SGavin Atkinson 
300cc361f65SGavin Atkinson /* Define to 1 if you have the `strlcpy' function. */
301cc361f65SGavin Atkinson #define HAVE_STRLCPY 1
302cc361f65SGavin Atkinson 
303cc361f65SGavin Atkinson /* Define to 1 if you have the `strncasecmp' function. */
304cc361f65SGavin Atkinson #define HAVE_STRNCASECMP 1
305cc361f65SGavin Atkinson 
306cc361f65SGavin Atkinson /* Define to 1 if you have the `strpbrk' function. */
307cc361f65SGavin Atkinson #define HAVE_STRPBRK 1
308cc361f65SGavin Atkinson 
309cc361f65SGavin Atkinson /* Define to 1 if you have the `strptime' function. */
310cc361f65SGavin Atkinson #define HAVE_STRPTIME 1
311cc361f65SGavin Atkinson 
312cc361f65SGavin Atkinson /* Define to 1 if you have the `strrchr' function. */
313cc361f65SGavin Atkinson #define HAVE_STRRCHR 1
314cc361f65SGavin Atkinson 
315cc361f65SGavin Atkinson /* Define to 1 if you have the `strsep' function. */
316cc361f65SGavin Atkinson #define HAVE_STRSEP 1
317cc361f65SGavin Atkinson 
318cc361f65SGavin Atkinson /* Define to 1 if you have the `strstr' function. */
319cc361f65SGavin Atkinson #define HAVE_STRSTR 1
320cc361f65SGavin Atkinson 
321cc361f65SGavin Atkinson /* Define to 1 if you have the `strtol' function. */
322cc361f65SGavin Atkinson #define HAVE_STRTOL 1
323cc361f65SGavin Atkinson 
324cc361f65SGavin Atkinson /* Define to 1 if you have the `strtoll' function. */
325cc361f65SGavin Atkinson #define HAVE_STRTOLL 1
326cc361f65SGavin Atkinson 
327cc361f65SGavin Atkinson /* Define to 1 if you have the `strtoul' function. */
328cc361f65SGavin Atkinson #define HAVE_STRTOUL 1
329cc361f65SGavin Atkinson 
330cc361f65SGavin Atkinson /* Define to 1 if the system has the type `struct addrinfo'. */
331cc361f65SGavin Atkinson #define HAVE_STRUCT_ADDRINFO 1
332cc361f65SGavin Atkinson 
333cc361f65SGavin Atkinson /* Define to 1 if `struct dirent' is a member of `d_namlen'. */
334cc361f65SGavin Atkinson #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
335cc361f65SGavin Atkinson 
336cc361f65SGavin Atkinson /* Define to 1 if the system has the type `struct pollfd'. */
337cc361f65SGavin Atkinson #define HAVE_STRUCT_POLLFD 1
338cc361f65SGavin Atkinson 
339cc361f65SGavin Atkinson /* Define to 1 if the system has the type `struct sockaddr_in6'. */
340cc361f65SGavin Atkinson #define HAVE_STRUCT_SOCKADDR_IN6 1
341cc361f65SGavin Atkinson 
342cc361f65SGavin Atkinson /* Define to 1 if `struct sockaddr_in' is a member of `sin_len'. */
343cc361f65SGavin Atkinson #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
344cc361f65SGavin Atkinson 
345cc361f65SGavin Atkinson /* Define to 1 if `struct sockaddr' is a member of `sa_len'. */
346cc361f65SGavin Atkinson #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
347cc361f65SGavin Atkinson 
348cc361f65SGavin Atkinson /* Define to 1 if you have the `strunvis' function. */
349cc361f65SGavin Atkinson #define HAVE_STRUNVIS 1
350cc361f65SGavin Atkinson 
351cc361f65SGavin Atkinson /* Define to 1 if you have the `strvis' function. */
352cc361f65SGavin Atkinson #define HAVE_STRVIS 1
353cc361f65SGavin Atkinson 
354cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
355cc361f65SGavin Atkinson    */
356cc361f65SGavin Atkinson /* #undef HAVE_SYS_DIR_H */
357cc361f65SGavin Atkinson 
358cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/ioctl.h> header file. */
359cc361f65SGavin Atkinson #define HAVE_SYS_IOCTL_H 1
360cc361f65SGavin Atkinson 
361cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
362cc361f65SGavin Atkinson    */
363cc361f65SGavin Atkinson /* #undef HAVE_SYS_NDIR_H */
364cc361f65SGavin Atkinson 
365cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/param.h> header file. */
366cc361f65SGavin Atkinson #define HAVE_SYS_PARAM_H 1
367cc361f65SGavin Atkinson 
368cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/poll.h> header file. */
369cc361f65SGavin Atkinson #define HAVE_SYS_POLL_H 1
370cc361f65SGavin Atkinson 
371cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/socket.h> header file. */
372cc361f65SGavin Atkinson #define HAVE_SYS_SOCKET_H 1
373cc361f65SGavin Atkinson 
374cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/stat.h> header file. */
375cc361f65SGavin Atkinson #define HAVE_SYS_STAT_H 1
376cc361f65SGavin Atkinson 
377cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/syslimits.h> header file. */
378cc361f65SGavin Atkinson #define HAVE_SYS_SYSLIMITS_H 1
379cc361f65SGavin Atkinson 
380cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/time.h> header file. */
381cc361f65SGavin Atkinson #define HAVE_SYS_TIME_H 1
382cc361f65SGavin Atkinson 
383cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/types.h> header file. */
384cc361f65SGavin Atkinson #define HAVE_SYS_TYPES_H 1
385cc361f65SGavin Atkinson 
386cc361f65SGavin Atkinson /* Define to 1 if you have the <sys/wait.h> header file. */
387cc361f65SGavin Atkinson #define HAVE_SYS_WAIT_H 1
388cc361f65SGavin Atkinson 
389cc361f65SGavin Atkinson /* Define to 1 if you have the <termcap.h> header file. */
390cc361f65SGavin Atkinson #define HAVE_TERMCAP_H 1
391cc361f65SGavin Atkinson 
392cc361f65SGavin Atkinson /* Define to 1 if you have the <termios.h> header file. */
393cc361f65SGavin Atkinson #define HAVE_TERMIOS_H 1
394cc361f65SGavin Atkinson 
395cc361f65SGavin Atkinson /* Define to 1 if you have the `timegm' function. */
396cc361f65SGavin Atkinson #define HAVE_TIMEGM 1
397cc361f65SGavin Atkinson 
398cc361f65SGavin Atkinson /* Define to 1 if you have the <unistd.h> header file. */
399cc361f65SGavin Atkinson #define HAVE_UNISTD_H 1
400cc361f65SGavin Atkinson 
401cc361f65SGavin Atkinson /* Define to 1 if you have the `usleep' function. */
402cc361f65SGavin Atkinson #define HAVE_USLEEP 1
403cc361f65SGavin Atkinson 
404cc361f65SGavin Atkinson /* Define to 1 if you have the `utime' function. */
405cc361f65SGavin Atkinson #define HAVE_UTIME 1
406cc361f65SGavin Atkinson 
407cc361f65SGavin Atkinson /* Define to 1 if you have the `utimes' function. */
408cc361f65SGavin Atkinson #define HAVE_UTIMES 1
409cc361f65SGavin Atkinson 
410cc361f65SGavin Atkinson /* Define to 1 if you have the <utime.h> header file. */
411cc361f65SGavin Atkinson #define HAVE_UTIME_H 1
412cc361f65SGavin Atkinson 
413cc361f65SGavin Atkinson /* Define to 1 if you have the `vfork' function. */
414cc361f65SGavin Atkinson #define HAVE_VFORK 1
415cc361f65SGavin Atkinson 
416cc361f65SGavin Atkinson /* Define to 1 if you have the <vfork.h> header file. */
417cc361f65SGavin Atkinson /* #undef HAVE_VFORK_H */
418cc361f65SGavin Atkinson 
419cc361f65SGavin Atkinson /* Define to 1 if you have the <vis.h> header file. */
420cc361f65SGavin Atkinson #define HAVE_VIS_H 1
421cc361f65SGavin Atkinson 
422cc361f65SGavin Atkinson /* Define to 1 if `fork' works. */
423cc361f65SGavin Atkinson #define HAVE_WORKING_FORK 1
424cc361f65SGavin Atkinson 
425cc361f65SGavin Atkinson /* Define to 1 if `vfork' works. */
426cc361f65SGavin Atkinson #define HAVE_WORKING_VFORK 1
427cc361f65SGavin Atkinson 
428cc361f65SGavin Atkinson /* Name of package */
429cc361f65SGavin Atkinson #define PACKAGE "tnftp"
430cc361f65SGavin Atkinson 
431cc361f65SGavin Atkinson /* Define to the address where bug reports for this package should be sent. */
432cc361f65SGavin Atkinson #define PACKAGE_BUGREPORT "lukem@NetBSD.org"
433cc361f65SGavin Atkinson 
434cc361f65SGavin Atkinson /* Define to the full name of this package. */
435cc361f65SGavin Atkinson #define PACKAGE_NAME "tnftp"
436cc361f65SGavin Atkinson 
437cc361f65SGavin Atkinson /* Define to the full name and version of this package. */
438cc361f65SGavin Atkinson #define PACKAGE_STRING "tnftp 20100108"
439cc361f65SGavin Atkinson 
440cc361f65SGavin Atkinson /* Define to the one symbol short name of this package. */
441cc361f65SGavin Atkinson #define PACKAGE_TARNAME "tnftp"
442cc361f65SGavin Atkinson 
443cc361f65SGavin Atkinson /* Define to the home page for this package. */
444cc361f65SGavin Atkinson #define PACKAGE_URL ""
445cc361f65SGavin Atkinson 
446cc361f65SGavin Atkinson /* Define to the version of this package. */
447cc361f65SGavin Atkinson #define PACKAGE_VERSION "20100108"
448cc361f65SGavin Atkinson 
449cc361f65SGavin Atkinson /* Define as the return type of signal handlers (`int' or `void'). */
450cc361f65SGavin Atkinson #define RETSIGTYPE void
451cc361f65SGavin Atkinson 
452cc361f65SGavin Atkinson /* If using the C implementation of alloca, define if you know the
453cc361f65SGavin Atkinson    direction of stack growth for your system; otherwise it will be
454cc361f65SGavin Atkinson    automatically deduced at runtime.
455cc361f65SGavin Atkinson 	STACK_DIRECTION > 0 => grows toward higher addresses
456cc361f65SGavin Atkinson 	STACK_DIRECTION < 0 => grows toward lower addresses
457cc361f65SGavin Atkinson 	STACK_DIRECTION = 0 => direction of growth unknown */
458cc361f65SGavin Atkinson /* #undef STACK_DIRECTION */
459cc361f65SGavin Atkinson 
460cc361f65SGavin Atkinson /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
461cc361f65SGavin Atkinson /* #undef STAT_MACROS_BROKEN */
462cc361f65SGavin Atkinson 
463cc361f65SGavin Atkinson /* Define to 1 if you have the ANSI C header files. */
464cc361f65SGavin Atkinson #define STDC_HEADERS 1
465cc361f65SGavin Atkinson 
466cc361f65SGavin Atkinson /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
467cc361f65SGavin Atkinson #define TIME_WITH_SYS_TIME 1
468cc361f65SGavin Atkinson 
469cc361f65SGavin Atkinson /* Define to 1 if your <sys/time.h> declares `struct tm'. */
470cc361f65SGavin Atkinson /* #undef TM_IN_SYS_TIME */
471cc361f65SGavin Atkinson 
472cc361f65SGavin Atkinson /* Define if using (Dante) SOCKS5 proxy. */
473cc361f65SGavin Atkinson /* #undef USE_SOCKS */
474cc361f65SGavin Atkinson 
475cc361f65SGavin Atkinson /* Version number of package */
476cc361f65SGavin Atkinson #define VERSION "20100108"
477cc361f65SGavin Atkinson 
478cc361f65SGavin Atkinson /* Number of bits in a file offset, on hosts where this is settable. */
479cc361f65SGavin Atkinson /* #undef _FILE_OFFSET_BITS */
480cc361f65SGavin Atkinson 
481cc361f65SGavin Atkinson /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
482cc361f65SGavin Atkinson /* #undef _LARGEFILE_SOURCE */
483cc361f65SGavin Atkinson 
484cc361f65SGavin Atkinson /* Define for large files, on AIX-style hosts. */
485cc361f65SGavin Atkinson /* #undef _LARGE_FILES */
486cc361f65SGavin Atkinson 
487cc361f65SGavin Atkinson /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
488cc361f65SGavin Atkinson    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
489cc361f65SGavin Atkinson    #define below would cause a syntax error. */
490cc361f65SGavin Atkinson /* #undef _UINT32_T */
491cc361f65SGavin Atkinson 
492cc361f65SGavin Atkinson /* Define to `long int' if <sys/types.h> does not define. */
493cc361f65SGavin Atkinson /* #undef off_t */
494cc361f65SGavin Atkinson 
495cc361f65SGavin Atkinson /* Define to `int' if <sys/types.h> does not define. */
496cc361f65SGavin Atkinson /* #undef pid_t */
497cc361f65SGavin Atkinson 
498cc361f65SGavin Atkinson /* Define to `unsigned int' if <sys/types.h> does not define. */
499cc361f65SGavin Atkinson /* #undef size_t */
500cc361f65SGavin Atkinson 
501cc361f65SGavin Atkinson /* Define to the type of an unsigned integer type of width exactly 32 bits if
502cc361f65SGavin Atkinson    such a type exists and the standard includes do not define it. */
503cc361f65SGavin Atkinson /* #undef uint32_t */
504cc361f65SGavin Atkinson 
505cc361f65SGavin Atkinson /* Define as `fork' if `vfork' does not work. */
506cc361f65SGavin Atkinson /* #undef vfork */
507cc361f65SGavin Atkinson 
508cc361f65SGavin Atkinson 
509cc361f65SGavin Atkinson /* Define if using IPv6 support. */
510cc361f65SGavin Atkinson /* Commented out so this can be selected fromt he Makefile -gavin */
511cc361f65SGavin Atkinson /* #define USE_INET6 1 */
512cc361f65SGavin Atkinson 
513cc361f65SGavin Atkinson #define USE_GLOB_H 1
514