remove kvm's R macro
[freebsd-src/fkvm-freebsd.git] / contrib / lukemftpd / acconfig.h
blob58887c713a5baf32e5cfca14572f2551e9bdbeb9
1 /* $Id: acconfig.h,v 1.10 2002/05/23 02:42:55 lukem Exp $ */
3 @TOP@
4 @BOTTOM@
6 /* Define if your compiler supports `long long' */
7 #undef HAVE_LONG_LONG
9 /* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
10 #undef HAVE_PRINTF_QD
12 /* Define if in_port_t exists */
13 #undef HAVE_IN_PORT_T
15 /* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
16 #undef HAVE_SOCKADDR_SA_LEN
18 /* Define if socklen_t exists */
19 #undef HAVE_SOCKLEN_T
21 /* Define if AF_INET6 exists in <sys/socket.h> */
22 #undef HAVE_AF_INET6
24 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
25 #undef HAVE_SOCKADDR_IN6
27 /* Define if `struct addrinfo' exists in <netdb.h> */
28 #undef HAVE_ADDRINFO
31 * Define if <netdb.h> contains AI_NUMERICHOST et al.
32 * Systems which only implement RFC2133 will need this.
34 #undef HAVE_RFC2553_NETDB
36 /* Define if `struct direct' has a d_namlen element */
37 #undef HAVE_D_NAMLEN
39 /* Define if struct passwd.pw_expire exists. */
40 #undef HAVE_PW_EXPIRE
42 /* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
43 #undef HAVE_WORKING_GLOB
45 /* Define if crypt() is declared in <unistd.h> */
46 #undef HAVE_CRYPT_D
48 /* Define if fclose() is declared in <stdio.h> */
49 #undef HAVE_FCLOSE_D
51 /* Define if FNM_CASEFOLD is declared in <fnmatch.h> */
52 #undef HAVE_FNM_CASEFOLD
54 /* Define if optarg is declared in <stdlib.h> or <unistd.h> */
55 #undef HAVE_OPTARG_D
57 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
58 #undef HAVE_OPTIND_D
60 /* Define if optreset exists */
61 #undef HAVE_OPTRESET
63 /* Define if pclose() is declared in <stdio.h> */
64 #undef HAVE_PCLOSE_D
66 /* Define if getusershell() is declared in <unistd.h> */
67 #undef HAVE_GETUSERSHELL_D
69 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
70 #undef HAVE_QUAD_SUPPORT
72 /* Define if not using in-built /bin/ls code */
73 #undef NO_INTERNAL_LS
75 /* Define if using S/Key */
76 #undef SKEY
79 * Define this if compiling with SOCKS (the firewall traversal library).
80 * Also, you must define connect, getsockname, bind, accept, listen, and
81 * select to their R-versions.
83 #undef SOCKS
84 #undef SOCKS4
85 #undef SOCKS5
86 #undef connect
87 #undef getsockname
88 #undef bind
89 #undef accept
90 #undef listen
91 #undef select
92 #undef dup
93 #undef dup2
94 #undef fclose
95 #undef gethostbyname
96 #undef getpeername
97 #undef read
98 #undef recv
99 #undef recvfrom
100 #undef rresvport
101 #undef send
102 #undef sendto
103 #undef shutdown
104 #undef write