blob: 8f73307675cf56411d48d199f663a59e13d0b3a7 [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. */
Colin Cross4fc78172021-12-21 15:35:30 -080062#ifndef ANDROID_HOST_MUSL
63#define HAVE_GNU_STRERROR_R 1
64#endif
Haibo Huang4ccd6832020-04-23 18:03:48 -070065
JP Abgrallaa5c5f32014-02-10 20:23:42 -080066/* on HP-UX 10.20 or later */
67/* #undef HAVE_HPUX10_20_OR_LATER */
68
69/* on HP-UX 9.x */
70/* #undef HAVE_HPUX9 */
71
JP Abgrallaa5c5f32014-02-10 20:23:42 -080072/* Define to 1 if you have the <inttypes.h> header file. */
73#define HAVE_INTTYPES_H 1
74
Haibo Huang165065a2018-07-23 17:26:52 -070075/* Define to 1 if you have the `dag' library (-ldag). */
76/* #undef HAVE_LIBDAG */
77
JP Abgrallaa5c5f32014-02-10 20:23:42 -080078/* if libdlpi exists */
79/* #undef HAVE_LIBDLPI */
80
81/* if libnl exists */
82/* #undef HAVE_LIBNL */
83
84/* if libnl exists and is version 2.x */
85/* #undef HAVE_LIBNL_2_x */
86
87/* if libnl exists and is version 3.x */
88/* #undef HAVE_LIBNL_3_x */
89
90/* libnl has NLE_FAILURE */
91/* #undef HAVE_LIBNL_NLE */
92
93/* libnl has new-style socket api */
94/* #undef HAVE_LIBNL_SOCKETS */
95
96/* Define to 1 if you have the <limits.h> header file. */
97#define HAVE_LIMITS_H 1
98
99/* Define to 1 if you have the <linux/compiler.h> header file. */
100/* #undef HAVE_LINUX_COMPILER_H */
101
102/* Define to 1 if you have the <linux/ethtool.h> header file. */
103#define HAVE_LINUX_ETHTOOL_H 1
104
Haibo Huang165065a2018-07-23 17:26:52 -0700105/* define if we have the Linux getnetbyname_r() */
106/* #undef HAVE_LINUX_GETNETBYNAME_R */
107
108/* define if we have the Linux getprotobyname_r() */
109/* #undef HAVE_LINUX_GETPROTOBYNAME_R */
110
Elliott Hughesd8845d72015-10-19 18:07:04 -0700111/* Define to 1 if you have the <linux/if_bonding.h> header file. */
112#define HAVE_LINUX_IF_BONDING_H 1
113
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800114/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
115#define HAVE_LINUX_NET_TSTAMP_H 1
116
Haibo Huang165065a2018-07-23 17:26:52 -0700117/* Define to 1 if you have the <linux/socket.h> header file. */
118#define HAVE_LINUX_SOCKET_H 1
119
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700120/* Define to 1 if you have the <linux/sockios.h> header file. */
121#define HAVE_LINUX_SOCKIOS_H 1
122
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800123/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
124#define HAVE_LINUX_USBDEVICE_FS_H 1
125
126/* Define to 1 if you have the <linux/wireless.h> header file. */
127#define HAVE_LINUX_WIRELESS_H 1
128
129/* Define to 1 if you have the <memory.h> header file. */
130#define HAVE_MEMORY_H 1
131
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800132/* Define to 1 if you have the <netpacket/packet.h> header file. */
133#define HAVE_NETPACKET_PACKET_H 1
134
Haibo Huang165065a2018-07-23 17:26:52 -0700135/* Define to 1 if you have the <net/bpf.h> header file. */
136/* #undef HAVE_NET_BPF_H */
137
138/* Define to 1 if you have the <net/enet.h> header file. */
139/* #undef HAVE_NET_ENET_H */
140
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800141/* Define to 1 if you have the <net/if_media.h> header file. */
142/* #undef HAVE_NET_IF_MEDIA_H */
143
Haibo Huang165065a2018-07-23 17:26:52 -0700144/* Define to 1 if you have the <net/nit.h> header file. */
145/* #undef HAVE_NET_NIT_H */
146
147/* Define to 1 if you have the <net/pfilt.h> header file. */
148/* #undef HAVE_NET_PFILT_H */
149
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800150/* Define to 1 if you have the <net/pfvar.h> header file. */
151/* #undef HAVE_NET_PFVAR_H */
152
Haibo Huang165065a2018-07-23 17:26:52 -0700153/* Define to 1 if you have the <net/raw.h> header file. */
154/* #undef HAVE_NET_RAW_H */
155
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800156/* if there's an os_proto.h for this platform, to use additional prototypes */
157/* #undef HAVE_OS_PROTO_H */
158
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800159/* define if net/pfvar.h defines PF_NAT through PF_NORDR */
160/* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
161
Haibo Huang4ccd6832020-04-23 18:03:48 -0700162/* Define to 1 if you have a POSIX-style `strerror_r' function. */
163#define HAVE_POSIX_STRERROR_R 1
164
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700165/* define if you have the Septel API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800166/* #undef HAVE_SEPTEL_API */
167
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700168/* define if you have the Myricom SNF API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800169/* #undef HAVE_SNF_API */
170
171/* Define to 1 if you have the `snprintf' function. */
172#define HAVE_SNPRINTF 1
173
Haibo Huang165065a2018-07-23 17:26:52 -0700174/* Define to 1 if the system has the type `socklen_t'. */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800175#define HAVE_SOCKLEN_T 1
176
177/* On solaris */
178/* #undef HAVE_SOLARIS */
179
Haibo Huang165065a2018-07-23 17:26:52 -0700180/* define if we have the Solaris/IRIX getnetbyname_r() */
181/* #undef HAVE_SOLARIS_IRIX_GETNETBYNAME_R */
182
183/* define if we have the Solaris/IRIX getprotobyname_r() */
184/* #undef HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R */
185
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800186/* Define to 1 if you have the <stdint.h> header file. */
187#define HAVE_STDINT_H 1
188
189/* Define to 1 if you have the <stdlib.h> header file. */
190#define HAVE_STDLIB_H 1
191
192/* Define to 1 if you have the `strerror' function. */
193#define HAVE_STRERROR 1
194
Haibo Huang165065a2018-07-23 17:26:52 -0700195/* Define to 1 if you have the `strerror_s' function. */
196/* #undef HAVE_STRERROR_S */
197
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800198/* Define to 1 if you have the <strings.h> header file. */
199#define HAVE_STRINGS_H 1
200
201/* Define to 1 if you have the <string.h> header file. */
202#define HAVE_STRING_H 1
203
Haibo Huang165065a2018-07-23 17:26:52 -0700204/* Define to 1 if you have the `strlcat' function. */
205#define HAVE_STRLCAT 1
206
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800207/* Define to 1 if you have the `strlcpy' function. */
Aaron Huange7597b82018-11-16 20:18:03 +0800208#if defined(__ANDROID__)
Dan Albert3252f282017-10-11 12:44:48 -0700209#define HAVE_STRLCPY 1
Aaron Huange7597b82018-11-16 20:18:03 +0800210#else
211#undef HAVE_STRLCPY
212#endif
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700213
214/* Define to 1 if you have the `strtok_r' function. */
215#define HAVE_STRTOK_R 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800216
217/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
218/* #undef HAVE_STRUCT_BPF_TIMEVAL */
219
220/* Define to 1 if the system has the type `struct ether_addr'. */
221/* #undef HAVE_STRUCT_ETHER_ADDR */
222
Haibo Huang165065a2018-07-23 17:26:52 -0700223/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
224/* #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL */
225
226/* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
227/* #undef HAVE_STRUCT_MSGHDR_MSG_FLAGS */
228
229/* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
230/* #undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL */
231
232/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
233/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
234
235/* Define to 1 if the system has the type `struct sockaddr_storage'. */
236#define HAVE_STRUCT_SOCKADDR_STORAGE 1
237
238/* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
239#define HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI 1
240
241/* Define to 1 if the system has the type `struct tpacket_stats'. */
242#define HAVE_STRUCT_TPACKET_STATS 1
243
244/* Define to 1 if `bRequestType' is a member of `struct
245 usbdevfs_ctrltransfer'. */
246#define HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800247
248/* Define to 1 if you have the <sys/bufmod.h> header file. */
249/* #undef HAVE_SYS_BUFMOD_H */
250
251/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
252/* #undef HAVE_SYS_DLPI_EXT_H */
253
Haibo Huang165065a2018-07-23 17:26:52 -0700254/* Define to 1 if you have the <sys/dlpi.h> header file. */
255/* #undef HAVE_SYS_DLPI_H */
256
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800257/* Define to 1 if you have the <sys/ioccom.h> header file. */
258/* #undef HAVE_SYS_IOCCOM_H */
259
Haibo Huang165065a2018-07-23 17:26:52 -0700260/* Define to 1 if you have the <sys/net/nit.h> header file. */
261/* #undef HAVE_SYS_NET_NIT_H */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700262
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800263/* Define to 1 if you have the <sys/sockio.h> header file. */
264/* #undef HAVE_SYS_SOCKIO_H */
265
266/* Define to 1 if you have the <sys/stat.h> header file. */
267#define HAVE_SYS_STAT_H 1
268
269/* Define to 1 if you have the <sys/types.h> header file. */
270#define HAVE_SYS_TYPES_H 1
271
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700272/* define if you have the TurboCap API */
273/* #undef HAVE_TC_API */
274
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800275/* Define to 1 if you have the <unistd.h> header file. */
276#define HAVE_UNISTD_H 1
277
Haibo Huang4ccd6832020-04-23 18:03:48 -0700278/* Define to 1 if you have the `vasprintf' function. */
279#define HAVE_VASPRINTF 1
280
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800281/* Define to 1 if you have the `vsnprintf' function. */
282#define HAVE_VSNPRINTF 1
283
Haibo Huang4ccd6832020-04-23 18:03:48 -0700284/* Define to 1 if you have the `vsyslog' function. */
285#define HAVE_VSYSLOG 1
286
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800287/* IPv6 */
288#define INET6 1
289
290/* if unaligned access fails */
291/* #undef LBL_ALIGN */
292
293/* path for device for USB sniffing */
294#define LINUX_USB_MON_DEV "/dev/usbmon"
295
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800296/* Define to 1 if netinet/ether.h declares `ether_hostton' */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700297#define NETINET_ETHER_H_DECLARES_ETHER_HOSTTON /**/
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800298
299/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
300/* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON */
301
Haibo Huang165065a2018-07-23 17:26:52 -0700302/* Define to 1 if net/ethernet.h declares `ether_hostton' */
303/* #undef NET_ETHERNET_H_DECLARES_ETHER_HOSTTON */
304
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800305/* do not use protochain */
306/* #undef NO_PROTOCHAIN */
307
308/* Define to the address where bug reports for this package should be sent. */
309#define PACKAGE_BUGREPORT ""
310
311/* Define to the full name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700312#define PACKAGE_NAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800313
314/* Define to the full name and version of this package. */
Haibo Huang4ccd6832020-04-23 18:03:48 -0700315#define PACKAGE_STRING "pcap 1.9.1"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800316
317/* Define to the one symbol short name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700318#define PACKAGE_TARNAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800319
320/* Define to the home page for this package. */
321#define PACKAGE_URL ""
322
323/* Define to the version of this package. */
Haibo Huang4ccd6832020-04-23 18:03:48 -0700324#define PACKAGE_VERSION "1.9.1"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800325
326/* target host supports Bluetooth sniffing */
327/* #undef PCAP_SUPPORT_BT */
328
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700329/* target host supports Bluetooth Monitor */
330/* #undef PCAP_SUPPORT_BT_MONITOR */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800331
332/* support D-Bus sniffing */
333/* #undef PCAP_SUPPORT_DBUS */
334
335/* target host supports netfilter sniffing */
336#define PCAP_SUPPORT_NETFILTER 1
337
Haibo Huang165065a2018-07-23 17:26:52 -0700338/* target host supports netmap */
339/* #undef PCAP_SUPPORT_NETMAP */
340
341/* use packet ring capture support on Linux if available */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700342#define PCAP_SUPPORT_PACKET_RING 1
343
Haibo Huang165065a2018-07-23 17:26:52 -0700344/* target host supports RDMA sniffing */
345/* #undef PCAP_SUPPORT_RDMASNIFF */
346
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800347/* target host supports USB sniffing */
348#define PCAP_SUPPORT_USB 1
349
350/* include ACN support */
351/* #undef SITA */
352
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800353/* Define to 1 if you have the ANSI C header files. */
354#define STDC_HEADERS 1
355
Haibo Huang165065a2018-07-23 17:26:52 -0700356/* Define to 1 if strings.h declares `ffs' */
357#define STRINGS_H_DECLARES_FFS /**/
358
359/* Define to 1 if sys/ethernet.h declares `ether_hostton' */
360/* #undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON */
361
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800362/* Enable parser debugging */
363/* #undef YYDEBUG */
364
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700365/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
366 `char[]'. */
367#define YYTEXT_POINTER 1
368
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800369/* Enable large inode numbers on Mac OS X 10.5. */
370#ifndef _DARWIN_USE_64_BIT_INODE
371# define _DARWIN_USE_64_BIT_INODE 1
372#endif
373
374/* Number of bits in a file offset, on hosts where this is settable. */
375/* #undef _FILE_OFFSET_BITS */
376
377/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
378/* #undef _LARGEFILE_SOURCE */
379
380/* Define for large files, on AIX-style hosts. */
381/* #undef _LARGE_FILES */
382
383/* define on AIX to get certain functions */
384/* #undef _SUN */
385
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800386/* to handle Ultrix compilers that don't support const in prototypes */
387/* #undef const */
388
389/* Define as token for inline if inlining supported */
390#define inline inline
391
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800392/* on sinix */
393/* #undef sinix */