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