]>
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 __P() macro, if necessary */
8 #define __P(protos) protos
10 #define __P(protos) ()
14 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
15 #undef HAVE_BUGGY_CAST128
17 /* Define if you enable IPv6 support */
20 /* Define if you enable support for the libsmi. */
23 /* Define if you have the <smi.h> header file. */
26 /* define if you have struct __res_state_ext */
27 #undef HAVE_RES_STATE_EXT
29 /* define if your struct __res_state has the nsort member */
30 #undef HAVE_NEW_RES_STATE
34 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
36 #undef ETHER_HEADER_HAS_EA
38 /* define if struct ether_arp contains arp_xsha */
39 #undef ETHER_ARP_HAS_X
41 /* define if you have the addrinfo function. */
44 /* define if you need to include missing/addrinfoh.h. */
45 #undef NEED_ADDRINFO_H
47 /* define ifyou have the h_errno variable. */
50 /* define if IN6ADDRSZ is defined (XXX not used!) */
53 /* define if INADDRSZ is defined (XXX not used!) */
56 /* define if this is a development version, to use additional prototypes. */
57 #undef HAVE_OS_PROTO_H
59 /* define if <unistd.h> defines __P() */
60 #undef HAVE_PORTABLE_PROTOTYPE
62 /* define if RES_USE_INET6 is defined */
63 #undef HAVE_RES_USE_INET6
65 /* define if struct sockaddr has the sa_len member */
66 #undef HAVE_SOCKADDR_SA_LEN
68 /* define if you have struct sockaddr_storage */
69 #undef HAVE_SOCKADDR_STORAGE
71 /* define if you have both getipnodebyname() and getipnodebyaddr() */
72 #undef USE_GETIPNODEBY
74 /* define if unaligned memory accesses fail */
77 /* The successful return value from signal (?)XXX */
80 /* Define this on IRIX */
83 /* For HP/UX ANSI compiler? */
89 /* Workaround for missing sized types */
90 /* XXX this should move to the more standard uint*_t */