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