acconfig.h revision 56893
1193323Sed/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
2193323Sed * make them to acconfig.h and rerun autoheader */
3193323Sed@TOP@
4193323Sed
5193323Sed/* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
6193323Sed#undef CRYPTO
7193323Sed
8193323Sed/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
9193323Sed#undef HAVE_BUGGY_CAST128
10193323Sed
11193323Sed/* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
12193323Sed#undef ENABLE_IPV6
13193323Sed#undef INET6
14193323Sed
15193323Sed/* Define if you enable support for the libsmi. */
16193323Sed#undef LIBSMI
17249423Sdim
18249423Sdim/* Define if you have the <smi.h> header file.  */
19195340Sed#undef HAVE_SMI_H
20193323Sed
21218893Sdim/* Is T_AAAA predefined? */
22193323Sed#undef HAVE_AAAA
23193323Sed
24193323Sed/* Fallback definition if not in headers */
25198090Srdivacky/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
26198090Srdivacky/* XXX or even #ifndef T_AAAA ... */
27198090Srdivacky#undef T_AAAA
28198090Srdivacky
29198090Srdivacky/* define if you have struct __res_state_ext */
30198090Srdivacky#undef HAVE_RES_STATE_EXT
31198090Srdivacky
32198090Srdivacky/* define if your struct __res_state has the nsort member */
33198090Srdivacky#undef HAVE_NEW_RES_STATE
34198090Srdivacky
35198090Srdivacky
36198090Srdivacky/*
37198090Srdivacky * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
38198090Srdivacky */
39198090Srdivacky#undef ETHER_HEADER_HAS_EA
40198090Srdivacky
41198090Srdivacky/*
42198090Srdivacky * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
43195340Sed */
44195340Sed#undef ETHER_ARP_HAS_EA
45218893Sdim
46218893Sdim/* define if struct ether_arp contains arp_xsha */
47234353Sdim#undef ETHER_ARP_HAS_X
48218893Sdim
49193323Sed/* define if you have the addrinfo function. */
50193323Sed#undef HAVE_ADDRINFO
51193323Sed
52218893Sdim/* define if you need to include missing/addrinfoh.h. */
53193323Sed#undef NEED_ADDRINFO_H
54193323Sed
55193323Sed/* define ifyou have the h_errno variable. */
56195340Sed#undef HAVE_H_ERRNO
57195340Sed
58206274Srdivacky/* define if IN6ADDRSZ is defined (XXX not used!) */
59195340Sed#undef HAVE_IN6ADDRSZ
60193323Sed
61198090Srdivacky/* define if INADDRSZ is defined (XXX not used!) */
62193323Sed#undef HAVE_INADDRSZ
63
64/* define if you have <net/slip.h> */
65#undef HAVE_NET_SLIP_H
66
67/* define if this is a development version, to use additional prototypes. */
68#undef HAVE_OS_PROTO_H
69
70/* define if <unistd.h> defines __P() */
71#undef HAVE_PORTABLE_PROTOTYPE
72
73/* define if RES_USE_INET6 is defined */
74#undef HAVE_RES_USE_INET6
75
76/* define if struct sockaddr has the sa_len member */
77#undef HAVE_SOCKADDR_SA_LEN
78
79/* define if you have struct sockaddr_storage */
80#undef HAVE_SOCKADDR_STORAGE
81
82/* define if unaligned memory accesses fail */
83#undef LBL_ALIGN
84
85/* The successful return value from signal (?)XXX */
86#undef RETSIGVAL
87
88/* Define this on IRIX */
89#undef _BSD_SIGNALS
90
91/* For HP/UX ANSI compiler? */
92#undef _HPUX_SOURCE
93
94/* AIX hack. */
95#undef _SUN
96
97/* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
98#undef __STDC__
99
100/* Workaround for missing sized types */
101/* XXX this should move to the more standard uint*_t */
102#undef int16_t
103#undef int32_t
104#undef u_int16_t
105#undef u_int32_t
106#undef u_int8_t
107