tnftp_config.h revision 79980
179980Sobrien/* $FreeBSD: head/usr.bin/ftp/config.h 79980 2001-07-19 17:45:52Z obrien $ */
279980Sobrien
379980Sobrien
479980Sobrien/* config.h.  Generated automatically by configure.  */
579980Sobrien/* config.h.in.  Generated automatically from configure.in by autoheader.  */
679980Sobrien/* $Id: config.h.in,v 1.24 2000/09/18 00:40:12 lukem Exp $ */
779980Sobrien
879980Sobrien
979980Sobrien/* Define if on AIX 3.
1079980Sobrien   System headers sometimes define this.
1179980Sobrien   We just want to avoid a redefinition error message.  */
1279980Sobrien#ifndef _ALL_SOURCE
1379980Sobrien/* #undef _ALL_SOURCE */
1479980Sobrien#endif
1579980Sobrien
1679980Sobrien/* Define if the closedir function returns void instead of int.  */
1779980Sobrien/* #undef CLOSEDIR_VOID */
1879980Sobrien
1979980Sobrien/* Define if the `getpgrp' function takes no argument.  */
2079980Sobrien#define GETPGRP_VOID 1
2179980Sobrien
2279980Sobrien/* Define if your C compiler doesn't accept -c and -o together.  */
2379980Sobrien/* #undef NO_MINUS_C_MINUS_O */
2479980Sobrien
2579980Sobrien/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
2679980Sobrien/* #undef F77_NO_MINUS_C_MINUS_O */
2779980Sobrien
2879980Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
2979980Sobrien/* #undef off_t */
3079980Sobrien
3179980Sobrien/* Define to the type of arg1 for select(). */
3279980Sobrien/* #undef SELECT_TYPE_ARG1 */
3379980Sobrien
3479980Sobrien/* Define to the type of args 2, 3 and 4 for select(). */
3579980Sobrien/* #undef SELECT_TYPE_ARG234 */
3679980Sobrien
3779980Sobrien/* Define to the type of arg5 for select(). */
3879980Sobrien/* #undef SELECT_TYPE_ARG5 */
3979980Sobrien
4079980Sobrien/* Define if you have the ANSI C header files.  */
4179980Sobrien#define STDC_HEADERS 1
4279980Sobrien
4379980Sobrien/* Define if you can safely include both <sys/time.h> and <time.h>.  */
4479980Sobrien#define TIME_WITH_SYS_TIME 1
4579980Sobrien
4679980Sobrien/* Define if the closedir function returns void instead of int.  */
4779980Sobrien/* #undef VOID_CLOSEDIR */
4879980Sobrien
4979980Sobrien/* The number of bytes in a off_t.  */
5079980Sobrien#define SIZEOF_OFF_T 0
5179980Sobrien
5279980Sobrien/* Define if you have the err function.  */
5379980Sobrien#define HAVE_ERR 1
5479980Sobrien
5579980Sobrien/* Define if you have the fgetln function.  */
5679980Sobrien#define HAVE_FGETLN 1
5779980Sobrien
5879980Sobrien/* Define if you have the fparseln function.  */
5979980Sobrien#define HAVE_FPARSELN 1
6079980Sobrien
6179980Sobrien/* Define if you have the getaddrinfo function.  */
6279980Sobrien#define HAVE_GETADDRINFO 1
6379980Sobrien
6479980Sobrien/* Define if you have the gethostbyname2 function.  */
6579980Sobrien#define HAVE_GETHOSTBYNAME2 1
6679980Sobrien
6779980Sobrien/* Define if you have the getnameinfo function.  */
6879980Sobrien#define HAVE_GETNAMEINFO 1
6979980Sobrien
7079980Sobrien/* Define if you have the getpassphrase function.  */
7179980Sobrien/* #undef HAVE_GETPASSPHRASE */
7279980Sobrien
7379980Sobrien/* Define if you have the getpgrp function.  */
7479980Sobrien#define HAVE_GETPGRP 1
7579980Sobrien
7679980Sobrien/* Define if you have the glob function.  */
7779980Sobrien#define HAVE_GLOB 1
7879980Sobrien
7979980Sobrien/* Define if you have the inet_ntop function.  */
8079980Sobrien#define HAVE_INET_NTOP 1
8179980Sobrien
8279980Sobrien/* Define if you have the inet_pton function.  */
8379980Sobrien#define HAVE_INET_PTON 1
8479980Sobrien
8579980Sobrien/* Define if you have the issetugid function.  */
8679980Sobrien#define HAVE_ISSETUGID 1
8779980Sobrien
8879980Sobrien/* Define if you have the memmove function.  */
8979980Sobrien#define HAVE_MEMMOVE 1
9079980Sobrien
9179980Sobrien/* Define if you have the mkstemp function.  */
9279980Sobrien#define HAVE_MKSTEMP 1
9379980Sobrien
9479980Sobrien/* Define if you have the poll function.  */
9579980Sobrien#define HAVE_POLL 1
9679980Sobrien
9779980Sobrien/* Define if you have the select function.  */
9879980Sobrien#define HAVE_SELECT 1
9979980Sobrien
10079980Sobrien/* Define if you have the sl_init function.  */
10179980Sobrien#define HAVE_SL_INIT 1
10279980Sobrien
10379980Sobrien/* Define if you have the snprintf function.  */
10479980Sobrien#define HAVE_SNPRINTF 1
10579980Sobrien
10679980Sobrien/* Define if you have the strdup function.  */
10779980Sobrien#define HAVE_STRDUP 1
10879980Sobrien
10979980Sobrien/* Define if you have the strerror function.  */
11079980Sobrien#define HAVE_STRERROR 1
11179980Sobrien
11279980Sobrien/* Define if you have the strlcat function.  */
11379980Sobrien#define HAVE_STRLCAT 1
11479980Sobrien
11579980Sobrien/* Define if you have the strlcpy function.  */
11679980Sobrien#define HAVE_STRLCPY 1
11779980Sobrien
11879980Sobrien/* Define if you have the strptime function.  */
11979980Sobrien#define HAVE_STRPTIME 1
12079980Sobrien
12179980Sobrien/* Define if you have the strsep function.  */
12279980Sobrien#define HAVE_STRSEP 1
12379980Sobrien
12479980Sobrien/* Define if you have the strtoll function.  */
12579980Sobrien#define HAVE_STRTOLL 1
12679980Sobrien
12779980Sobrien/* Define if you have the strunvis function.  */
12879980Sobrien#define HAVE_STRUNVIS 1
12979980Sobrien
13079980Sobrien/* Define if you have the strvis function.  */
13179980Sobrien#define HAVE_STRVIS 1
13279980Sobrien
13379980Sobrien/* Define if you have the timegm function.  */
13479980Sobrien#define HAVE_TIMEGM 1
13579980Sobrien
13679980Sobrien/* Define if you have the usleep function.  */
13779980Sobrien#define HAVE_USLEEP 1
13879980Sobrien
13979980Sobrien/* Define if you have the <dirent.h> header file.  */
14079980Sobrien#define HAVE_DIRENT_H 1
14179980Sobrien
14279980Sobrien/* Define if you have the <err.h> header file.  */
14379980Sobrien#define HAVE_ERR_H 1
14479980Sobrien
14579980Sobrien/* Define if you have the <ndir.h> header file.  */
14679980Sobrien/* #undef HAVE_NDIR_H */
14779980Sobrien
14879980Sobrien/* Define if you have the <paths.h> header file.  */
14979980Sobrien#define HAVE_PATHS_H 1
15079980Sobrien
15179980Sobrien/* Define if you have the <poll.h> header file.  */
15279980Sobrien#define HAVE_POLL_H 1
15379980Sobrien
15479980Sobrien/* Define if you have the <regex.h> header file.  */
15579980Sobrien#define HAVE_REGEX_H 1
15679980Sobrien
15779980Sobrien/* Define if you have the <sys/dir.h> header file.  */
15879980Sobrien#define HAVE_SYS_DIR_H 1
15979980Sobrien
16079980Sobrien/* Define if you have the <sys/ndir.h> header file.  */
16179980Sobrien/* #undef HAVE_SYS_NDIR_H */
16279980Sobrien
16379980Sobrien/* Define if you have the <sys/poll.h> header file.  */
16479980Sobrien#define HAVE_SYS_POLL_H 1
16579980Sobrien
16679980Sobrien/* Define if you have the <termcap.h> header file.  */
16779980Sobrien#define HAVE_TERMCAP_H 1
16879980Sobrien
16979980Sobrien/* Define if you have the <util.h> header file.  */
17079980Sobrien/* #undef HAVE_UTIL_H */
17179980Sobrien
17279980Sobrien/* Define if you have the <vis.h> header file.  */
17379980Sobrien#define HAVE_VIS_H 1
17479980Sobrien
17579980Sobrien/* Define if you have the nsl library (-lnsl).  */
17679980Sobrien/* #undef HAVE_LIBNSL */
17779980Sobrien
17879980Sobrien/* Define if you have the socket library (-lsocket).  */
17979980Sobrien/* #undef HAVE_LIBSOCKET */
18079980Sobrien
18179980Sobrien/* Define if you have the tinfo library (-ltinfo).  */
18279980Sobrien#define HAVE_LIBTINFO 1
18379980Sobrien
18479980Sobrien/* Define if you have the util library (-lutil).  */
18579980Sobrien#define HAVE_LIBUTIL 1
18679980Sobrien
18779980Sobrien/* Define if your compiler supports `long long' */
18879980Sobrien#define HAVE_LONG_LONG 1
18979980Sobrien
19079980Sobrien/* Define if in_port_t exists */
19179980Sobrien#define HAVE_IN_PORT_T 1
19279980Sobrien
19379980Sobrien/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
19479980Sobrien#define HAVE_SOCKADDR_SA_LEN 1
19579980Sobrien
19679980Sobrien/* Define if socklen_t exists */
19779980Sobrien#define HAVE_SOCKLEN_T 1
19879980Sobrien
19979980Sobrien/* Define if AF_INET6 exists in <sys/socket.h> */
20079980Sobrien#define HAVE_AF_INET6 1
20179980Sobrien
20279980Sobrien/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
20379980Sobrien#define HAVE_SOCKADDR_IN6 1
20479980Sobrien
20579980Sobrien/* Define if `struct addrinfo' exists in <netdb.h> */
20679980Sobrien#define HAVE_ADDRINFO 1
20779980Sobrien
20879980Sobrien/*
20979980Sobrien * Define if <netdb.h> contains AI_NUMERICHOST et al.
21079980Sobrien * Systems which only implement RFC2133 will need this.
21179980Sobrien */
21279980Sobrien#define HAVE_RFC2553_NETDB 1
21379980Sobrien
21479980Sobrien/* Define if `struct direct' has a d_namlen element */
21579980Sobrien#define HAVE_D_NAMLEN 1
21679980Sobrien
21779980Sobrien/* Define if GLOB_BRACE exists in <glob.h> */
21879980Sobrien#define HAVE_GLOB_BRACE 1
21979980Sobrien
22079980Sobrien/* Define if h_errno exists in <netdb.h> */
22179980Sobrien#define HAVE_H_ERRNO_D 1
22279980Sobrien
22379980Sobrien/* Define if fclose() is declared in <stdio.h> */
22479980Sobrien#define HAVE_FCLOSE_D 1
22579980Sobrien
22679980Sobrien/* Define if getpass() is declared in <stdlib.h> or <unistd.h> */
22779980Sobrien#define HAVE_GETPASS_D 1
22879980Sobrien
22979980Sobrien/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
23079980Sobrien#define HAVE_OPTARG_D 1
23179980Sobrien
23279980Sobrien/* Define if optind is declared in <stdlib.h> or <unistd.h> */
23379980Sobrien#define HAVE_OPTIND_D 1
23479980Sobrien
23579980Sobrien/* Define if pclose() is declared in <stdio.h> */
23679980Sobrien#define HAVE_PCLOSE_D 1
23779980Sobrien
23879980Sobrien/* Define if `long long' is supported and sizeof(off_t) >= 8 */
23979980Sobrien#define HAVE_QUAD_SUPPORT 1
24079980Sobrien
24179980Sobrien/* Define if strptime() is declared in <time.h> */
24279980Sobrien#define HAVE_STRPTIME_D 1
24379980Sobrien
24479980Sobrien/*
24579980Sobrien * Define this if compiling with SOCKS (the firewall traversal library).
24679980Sobrien * Also, you must define connect, getsockname, bind, accept, listen, and
24779980Sobrien * select to their R-versions.
24879980Sobrien */
24979980Sobrien/* #undef	SOCKS */
25079980Sobrien/* #undef	SOCKS4 */
25179980Sobrien/* #undef	SOCKS5 */
25279980Sobrien/* #undef	connect */
25379980Sobrien/* #undef	getsockname */
25479980Sobrien/* #undef	bind */
25579980Sobrien/* #undef	accept */
25679980Sobrien/* #undef	listen */
25779980Sobrien/* #undef	select */
25879980Sobrien/* #undef	dup */
25979980Sobrien/* #undef	dup2 */
26079980Sobrien/* #undef	fclose */
26179980Sobrien/* #undef	gethostbyname */
26279980Sobrien/* #undef	getpeername */
26379980Sobrien/* #undef	read */
26479980Sobrien/* #undef	recv */
26579980Sobrien/* #undef	recvfrom */
26679980Sobrien/* #undef	rresvport */
26779980Sobrien/* #undef	send */
26879980Sobrien/* #undef	sendto */
26979980Sobrien/* #undef	shutdown */
27079980Sobrien/* #undef	write */
271