]>
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 0.9.0b with the buggy cast128. */
6 #undef HAVE_BUGGY_CAST128
8 /* Define if you enable IPv6 support */
11 /* Define if you enable support for the libsmi. */
14 /* Define if you have the <smi.h> header file. */
17 /* define if you have struct __res_state_ext */
18 #undef HAVE_RES_STATE_EXT
20 /* define if your struct __res_state has the nsort member */
21 #undef HAVE_NEW_RES_STATE
25 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
27 #undef ETHER_HEADER_HAS_EA
29 /* define if struct ether_arp contains arp_xsha */
30 #undef ETHER_ARP_HAS_X
32 /* define if you have the addrinfo function. */
35 /* define if you need to include missing/addrinfoh.h. */
36 #undef NEED_ADDRINFO_H
38 /* define ifyou have the h_errno variable. */
41 /* define if IN6ADDRSZ is defined (XXX not used!) */
44 /* define if INADDRSZ is defined (XXX not used!) */
47 /* define if this is a development version, to use additional prototypes. */
48 #undef HAVE_OS_PROTO_H
50 /* define if <unistd.h> defines __P() */
51 #undef HAVE_PORTABLE_PROTOTYPE
53 /* define if RES_USE_INET6 is defined */
54 #undef HAVE_RES_USE_INET6
56 /* define if struct sockaddr has the sa_len member */
57 #undef HAVE_SOCKADDR_SA_LEN
59 /* define if you have struct sockaddr_storage */
60 #undef HAVE_SOCKADDR_STORAGE
62 /* define if you have both getipnodebyname() and getipnodebyaddr() */
63 #undef USE_GETIPNODEBY
65 /* define if you have ether_ntohost() and it works */
66 #undef USE_ETHER_NTOHOST
68 /* define if libpcap has pcap_version */
69 #undef HAVE_PCAP_VERSION
71 /* define if libpcap has pcap_debug */
72 #undef HAVE_PCAP_DEBUG
74 /* define if libpcap has yydebug */
77 /* define if libpcap has pcap_list_datalinks() */
78 #undef HAVE_PCAP_LIST_DATALINKS
80 /* define if libpcap has pcap_set_datalink() */
81 #undef HAVE_PCAP_SET_DATALINK
83 /* define if libpcap has pcap_datalink_name_to_val() */
84 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
86 /* define if libpcap has pcap_datalink_val_to_description() */
87 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
89 /* define if unaligned memory accesses fail */
92 /* The successful return value from signal (?)XXX */
95 /* Define this on IRIX */
98 /* For HP/UX ANSI compiler? */
104 /* Workaround for missing sized types */
105 /* XXX this should move to the more standard uint*_t */
113 /* Whether or not to include the possibly-buggy SMB printer */
114 #undef TCPDUMP_DO_SMB
116 /* Long story short: aclocal.m4 depends on autoconf 2.13
117 * implementation details wrt "const"; newer versions
118 * have different implementation details so for now we
119 * put "const" here. This may cause duplicate definitions
120 * in config.h but that should be OK since they're the same.
124 /* Define if you have the dnet_htoa function. */
125 #undef HAVE_DNET_HTOA
127 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
128 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA