]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/tcpdump/acconfig.h
This commit was generated by cvs2svn to compensate for changes in r104990,
[FreeBSD/FreeBSD.git] / contrib / 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 if you enable IPv6 support */
9 #undef INET6
10
11 /* Define if you enable support for the libsmi. */
12 #undef LIBSMI
13
14 /* Define if you have the <smi.h> header file.  */
15 #undef HAVE_SMI_H
16
17 /* define if you have struct __res_state_ext */
18 #undef HAVE_RES_STATE_EXT
19
20 /* define if your struct __res_state has the nsort member */
21 #undef HAVE_NEW_RES_STATE
22
23
24 /*
25  * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
26  */
27 #undef ETHER_HEADER_HAS_EA
28
29 /* define if struct ether_arp contains arp_xsha */
30 #undef ETHER_ARP_HAS_X
31
32 /* define if you have the addrinfo function. */
33 #undef HAVE_ADDRINFO
34
35 /* define if you need to include missing/addrinfoh.h. */
36 #undef NEED_ADDRINFO_H
37
38 /* define ifyou have the h_errno variable. */
39 #undef HAVE_H_ERRNO
40
41 /* define if IN6ADDRSZ is defined (XXX not used!) */
42 #undef HAVE_IN6ADDRSZ
43
44 /* define if INADDRSZ is defined (XXX not used!) */
45 #undef HAVE_INADDRSZ
46
47 /* define if this is a development version, to use additional prototypes. */
48 #undef HAVE_OS_PROTO_H
49
50 /* define if <unistd.h> defines __P() */
51 #undef HAVE_PORTABLE_PROTOTYPE
52
53 /* define if RES_USE_INET6 is defined */
54 #undef HAVE_RES_USE_INET6
55
56 /* define if struct sockaddr has the sa_len member */
57 #undef HAVE_SOCKADDR_SA_LEN
58
59 /* define if you have struct sockaddr_storage */
60 #undef HAVE_SOCKADDR_STORAGE
61
62 /* define if you have both getipnodebyname() and getipnodebyaddr() */
63 #undef USE_GETIPNODEBY
64
65 /* define if you have ether_ntohost() and it works */
66 #undef USE_ETHER_NTOHOST
67
68 /* define if unaligned memory accesses fail */
69 #undef LBL_ALIGN
70
71 /* The successful return value from signal (?)XXX */
72 #undef RETSIGVAL
73
74 /* Define this on IRIX */
75 #undef _BSD_SIGNALS
76
77 /* For HP/UX ANSI compiler? */
78 #undef _HPUX_SOURCE
79
80 /* AIX hack. */
81 #undef _SUN
82
83 /* Workaround for missing sized types */
84 /* XXX this should move to the more standard uint*_t */
85 #undef int16_t
86 #undef int32_t
87 #undef u_int16_t
88 #undef u_int32_t
89 #undef u_int8_t
90
91 /* Whether or not to include the possibly-buggy SMB printer */
92 #undef TCPDUMP_DO_SMB
93
94 /* Long story short: aclocal.m4 depends on autoconf 2.13
95  * implementation details wrt "const"; newer versions
96  * have different implementation details so for now we
97  * put "const" here.  This may cause duplicate definitions
98  * in config.h but that should be OK since they're the same.
99  */
100 #undef const