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