Merge from vendor branch OPENSSL:
[dragonfly.git] / contrib / lukemftpd / acconfig.h
1 /* $Id: acconfig.h,v 1.9 2001/04/28 07:11:06 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 struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
16 #undef HAVE_SOCKADDR_SA_LEN
17
18 /* Define if socklen_t exists */
19 #undef HAVE_SOCKLEN_T
20
21 /* Define if AF_INET6 exists in <sys/socket.h> */
22 #undef HAVE_AF_INET6
23
24 /* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
25 #undef HAVE_SOCKADDR_IN6
26
27 /* Define if `struct addrinfo' exists in <netdb.h> */
28 #undef HAVE_ADDRINFO
29
30 /*
31  * Define if <netdb.h> contains AI_NUMERICHOST et al.
32  * Systems which only implement RFC2133 will need this.
33  */
34 #undef HAVE_RFC2553_NETDB
35
36 /* Define if `struct direct' has a d_namlen element */
37 #undef HAVE_D_NAMLEN
38
39 /* Define if struct passwd.pw_expire exists. */
40 #undef HAVE_PW_EXPIRE
41
42 /* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
43 #undef HAVE_WORKING_GLOB
44
45 /* Define if crypt() is declared in <unistd.h> */
46 #undef HAVE_CRYPT_D
47
48 /* Define if fclose() is declared in <stdio.h> */
49 #undef HAVE_FCLOSE_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 optreset exists */
58 #undef HAVE_OPTRESET
59
60 /* Define if pclose() is declared in <stdio.h> */
61 #undef HAVE_PCLOSE_D
62
63 /* Define if getusershell() is declared in <unistd.h> */
64 #undef HAVE_GETUSERSHELL_D
65
66 /* Define if `long long' is supported and sizeof(off_t) >= 8 */
67 #undef HAVE_QUAD_SUPPORT
68
69 /* Define if not using in-built /bin/ls code */
70 #undef NO_INTERNAL_LS
71
72 /* Define if using S/Key */
73 #undef SKEY
74
75 /*
76  * Define this if compiling with SOCKS (the firewall traversal library).
77  * Also, you must define connect, getsockname, bind, accept, listen, and
78  * select to their R-versions.
79  */
80 #undef  SOCKS
81 #undef  SOCKS4
82 #undef  SOCKS5
83 #undef  connect
84 #undef  getsockname
85 #undef  bind
86 #undef  accept
87 #undef  listen
88 #undef  select
89 #undef  dup
90 #undef  dup2
91 #undef  fclose
92 #undef  gethostbyname
93 #undef  getpeername
94 #undef  read
95 #undef  recv
96 #undef  recvfrom
97 #undef  rresvport
98 #undef  send
99 #undef  sendto
100 #undef  shutdown
101 #undef  write