]>
The Tcpdump Group git mirrors - tcpdump/blob - acconfig.h
1 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
2 * make them to acconfig.h and rerun autoheader */
5 /* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
8 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
9 #undef HAVE_BUGGY_CAST128
11 /* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
15 /* Define if you enable support for the libsmi. */
18 /* Define if you have the <smi.h> header file. */
21 /* Is T_AAAA predefined? */
24 /* Fallback definition if not in headers */
25 /* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
26 /* XXX or even #ifndef T_AAAA ... */
29 /* define if you have struct __res_state_ext */
30 #undef HAVE_RES_STATE_EXT
32 /* define if your struct __res_state has the nsort member */
33 #undef HAVE_NEW_RES_STATE
37 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
39 #undef ETHER_HEADER_HAS_EA
42 * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
44 #undef ETHER_ARP_HAS_EA
46 /* define if struct ether_arp contains arp_xsha */
47 #undef ETHER_ARP_HAS_X
49 /* define if you have the addrinfo function. */
52 /* define ifyou have the h_errno variable. */
55 /* define if IN6ADDRSZ is defined (XXX not used!) */
58 /* define if INADDRSZ is defined (XXX not used!) */
61 /* define if you have <net/slip.h> */
62 #undef HAVE_NET_SLIP_H
64 /* define if this is a development version, to use additional prototypes. */
65 #undef HAVE_OS_PROTO_H
67 /* define if <unistd.h> defines __P() */
68 #undef HAVE_PORTABLE_PROTOTYPE
70 /* define if RES_USE_INET6 is defined */
71 #undef HAVE_RES_USE_INET6
73 /* define if struct sockaddr has the sa_len member */
74 #undef HAVE_SOCKADDR_SA_LEN
76 /* define if you have struct sockaddr_storage */
77 #undef HAVE_SOCKADDR_STORAGE
79 /* define if unaligned memory accesses fail */
82 /* The successful return value from signal (?)XXX */
85 /* Define this on IRIX */
88 /* For HP/UX ANSI compiler? */
94 /* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
97 /* Workaround for missing sized types */
98 /* XXX this should move to the more standard uint*_t */