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