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