blob: aa23c6a61656c4f8e8171101a3b55c03adc8c12e [file] [log] [blame]
JP Abgrallaa5c5f32014-02-10 20:23:42 -08001/* config.h. Generated from config.h.in by configure. */
Elliott Hughes895fbcf2017-05-15 10:37:39 -07002/* config.h.in. Generated from configure.ac by autoheader. */
JP Abgrallaa5c5f32014-02-10 20:23:42 -08003
Haibo Huang165065a2018-07-23 17:26:52 -07004/* Define to 1 if arpa/inet.h declares `ether_hostton' */
5/* #undef ARPA_INET_H_DECLARES_ETHER_HOSTTON */
6
JP Abgrallaa5c5f32014-02-10 20:23:42 -08007/* Enable optimizer debugging */
8/* #undef BDEBUG */
9
Haibo Huang165065a2018-07-23 17:26:52 -070010/* 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
Haibo Huang4ccd6832020-04-23 18:03:48 -070019/* Define to 1 if you have the `asprintf' function. */
20#define HAVE_ASPRINTF 1
21
Haibo Huang165065a2018-07-23 17:26:52 -070022/* Define to 1 if you have the <dagapi.h> header file. */
23/* #undef HAVE_DAGAPI_H */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080024
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
Haibo Huang165065a2018-07-23 17:26:52 -070034/* define if you have large streams capable DAG API */
35/* #undef HAVE_DAG_LARGE_STREAMS_API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080036
37/* define if you have vdag_set_device_info() */
38/* #undef HAVE_DAG_VDAG */
39
Haibo Huang165065a2018-07-23 17:26:52 -070040/* Define to 1 if you have the declaration of `ether_hostton' */
Elliott Hughes895fbcf2017-05-15 10:37:39 -070041#define HAVE_DECL_ETHER_HOSTTON 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -080042
Haibo Huang165065a2018-07-23 17:26:52 -070043/* 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 */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080045
Haibo Huang165065a2018-07-23 17:26:52 -070046/* Define to 1 if the system has the type `dl_passive_req_t'. */
47/* #undef HAVE_DL_PASSIVE_REQ_T */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080048
49/* Define to 1 if you have the `ether_hostton' function. */
50/* #undef HAVE_ETHER_HOSTTON */
51
Haibo Huang165065a2018-07-23 17:26:52 -070052/* Define to 1 if you have the `ffs' function. */
53#define HAVE_FFS 1
54
JP Abgrallaa5c5f32014-02-10 20:23:42 -080055/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
56#define HAVE_FSEEKO 1
57
Haibo Huang165065a2018-07-23 17:26:52 -070058/* Define to 1 if you have the `getspnam' function. */
59/* #undef HAVE_GETSPNAM */
60
Haibo Huang4ccd6832020-04-23 18:03:48 -070061/* Define to 1 if you have a GNU-style `strerror_r' function. */
62#define HAVE_GNU_STRERROR_R /**/
63
JP Abgrallaa5c5f32014-02-10 20:23:42 -080064/* 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
JP Abgrallaa5c5f32014-02-10 20:23:42 -080070/* Define to 1 if you have the <inttypes.h> header file. */
71#define HAVE_INTTYPES_H 1
72
Haibo Huang165065a2018-07-23 17:26:52 -070073/* Define to 1 if you have the `dag' library (-ldag). */
74/* #undef HAVE_LIBDAG */
75
JP Abgrallaa5c5f32014-02-10 20:23:42 -080076/* 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#define HAVE_LINUX_ETHTOOL_H 1
102
Haibo Huang165065a2018-07-23 17:26:52 -0700103/* define if we have the Linux getnetbyname_r() */
104/* #undef HAVE_LINUX_GETNETBYNAME_R */
105
106/* define if we have the Linux getprotobyname_r() */
107/* #undef HAVE_LINUX_GETPROTOBYNAME_R */
108
Elliott Hughesd8845d72015-10-19 18:07:04 -0700109/* Define to 1 if you have the <linux/if_bonding.h> header file. */
110#define HAVE_LINUX_IF_BONDING_H 1
111
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800112/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
113#define HAVE_LINUX_NET_TSTAMP_H 1
114
Haibo Huang165065a2018-07-23 17:26:52 -0700115/* Define to 1 if you have the <linux/socket.h> header file. */
116#define HAVE_LINUX_SOCKET_H 1
117
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700118/* Define to 1 if you have the <linux/sockios.h> header file. */
119#define HAVE_LINUX_SOCKIOS_H 1
120
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800121/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
122#define HAVE_LINUX_USBDEVICE_FS_H 1
123
124/* Define to 1 if you have the <linux/wireless.h> header file. */
125#define HAVE_LINUX_WIRELESS_H 1
126
127/* Define to 1 if you have the <memory.h> header file. */
128#define HAVE_MEMORY_H 1
129
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800130/* Define to 1 if you have the <netpacket/packet.h> header file. */
131#define HAVE_NETPACKET_PACKET_H 1
132
Haibo Huang165065a2018-07-23 17:26:52 -0700133/* Define to 1 if you have the <net/bpf.h> header file. */
134/* #undef HAVE_NET_BPF_H */
135
136/* Define to 1 if you have the <net/enet.h> header file. */
137/* #undef HAVE_NET_ENET_H */
138
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800139/* Define to 1 if you have the <net/if_media.h> header file. */
140/* #undef HAVE_NET_IF_MEDIA_H */
141
Haibo Huang165065a2018-07-23 17:26:52 -0700142/* 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
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800148/* Define to 1 if you have the <net/pfvar.h> header file. */
149/* #undef HAVE_NET_PFVAR_H */
150
Haibo Huang165065a2018-07-23 17:26:52 -0700151/* Define to 1 if you have the <net/raw.h> header file. */
152/* #undef HAVE_NET_RAW_H */
153
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800154/* if there's an os_proto.h for this platform, to use additional prototypes */
155/* #undef HAVE_OS_PROTO_H */
156
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800157/* define if net/pfvar.h defines PF_NAT through PF_NORDR */
158/* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
159
Haibo Huang4ccd6832020-04-23 18:03:48 -0700160/* Define to 1 if you have a POSIX-style `strerror_r' function. */
161#define HAVE_POSIX_STRERROR_R 1
162
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700163/* define if you have the Septel API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800164/* #undef HAVE_SEPTEL_API */
165
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700166/* define if you have the Myricom SNF API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800167/* #undef HAVE_SNF_API */
168
169/* Define to 1 if you have the `snprintf' function. */
170#define HAVE_SNPRINTF 1
171
Haibo Huang165065a2018-07-23 17:26:52 -0700172/* Define to 1 if the system has the type `socklen_t'. */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800173#define HAVE_SOCKLEN_T 1
174
175/* On solaris */
176/* #undef HAVE_SOLARIS */
177
Haibo Huang165065a2018-07-23 17:26:52 -0700178/* 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
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800184/* 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
Haibo Huang165065a2018-07-23 17:26:52 -0700193/* Define to 1 if you have the `strerror_s' function. */
194/* #undef HAVE_STRERROR_S */
195
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800196/* 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
Haibo Huang165065a2018-07-23 17:26:52 -0700202/* Define to 1 if you have the `strlcat' function. */
203#define HAVE_STRLCAT 1
204
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800205/* Define to 1 if you have the `strlcpy' function. */
Aaron Huange7597b82018-11-16 20:18:03 +0800206#if defined(__ANDROID__)
Dan Albert3252f282017-10-11 12:44:48 -0700207#define HAVE_STRLCPY 1
Aaron Huange7597b82018-11-16 20:18:03 +0800208#else
209#undef HAVE_STRLCPY
210#endif
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700211
212/* Define to 1 if you have the `strtok_r' function. */
213#define HAVE_STRTOK_R 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800214
215/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
216/* #undef HAVE_STRUCT_BPF_TIMEVAL */
217
218/* Define to 1 if the system has the type `struct ether_addr'. */
219/* #undef HAVE_STRUCT_ETHER_ADDR */
220
Haibo Huang165065a2018-07-23 17:26:52 -0700221/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
222/* #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL */
223
224/* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
225/* #undef HAVE_STRUCT_MSGHDR_MSG_FLAGS */
226
227/* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
228/* #undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL */
229
230/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
231/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
232
233/* Define to 1 if the system has the type `struct sockaddr_storage'. */
234#define HAVE_STRUCT_SOCKADDR_STORAGE 1
235
236/* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
237#define HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI 1
238
239/* Define to 1 if the system has the type `struct tpacket_stats'. */
240#define HAVE_STRUCT_TPACKET_STATS 1
241
242/* Define to 1 if `bRequestType' is a member of `struct
243 usbdevfs_ctrltransfer'. */
244#define HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800245
246/* Define to 1 if you have the <sys/bufmod.h> header file. */
247/* #undef HAVE_SYS_BUFMOD_H */
248
249/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
250/* #undef HAVE_SYS_DLPI_EXT_H */
251
Haibo Huang165065a2018-07-23 17:26:52 -0700252/* Define to 1 if you have the <sys/dlpi.h> header file. */
253/* #undef HAVE_SYS_DLPI_H */
254
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800255/* Define to 1 if you have the <sys/ioccom.h> header file. */
256/* #undef HAVE_SYS_IOCCOM_H */
257
Haibo Huang165065a2018-07-23 17:26:52 -0700258/* Define to 1 if you have the <sys/net/nit.h> header file. */
259/* #undef HAVE_SYS_NET_NIT_H */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700260
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800261/* Define to 1 if you have the <sys/sockio.h> header file. */
262/* #undef HAVE_SYS_SOCKIO_H */
263
264/* Define to 1 if you have the <sys/stat.h> header file. */
265#define HAVE_SYS_STAT_H 1
266
267/* Define to 1 if you have the <sys/types.h> header file. */
268#define HAVE_SYS_TYPES_H 1
269
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700270/* define if you have the TurboCap API */
271/* #undef HAVE_TC_API */
272
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800273/* Define to 1 if you have the <unistd.h> header file. */
274#define HAVE_UNISTD_H 1
275
Haibo Huang4ccd6832020-04-23 18:03:48 -0700276/* Define to 1 if you have the `vasprintf' function. */
277#define HAVE_VASPRINTF 1
278
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800279/* Define to 1 if you have the `vsnprintf' function. */
280#define HAVE_VSNPRINTF 1
281
Haibo Huang4ccd6832020-04-23 18:03:48 -0700282/* Define to 1 if you have the `vsyslog' function. */
283#define HAVE_VSYSLOG 1
284
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800285/* IPv6 */
286#define INET6 1
287
288/* if unaligned access fails */
289/* #undef LBL_ALIGN */
290
291/* path for device for USB sniffing */
292#define LINUX_USB_MON_DEV "/dev/usbmon"
293
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800294/* Define to 1 if netinet/ether.h declares `ether_hostton' */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700295#define NETINET_ETHER_H_DECLARES_ETHER_HOSTTON /**/
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800296
297/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
298/* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON */
299
Haibo Huang165065a2018-07-23 17:26:52 -0700300/* Define to 1 if net/ethernet.h declares `ether_hostton' */
301/* #undef NET_ETHERNET_H_DECLARES_ETHER_HOSTTON */
302
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800303/* do not use protochain */
304/* #undef NO_PROTOCHAIN */
305
306/* Define to the address where bug reports for this package should be sent. */
307#define PACKAGE_BUGREPORT ""
308
309/* Define to the full name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700310#define PACKAGE_NAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800311
312/* Define to the full name and version of this package. */
Haibo Huang4ccd6832020-04-23 18:03:48 -0700313#define PACKAGE_STRING "pcap 1.9.1"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800314
315/* Define to the one symbol short name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700316#define PACKAGE_TARNAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800317
318/* Define to the home page for this package. */
319#define PACKAGE_URL ""
320
321/* Define to the version of this package. */
Haibo Huang4ccd6832020-04-23 18:03:48 -0700322#define PACKAGE_VERSION "1.9.1"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800323
324/* target host supports Bluetooth sniffing */
325/* #undef PCAP_SUPPORT_BT */
326
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700327/* target host supports Bluetooth Monitor */
328/* #undef PCAP_SUPPORT_BT_MONITOR */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800329
330/* support D-Bus sniffing */
331/* #undef PCAP_SUPPORT_DBUS */
332
333/* target host supports netfilter sniffing */
334#define PCAP_SUPPORT_NETFILTER 1
335
Haibo Huang165065a2018-07-23 17:26:52 -0700336/* target host supports netmap */
337/* #undef PCAP_SUPPORT_NETMAP */
338
339/* use packet ring capture support on Linux if available */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700340#define PCAP_SUPPORT_PACKET_RING 1
341
Haibo Huang165065a2018-07-23 17:26:52 -0700342/* target host supports RDMA sniffing */
343/* #undef PCAP_SUPPORT_RDMASNIFF */
344
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800345/* target host supports USB sniffing */
346#define PCAP_SUPPORT_USB 1
347
348/* include ACN support */
349/* #undef SITA */
350
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800351/* Define to 1 if you have the ANSI C header files. */
352#define STDC_HEADERS 1
353
Haibo Huang165065a2018-07-23 17:26:52 -0700354/* Define to 1 if strings.h declares `ffs' */
355#define STRINGS_H_DECLARES_FFS /**/
356
357/* Define to 1 if sys/ethernet.h declares `ether_hostton' */
358/* #undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON */
359
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800360/* Enable parser debugging */
361/* #undef YYDEBUG */
362
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700363/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
364 `char[]'. */
365#define YYTEXT_POINTER 1
366
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800367/* Enable large inode numbers on Mac OS X 10.5. */
368#ifndef _DARWIN_USE_64_BIT_INODE
369# define _DARWIN_USE_64_BIT_INODE 1
370#endif
371
372/* Number of bits in a file offset, on hosts where this is settable. */
373/* #undef _FILE_OFFSET_BITS */
374
375/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
376/* #undef _LARGEFILE_SOURCE */
377
378/* Define for large files, on AIX-style hosts. */
379/* #undef _LARGE_FILES */
380
381/* define on AIX to get certain functions */
382/* #undef _SUN */
383
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800384/* to handle Ultrix compilers that don't support const in prototypes */
385/* #undef const */
386
387/* Define as token for inline if inlining supported */
388#define inline inline
389
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800390/* on sinix */
391/* #undef sinix */