]> The Tcpdump Group git mirrors - tcpdump/blob - config.h.in
style pedant. buffer length check cleanup will be next.
[tcpdump] / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
3 * make them to acconfig.h and rerun autoheader */
4
5 /* Define to empty if the keyword does not work. */
6 #undef const
7
8 /* Define as __inline if that's what the C compiler calls it. */
9 #undef inline
10
11 /* Define as the return type of signal handlers (int or void). */
12 #undef RETSIGTYPE
13
14 /* Define if you can safely include both <sys/time.h> and <time.h>. */
15 #undef TIME_WITH_SYS_TIME
16
17 /* Define if your processor stores words with the most significant
18 byte first (like Motorola and SPARC, unlike Intel and VAX). */
19 #undef WORDS_BIGENDIAN
20
21 /* Define __P() macro, if necessary */
22 #ifndef __P
23 #if __STDC__
24 #define __P(protos) protos
25 #else
26 #define __P(protos) ()
27 #endif
28 #endif
29
30 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
31 #undef HAVE_BUGGY_CAST128
32
33 /* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
34 #undef ENABLE_IPV6
35 #undef INET6
36
37 /* Define if you enable support for the libsmi. */
38 #undef LIBSMI
39
40 /* define if you have struct __res_state_ext */
41 #undef HAVE_RES_STATE_EXT
42
43 /* define if your struct __res_state has the nsort member */
44 #undef HAVE_NEW_RES_STATE
45
46 /*
47 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
48 */
49 #undef ETHER_HEADER_HAS_EA
50
51 /*
52 * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
53 */
54 #undef ETHER_ARP_HAS_EA
55
56 /* define if struct ether_arp contains arp_xsha */
57 #undef ETHER_ARP_HAS_X
58
59 /* define if you have the addrinfo function. */
60 #undef HAVE_ADDRINFO
61
62 /* define if you need to include missing/addrinfoh.h. */
63 #undef NEED_ADDRINFO_H
64
65 /* define ifyou have the h_errno variable. */
66 #undef HAVE_H_ERRNO
67
68 /* define if IN6ADDRSZ is defined (XXX not used!) */
69 #undef HAVE_IN6ADDRSZ
70
71 /* define if INADDRSZ is defined (XXX not used!) */
72 #undef HAVE_INADDRSZ
73
74 /* define if you have <net/slip.h> */
75 #undef HAVE_NET_SLIP_H
76
77 /* define if this is a development version, to use additional prototypes. */
78 #undef HAVE_OS_PROTO_H
79
80 /* define if <unistd.h> defines __P() */
81 #undef HAVE_PORTABLE_PROTOTYPE
82
83 /* define if RES_USE_INET6 is defined */
84 #undef HAVE_RES_USE_INET6
85
86 /* define if struct sockaddr has the sa_len member */
87 #undef HAVE_SOCKADDR_SA_LEN
88
89 /* define if you have struct sockaddr_storage */
90 #undef HAVE_SOCKADDR_STORAGE
91
92 /* define if you have both getipnodebyname() and getipnodebyaddr() */
93 #undef USE_GETIPNODEBY
94
95 /* define if unaligned memory accesses fail */
96 #undef LBL_ALIGN
97
98 /* The successful return value from signal (?)XXX */
99 #undef RETSIGVAL
100
101 /* Define this on IRIX */
102 #undef _BSD_SIGNALS
103
104 /* For HP/UX ANSI compiler? */
105 #undef _HPUX_SOURCE
106
107 /* AIX hack. */
108 #undef _SUN
109
110 /* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
111 #undef __STDC__
112
113 /* Workaround for missing sized types */
114 /* XXX this should move to the more standard uint*_t */
115 #undef int16_t
116 #undef int32_t
117 #undef u_int16_t
118 #undef u_int32_t
119 #undef u_int8_t
120
121 /* The number of bytes in a char. */
122 #undef SIZEOF_CHAR
123
124 /* The number of bytes in a int. */
125 #undef SIZEOF_INT
126
127 /* The number of bytes in a long. */
128 #undef SIZEOF_LONG
129
130 /* The number of bytes in a short. */
131 #undef SIZEOF_SHORT
132
133 /* Define if you have the asnprintf function. */
134 #undef HAVE_ASNPRINTF
135
136 /* Define if you have the asprintf function. */
137 #undef HAVE_ASPRINTF
138
139 /* Define if you have the ether_ntohost function. */
140 #undef HAVE_ETHER_NTOHOST
141
142 /* Define if you have the freeaddrinfo function. */
143 #undef HAVE_FREEADDRINFO
144
145 /* Define if you have the getaddrinfo function. */
146 #undef HAVE_GETADDRINFO
147
148 /* Define if you have the getipnodebyaddr function. */
149 #undef HAVE_GETIPNODEBYADDR
150
151 /* Define if you have the getipnodebyname function. */
152 #undef HAVE_GETIPNODEBYNAME
153
154 /* Define if you have the getnameinfo function. */
155 #undef HAVE_GETNAMEINFO
156
157 /* Define if you have the inet_aton function. */
158 #undef HAVE_INET_ATON
159
160 /* Define if you have the inet_ntop function. */
161 #undef HAVE_INET_NTOP
162
163 /* Define if you have the inet_pton function. */
164 #undef HAVE_INET_PTON
165
166 /* Define if you have the pfopen function. */
167 #undef HAVE_PFOPEN
168
169 /* Define if you have the setlinebuf function. */
170 #undef HAVE_SETLINEBUF
171
172 /* Define if you have the sigaction function. */
173 #undef HAVE_SIGACTION
174
175 /* Define if you have the sigset function. */
176 #undef HAVE_SIGSET
177
178 /* Define if you have the snprintf function. */
179 #undef HAVE_SNPRINTF
180
181 /* Define if you have the strcasecmp function. */
182 #undef HAVE_STRCASECMP
183
184 /* Define if you have the strlcat function. */
185 #undef HAVE_STRLCAT
186
187 /* Define if you have the strlcpy function. */
188 #undef HAVE_STRLCPY
189
190 /* Define if you have the vasnprintf function. */
191 #undef HAVE_VASNPRINTF
192
193 /* Define if you have the vasprintf function. */
194 #undef HAVE_VASPRINTF
195
196 /* Define if you have the vfprintf function. */
197 #undef HAVE_VFPRINTF
198
199 /* Define if you have the vsnprintf function. */
200 #undef HAVE_VSNPRINTF
201
202 /* Define if you have the <cast.h> header file. */
203 #undef HAVE_CAST_H
204
205 /* Define if you have the <fcntl.h> header file. */
206 #undef HAVE_FCNTL_H
207
208 /* Define if you have the <net/slip.h> header file. */
209 #undef HAVE_NET_SLIP_H
210
211 /* Define if you have the <rc5.h> header file. */
212 #undef HAVE_RC5_H
213
214 /* Define if you have the <rpc/rpcent.h> header file. */
215 #undef HAVE_RPC_RPCENT_H
216
217 /* Define if you have the <smi.h> header file. */
218 #undef HAVE_SMI_H
219
220 /* Define if you have the crypto library (-lcrypto). */
221 #undef HAVE_LIBCRYPTO
222
223 /* Define if you have the dnet library (-ldnet). */
224 #undef HAVE_LIBDNET
225
226 /* Define if you have the nsl library (-lnsl). */
227 #undef HAVE_LIBNSL
228
229 /* Define if you have the resolv library (-lresolv). */
230 #undef HAVE_LIBRESOLV
231
232 /* Define if you have the rpc library (-lrpc). */
233 #undef HAVE_LIBRPC
234
235 /* Define if you have the smi library (-lsmi). */
236 #undef HAVE_LIBSMI
237
238 /* Define if you have the socket library (-lsocket). */
239 #undef HAVE_LIBSOCKET
240
241 /* Define if you have the str library (-lstr). */
242 #undef HAVE_LIBSTR
243
244 /* define if your compiler has __attribute__ */
245 #undef HAVE___ATTRIBUTE__
246
247 /* define if you have struct icmp6_mld */
248 #undef HAVE_STRUCT_ICMP6_MLD
249
250 /* define if you have struct mld6hdr */
251 #undef HAVE_STRUCT_MLD6_HDR
252
253 /* define if you have struct icmp6_nodeinfo */
254 #undef HAVE_STRUCT_ICMP6_NODEINFO
255