]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/lukemftp/acconfig.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / lukemftp / acconfig.h
1 /* $Id: acconfig.h,v 1.9 2002/06/10 01:27:13 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 *printf() uses %qd to print `long long' (otherwise uses %lld) */
10 #undef HAVE_PRINTF_QD
11
12 /* Define if in_port_t exists */
13 #undef HAVE_IN_PORT_T
14
15 /* Define if sa_family_t exists in <sys/socket.h> */
16 #undef HAVE_SA_FAMILY_T
17
18 /* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
19 #undef HAVE_SOCKADDR_SA_LEN
20
21 /* Define if socklen_t exists */
22 #undef HAVE_SOCKLEN_T
23
24 /* Define if AF_INET6 exists in <sys/socket.h> */
25 #undef HAVE_AF_INET6
26
27 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
28 #undef HAVE_SOCKADDR_IN6
29
30 /* Define if `struct addrinfo' exists in <netdb.h> */
31 #undef HAVE_ADDRINFO
32
33 /*
34  * Define if <netdb.h> contains AI_NUMERICHOST et al.
35  * Systems which only implement RFC2133 will need this.
36  */
37 #undef HAVE_RFC2553_NETDB
38
39 /* Define if `struct direct' has a d_namlen element */
40 #undef HAVE_D_NAMLEN
41
42 /* Define if h_errno exists in <netdb.h> */
43 #undef HAVE_H_ERRNO_D
44
45 /* Define if fclose() is declared in <stdio.h> */
46 #undef HAVE_FCLOSE_D
47
48 /* Define if getpass() is declared in <stdlib.h> or <unistd.h> */
49 #undef HAVE_GETPASS_D
50
51 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
52 #undef HAVE_OPTARG_D
53
54 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
55 #undef HAVE_OPTIND_D
56
57 /* Define if pclose() is declared in <stdio.h> */
58 #undef HAVE_PCLOSE_D
59
60 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
61 #undef HAVE_QUAD_SUPPORT
62
63 /* Define if strptime() is declared in <time.h> */
64 #undef HAVE_STRPTIME_D
65
66 /*
67  * Define this if compiling with SOCKS (the firewall traversal library).
68  * Also, you must define connect, getsockname, bind, accept, listen, and
69  * select to their R-versions.
70  */
71 #undef  SOCKS
72 #undef  SOCKS4
73 #undef  SOCKS5
74 #undef  connect
75 #undef  getsockname
76 #undef  bind
77 #undef  accept
78 #undef  listen
79 #undef  select
80 #undef  dup
81 #undef  dup2
82 #undef  fclose
83 #undef  gethostbyname
84 #undef  getpeername
85 #undef  read
86 #undef  recv
87 #undef  recvfrom
88 #undef  rresvport
89 #undef  send
90 #undef  sendto
91 #undef  shutdown
92 #undef  write