]> The Tcpdump Group git mirrors - tcpdump/blob - acconfig.h
add config.h
[tcpdump] / acconfig.h
1 /* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
2 #undef CRYPTO
3
4 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
5 #undef HAVE_BUGGY_CAST128
6
7 /* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
8 #undef ENABLE_IPV6
9 #undef INET6
10
11 /* Is T_AAAA predefined? */
12 #undef HAVE_AAAA
13
14 /* Fallback definition if not in headers */
15 /* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
16 /* XXX or even #ifndef T_AAAA ... */
17 #undef T_AAAA
18
19 /* define if you have struct __res_state_ext */
20 #undef HAVE_RES_STATE_EXT
21
22 /* define if your struct __res_state has the nsort member */
23 #undef HAVE_NEW_RES_STATE
24
25
26 /*
27 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
28 */
29 #undef ETHER_HEADER_HAS_EA
30
31 /*
32 * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
33 */
34 #undef ETHER_ARP_HAS_EA
35
36 /* define if struct ether_arp contains arp_xsha */
37 #undef ETHER_ARP_HAS_X
38
39 /* define if you have the addrinfo function. */
40 #undef HAVE_ADDRINFO
41
42 /* define ifyou have the h_errno variable. */
43 #undef HAVE_H_ERRNO
44
45 /* define if IN6ADDRSZ is defined (XXX not used!) */
46 #undef HAVE_IN6ADDRSZ
47
48 /* define if INADDRSZ is defined (XXX not used!) */
49 #undef HAVE_INADDRSZ
50
51 /* define if you have <net/slip.h> */
52 #undef HAVE_NET_SLIP_H
53
54 /* define if this is a development version, to use additional prototypes. */
55 #undef HAVE_OS_PROTO_H
56
57 /* define if <unistd.h> defines __P() */
58 #undef HAVE_PORTABLE_PROTOTYPE
59
60 /* define if RES_USE_INET6 is defined */
61 #undef HAVE_RES_USE_INET6
62
63 /* define if struct sockaddr has the sa_len member */
64 #undef HAVE_SOCKADDR_SA_LEN
65
66 /* define if you have struct sockaddr_storage */
67 #undef HAVE_SOCKADDR_STORAGE
68
69 /* define if unaligned memory accesses fail */
70 #undef LBL_ALIGN
71
72 /* The successful return value from signal (?)XXX */
73 #undef RETSIGVAL
74
75 /* Define this on IRIX */
76 #undef _BSD_SIGNALS
77
78 /* For HP/UX ANSI compiler? */
79 #undef _HPUX_SOURCE
80
81 /* AIX hack. */
82 #undef _SUN
83
84 /* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
85 #undef __STDC__
86
87 /* Workaround for missing sized types */
88 /* XXX this should move to the more standard uint*_t */
89 #undef int16_t
90 #undef int32_t
91 #undef u_int16_t
92 #undef u_int32_t
93 #undef u_int8_t