]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/lukemftp/acconfig.h
This commit was generated by cvs2svn to compensate for changes in r95978,
[FreeBSD/FreeBSD.git] / contrib / lukemftp / acconfig.h
1 /* $Id: acconfig.h,v 1.6 2000/09/17 23:29:12 lukem Exp $ */
2
3 @TOP@
4 @BOTTOM@
5
6 /* Define if your compiler supports `long long' */
7 #undef HAVE_LONG_LONG
8
9 /* Define if in_port_t exists */
10 #undef HAVE_IN_PORT_T
11
12 /* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
13 #undef HAVE_SOCKADDR_SA_LEN
14
15 /* Define if socklen_t exists */
16 #undef HAVE_SOCKLEN_T
17
18 /* Define if AF_INET6 exists in <sys/socket.h> */
19 #undef HAVE_AF_INET6
20
21 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
22 #undef HAVE_SOCKADDR_IN6
23
24 /* Define if `struct addrinfo' exists in <netdb.h> */
25 #undef HAVE_ADDRINFO
26
27 /*
28  * Define if <netdb.h> contains AI_NUMERICHOST et al.
29  * Systems which only implement RFC2133 will need this.
30  */
31 #undef HAVE_RFC2553_NETDB
32
33 /* Define if `struct direct' has a d_namlen element */
34 #undef HAVE_D_NAMLEN
35
36 /* Define if GLOB_BRACE exists in <glob.h> */
37 #undef HAVE_GLOB_BRACE
38
39 /* Define if h_errno exists in <netdb.h> */
40 #undef HAVE_H_ERRNO_D
41
42 /* Define if fclose() is declared in <stdio.h> */
43 #undef HAVE_FCLOSE_D
44
45 /* Define if getpass() is declared in <stdlib.h> or <unistd.h> */
46 #undef HAVE_GETPASS_D
47
48 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
49 #undef HAVE_OPTARG_D
50
51 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
52 #undef HAVE_OPTIND_D
53
54 /* Define if pclose() is declared in <stdio.h> */
55 #undef HAVE_PCLOSE_D
56
57 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
58 #undef HAVE_QUAD_SUPPORT
59
60 /* Define if strptime() is declared in <time.h> */
61 #undef HAVE_STRPTIME_D
62
63 /*
64  * Define this if compiling with SOCKS (the firewall traversal library).
65  * Also, you must define connect, getsockname, bind, accept, listen, and
66  * select to their R-versions.
67  */
68 #undef  SOCKS
69 #undef  SOCKS4
70 #undef  SOCKS5
71 #undef  connect
72 #undef  getsockname
73 #undef  bind
74 #undef  accept
75 #undef  listen
76 #undef  select
77 #undef  dup
78 #undef  dup2
79 #undef  fclose
80 #undef  gethostbyname
81 #undef  getpeername
82 #undef  read
83 #undef  recv
84 #undef  recvfrom
85 #undef  rresvport
86 #undef  send
87 #undef  sendto
88 #undef  shutdown
89 #undef  write