1/* $Id: acconfig.h,v 1.10 2002/05/23 02:42:55 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 FNM_CASEFOLD is declared in <fnmatch.h> */
52#undef HAVE_FNM_CASEFOLD
53
54/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
55#undef HAVE_OPTARG_D
56
57/* Define if optind is declared in <stdlib.h> or <unistd.h> */
58#undef HAVE_OPTIND_D
59
60/* Define if optreset exists */
61#undef HAVE_OPTRESET
62
63/* Define if pclose() is declared in <stdio.h> */
64#undef HAVE_PCLOSE_D
65
66/* Define if getusershell() is declared in <unistd.h> */
67#undef HAVE_GETUSERSHELL_D
68
69/* Define if `long long' is supported and sizeof(off_t) >= 8 */
70#undef HAVE_QUAD_SUPPORT
71
72/* Define if not using in-built /bin/ls code */
73#undef NO_INTERNAL_LS
74
75/* Define if using S/Key */
76#undef SKEY
77
78/*
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.
82 */
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
105