1 /* $Id: acconfig.h,v 1.10 2002/05/23 02:42:55 lukem Exp $ */
6 /* Define if your compiler supports `long long' */
9 /* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
12 /* Define if in_port_t exists */
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 */
21 /* Define if AF_INET6 exists in <sys/socket.h> */
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> */
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 */
39 /* Define if struct passwd.pw_expire exists. */
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> */
48 /* Define if fclose() is declared in <stdio.h> */
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> */
57 /* Define if optind is declared in <stdlib.h> or <unistd.h> */
60 /* Define if optreset exists */
63 /* Define if pclose() is declared in <stdio.h> */
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 */
75 /* Define if using S/Key */
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.