xref: /dragonfly/lib/libpcap/config.h (revision 01bedb5a)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if arpa/inet.h declares `ether_hostton' */
5 /* #undef ARPA_INET_H_DECLARES_ETHER_HOSTTON */
6 
7 /* Enable optimizer debugging */
8 /* #undef BDEBUG */
9 
10 /* Define to 1 if remote packet capture is to be supported */
11 /* #undef ENABLE_REMOTE */
12 
13 /* define if we have the AIX getnetbyname_r() */
14 /* #undef HAVE_AIX_GETNETBYNAME_R */
15 
16 /* define if we have the AIX getprotobyname_r() */
17 /* #undef HAVE_AIX_GETPROTOBYNAME_R */
18 
19 /* Define to 1 if you have the `asprintf' function. */
20 #define HAVE_ASPRINTF 1
21 
22 /* Define to 1 if you have the <dagapi.h> header file. */
23 /* #undef HAVE_DAGAPI_H */
24 
25 /* define if you have the DAG API */
26 /* #undef HAVE_DAG_API */
27 
28 /* define if you have dag_get_erf_types() */
29 /* #undef HAVE_DAG_GET_ERF_TYPES */
30 
31 /* define if you have dag_get_stream_erf_types() */
32 /* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */
33 
34 /* define if you have large streams capable DAG API */
35 /* #undef HAVE_DAG_LARGE_STREAMS_API */
36 
37 /* define if you have vdag_set_device_info() */
38 /* #undef HAVE_DAG_VDAG */
39 
40 /* Define to 1 if you have the declaration of `ether_hostton' */
41 #define HAVE_DECL_ETHER_HOSTTON 1
42 
43 /* Define to 1 if `dl_module_id_1' is a member of `dl_hp_ppa_info_t'. */
44 /* #undef HAVE_DL_HP_PPA_INFO_T_DL_MODULE_ID_1 */
45 
46 /* Define to 1 if the system has the type `dl_passive_req_t'. */
47 /* #undef HAVE_DL_PASSIVE_REQ_T */
48 
49 /* Define to 1 if you have the `ether_hostton' function. */
50 #define HAVE_ETHER_HOSTTON 1
51 
52 /* Define to 1 if you have the `ffs' function. */
53 #define HAVE_FFS 1
54 
55 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
56 #define HAVE_FSEEKO 1
57 
58 /* Define to 1 if you have the `getspnam' function. */
59 /* #undef HAVE_GETSPNAM */
60 
61 /* Define to 1 if you have a GNU-style `strerror_r' function. */
62 /* #undef HAVE_GNU_STRERROR_R */
63 
64 /* on HP-UX 10.20 or later */
65 /* #undef HAVE_HPUX10_20_OR_LATER */
66 
67 /* on HP-UX 9.x */
68 /* #undef HAVE_HPUX9 */
69 
70 /* Define to 1 if you have the <inttypes.h> header file. */
71 #define HAVE_INTTYPES_H 1
72 
73 /* Define to 1 if you have the `dag' library (-ldag). */
74 /* #undef HAVE_LIBDAG */
75 
76 /* if libdlpi exists */
77 /* #undef HAVE_LIBDLPI */
78 
79 /* if libnl exists */
80 /* #undef HAVE_LIBNL */
81 
82 /* if libnl exists and is version 2.x */
83 /* #undef HAVE_LIBNL_2_x */
84 
85 /* if libnl exists and is version 3.x */
86 /* #undef HAVE_LIBNL_3_x */
87 
88 /* libnl has NLE_FAILURE */
89 /* #undef HAVE_LIBNL_NLE */
90 
91 /* libnl has new-style socket api */
92 /* #undef HAVE_LIBNL_SOCKETS */
93 
94 /* Define to 1 if you have the <limits.h> header file. */
95 #define HAVE_LIMITS_H 1
96 
97 /* Define to 1 if you have the <linux/compiler.h> header file. */
98 /* #undef HAVE_LINUX_COMPILER_H */
99 
100 /* Define to 1 if you have the <linux/ethtool.h> header file. */
101 /* #undef HAVE_LINUX_ETHTOOL_H */
102 
103 /* define if we have the Linux getnetbyname_r() */
104 #define HAVE_LINUX_GETNETBYNAME_R 1
105 
106 /* define if we have the Linux getprotobyname_r() */
107 #define HAVE_LINUX_GETPROTOBYNAME_R 1
108 
109 /* Define to 1 if you have the <linux/if_bonding.h> header file. */
110 /* #undef HAVE_LINUX_IF_BONDING_H */
111 
112 /* Define to 1 if you have the <linux/net_tstamp.h> header file. */
113 /* #undef HAVE_LINUX_NET_TSTAMP_H */
114 
115 /* Define to 1 if you have the <linux/socket.h> header file. */
116 /* #undef HAVE_LINUX_SOCKET_H */
117 
118 /* Define to 1 if you have the <linux/sockios.h> header file. */
119 /* #undef HAVE_LINUX_SOCKIOS_H */
120 
121 /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
122 /* #undef HAVE_LINUX_USBDEVICE_FS_H */
123 
124 /* Define to 1 if you have the <linux/wireless.h> header file. */
125 /* #undef HAVE_LINUX_WIRELESS_H */
126 
127 /* Define to 1 if you have the <memory.h> header file. */
128 #define HAVE_MEMORY_H 1
129 
130 /* Define to 1 if you have the <netpacket/packet.h> header file. */
131 /* #undef HAVE_NETPACKET_PACKET_H */
132 
133 /* Define to 1 if you have the <net/bpf.h> header file. */
134 #define HAVE_NET_BPF_H 1
135 
136 /* Define to 1 if you have the <net/enet.h> header file. */
137 /* #undef HAVE_NET_ENET_H */
138 
139 /* Define to 1 if you have the <net/if_media.h> header file. */
140 #define HAVE_NET_IF_MEDIA_H 1
141 
142 /* Define to 1 if you have the <net/nit.h> header file. */
143 /* #undef HAVE_NET_NIT_H */
144 
145 /* Define to 1 if you have the <net/pfilt.h> header file. */
146 /* #undef HAVE_NET_PFILT_H */
147 
148 /* Define to 1 if you have the <net/pfvar.h> header file. */
149 /* #undef HAVE_NET_PFVAR_H */
150 
151 /* Define to 1 if you have the <net/raw.h> header file. */
152 /* #undef HAVE_NET_RAW_H */
153 
154 /* if there's an os_proto.h for this platform, to use additional prototypes */
155 /* #undef HAVE_OS_PROTO_H */
156 
157 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
158 /* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
159 
160 /* Define to 1 if you have a POSIX-style `strerror_r' function. */
161 #define HAVE_POSIX_STRERROR_R /**/
162 
163 /* define if you have the Septel API */
164 /* #undef HAVE_SEPTEL_API */
165 
166 /* define if you have the Myricom SNF API */
167 /* #undef HAVE_SNF_API */
168 
169 /* Define to 1 if you have the `snprintf' function. */
170 #define HAVE_SNPRINTF 1
171 
172 /* Define to 1 if the system has the type `socklen_t'. */
173 #define HAVE_SOCKLEN_T 1
174 
175 /* On solaris */
176 /* #undef HAVE_SOLARIS */
177 
178 /* define if we have the Solaris/IRIX getnetbyname_r() */
179 /* #undef HAVE_SOLARIS_IRIX_GETNETBYNAME_R */
180 
181 /* define if we have the Solaris/IRIX getprotobyname_r() */
182 /* #undef HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R */
183 
184 /* Define to 1 if you have the <stdint.h> header file. */
185 #define HAVE_STDINT_H 1
186 
187 /* Define to 1 if you have the <stdlib.h> header file. */
188 #define HAVE_STDLIB_H 1
189 
190 /* Define to 1 if you have the `strerror' function. */
191 #define HAVE_STRERROR 1
192 
193 /* Define to 1 if you have the `strerror_s' function. */
194 /* #undef HAVE_STRERROR_S */
195 
196 /* Define to 1 if you have the <strings.h> header file. */
197 #define HAVE_STRINGS_H 1
198 
199 /* Define to 1 if you have the <string.h> header file. */
200 #define HAVE_STRING_H 1
201 
202 /* Define to 1 if you have the `strlcat' function. */
203 #define HAVE_STRLCAT 1
204 
205 /* Define to 1 if you have the `strlcpy' function. */
206 #define HAVE_STRLCPY 1
207 
208 /* Define to 1 if you have the `strtok_r' function. */
209 #define HAVE_STRTOK_R 1
210 
211 /* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
212 /* #undef HAVE_STRUCT_BPF_TIMEVAL */
213 
214 /* Define to 1 if the system has the type `struct ether_addr'. */
215 /* #undef HAVE_STRUCT_ETHER_ADDR */
216 
217 /* Define to 1 if `msg_control' is a member of `struct msghdr'. */
218 /* #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL */
219 
220 /* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
221 /* #undef HAVE_STRUCT_MSGHDR_MSG_FLAGS */
222 
223 /* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
224 /* #undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL */
225 
226 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
227 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
228 
229 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
230 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
231 
232 /* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
233 /* #undef HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI */
234 
235 /* Define to 1 if the system has the type `struct tpacket_stats'. */
236 /* #undef HAVE_STRUCT_TPACKET_STATS */
237 
238 /* Define to 1 if `bRequestType' is a member of `struct
239    usbdevfs_ctrltransfer'. */
240 /* #undef HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE */
241 
242 /* Define to 1 if you have the <sys/bufmod.h> header file. */
243 /* #undef HAVE_SYS_BUFMOD_H */
244 
245 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
246 /* #undef HAVE_SYS_DLPI_EXT_H */
247 
248 /* Define to 1 if you have the <sys/dlpi.h> header file. */
249 /* #undef HAVE_SYS_DLPI_H */
250 
251 /* Define to 1 if you have the <sys/ioccom.h> header file. */
252 #define HAVE_SYS_IOCCOM_H 1
253 
254 /* Define to 1 if you have the <sys/net/nit.h> header file. */
255 /* #undef HAVE_SYS_NET_NIT_H */
256 
257 /* Define to 1 if you have the <sys/sockio.h> header file. */
258 #define HAVE_SYS_SOCKIO_H 1
259 
260 /* Define to 1 if you have the <sys/stat.h> header file. */
261 #define HAVE_SYS_STAT_H 1
262 
263 /* Define to 1 if you have the <sys/types.h> header file. */
264 #define HAVE_SYS_TYPES_H 1
265 
266 /* define if you have the TurboCap API */
267 /* #undef HAVE_TC_API */
268 
269 /* Define to 1 if you have the <unistd.h> header file. */
270 #define HAVE_UNISTD_H 1
271 
272 /* Define to 1 if you have the `vasprintf' function. */
273 #define HAVE_VASPRINTF 1
274 
275 /* Define to 1 if you have the `vsnprintf' function. */
276 #define HAVE_VSNPRINTF 1
277 
278 /* Define to 1 if you have the `vsyslog' function. */
279 #define HAVE_VSYSLOG 1
280 
281 /* IPv6 */
282 #define INET6 1
283 
284 /* if unaligned access fails */
285 /* #undef LBL_ALIGN */
286 
287 /* path for device for USB sniffing */
288 /* #undef LINUX_USB_MON_DEV */
289 
290 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
291 /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
292 
293 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
294 /* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON */
295 
296 /* Define to 1 if net/ethernet.h declares `ether_hostton' */
297 #define NET_ETHERNET_H_DECLARES_ETHER_HOSTTON /**/
298 
299 /* do not use protochain */
300 /* #undef NO_PROTOCHAIN */
301 
302 /* Define to the address where bug reports for this package should be sent. */
303 #define PACKAGE_BUGREPORT ""
304 
305 /* Define to the full name of this package. */
306 #define PACKAGE_NAME "pcap"
307 
308 /* Define to the full name and version of this package. */
309 #define PACKAGE_STRING "pcap 1.9.1"
310 
311 /* Define to the one symbol short name of this package. */
312 #define PACKAGE_TARNAME "pcap"
313 
314 /* Define to the home page for this package. */
315 #define PACKAGE_URL ""
316 
317 /* Define to the version of this package. */
318 #define PACKAGE_VERSION "1.9.1"
319 
320 /* target host supports Bluetooth sniffing */
321 /* #undef PCAP_SUPPORT_BT */
322 
323 /* target host supports Bluetooth Monitor */
324 /* #undef PCAP_SUPPORT_BT_MONITOR */
325 
326 /* support D-Bus sniffing */
327 /* #undef PCAP_SUPPORT_DBUS */
328 
329 /* target host supports netfilter sniffing */
330 /* #undef PCAP_SUPPORT_NETFILTER */
331 
332 /* target host supports netmap */
333 /* #undef PCAP_SUPPORT_NETMAP */
334 
335 /* use packet ring capture support on Linux if available */
336 /* #undef PCAP_SUPPORT_PACKET_RING */
337 
338 /* target host supports RDMA sniffing */
339 /* #undef PCAP_SUPPORT_RDMASNIFF */
340 
341 /* target host supports USB sniffing */
342 /* #undef PCAP_SUPPORT_USB */
343 
344 /* include ACN support */
345 /* #undef SITA */
346 
347 /* Define to 1 if you have the ANSI C header files. */
348 #define STDC_HEADERS 1
349 
350 /* Define to 1 if strings.h declares `ffs' */
351 #define STRINGS_H_DECLARES_FFS /**/
352 
353 /* Define to 1 if sys/ethernet.h declares `ether_hostton' */
354 /* #undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON */
355 
356 /* Enable parser debugging */
357 /* #undef YYDEBUG */
358 
359 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
360    `char[]'. */
361 #define YYTEXT_POINTER 1
362 
363 /* Enable large inode numbers on Mac OS X 10.5.  */
364 #ifndef _DARWIN_USE_64_BIT_INODE
365 # define _DARWIN_USE_64_BIT_INODE 1
366 #endif
367 
368 /* Number of bits in a file offset, on hosts where this is settable. */
369 /* #undef _FILE_OFFSET_BITS */
370 
371 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
372 /* #undef _LARGEFILE_SOURCE */
373 
374 /* Define for large files, on AIX-style hosts. */
375 /* #undef _LARGE_FILES */
376 
377 /* define on AIX to get certain functions */
378 /* #undef _SUN */
379 
380 /* to handle Ultrix compilers that don't support const in prototypes */
381 /* #undef const */
382 
383 /* Define as token for inline if inlining supported */
384 #define inline inline
385 
386 /* on sinix */
387 /* #undef sinix */
388