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