blob: 4bae2ec4ba8ebaad91f1e14b7c8f83a6caa8b8d7 [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
19/* Define to 1 if you have the <dagapi.h> header file. */
20/* #undef HAVE_DAGAPI_H */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080021
22/* define if you have the DAG API */
23/* #undef HAVE_DAG_API */
24
25/* define if you have dag_get_erf_types() */
26/* #undef HAVE_DAG_GET_ERF_TYPES */
27
28/* define if you have dag_get_stream_erf_types() */
29/* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */
30
Haibo Huang165065a2018-07-23 17:26:52 -070031/* define if you have large streams capable DAG API */
32/* #undef HAVE_DAG_LARGE_STREAMS_API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080033
34/* define if you have vdag_set_device_info() */
35/* #undef HAVE_DAG_VDAG */
36
Haibo Huang165065a2018-07-23 17:26:52 -070037/* Define to 1 if you have the declaration of `ether_hostton' */
Elliott Hughes895fbcf2017-05-15 10:37:39 -070038#define HAVE_DECL_ETHER_HOSTTON 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -080039
Haibo Huang165065a2018-07-23 17:26:52 -070040/* Define to 1 if `dl_module_id_1' is a member of `dl_hp_ppa_info_t'. */
41/* #undef HAVE_DL_HP_PPA_INFO_T_DL_MODULE_ID_1 */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080042
Haibo Huang165065a2018-07-23 17:26:52 -070043/* Define to 1 if the system has the type `dl_passive_req_t'. */
44/* #undef HAVE_DL_PASSIVE_REQ_T */
JP Abgrallaa5c5f32014-02-10 20:23:42 -080045
46/* Define to 1 if you have the `ether_hostton' function. */
47/* #undef HAVE_ETHER_HOSTTON */
48
Haibo Huang165065a2018-07-23 17:26:52 -070049/* Define to 1 if you have the `ffs' function. */
50#define HAVE_FFS 1
51
JP Abgrallaa5c5f32014-02-10 20:23:42 -080052/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
53#define HAVE_FSEEKO 1
54
Haibo Huang165065a2018-07-23 17:26:52 -070055/* Define to 1 if you have the `getspnam' function. */
56/* #undef HAVE_GETSPNAM */
57
JP Abgrallaa5c5f32014-02-10 20:23:42 -080058/* on HP-UX 10.20 or later */
59/* #undef HAVE_HPUX10_20_OR_LATER */
60
61/* on HP-UX 9.x */
62/* #undef HAVE_HPUX9 */
63
JP Abgrallaa5c5f32014-02-10 20:23:42 -080064/* Define to 1 if you have the <inttypes.h> header file. */
65#define HAVE_INTTYPES_H 1
66
Haibo Huang165065a2018-07-23 17:26:52 -070067/* Define to 1 if you have the `dag' library (-ldag). */
68/* #undef HAVE_LIBDAG */
69
JP Abgrallaa5c5f32014-02-10 20:23:42 -080070/* if libdlpi exists */
71/* #undef HAVE_LIBDLPI */
72
73/* if libnl exists */
74/* #undef HAVE_LIBNL */
75
76/* if libnl exists and is version 2.x */
77/* #undef HAVE_LIBNL_2_x */
78
79/* if libnl exists and is version 3.x */
80/* #undef HAVE_LIBNL_3_x */
81
82/* libnl has NLE_FAILURE */
83/* #undef HAVE_LIBNL_NLE */
84
85/* libnl has new-style socket api */
86/* #undef HAVE_LIBNL_SOCKETS */
87
88/* Define to 1 if you have the <limits.h> header file. */
89#define HAVE_LIMITS_H 1
90
91/* Define to 1 if you have the <linux/compiler.h> header file. */
92/* #undef HAVE_LINUX_COMPILER_H */
93
94/* Define to 1 if you have the <linux/ethtool.h> header file. */
95#define HAVE_LINUX_ETHTOOL_H 1
96
Haibo Huang165065a2018-07-23 17:26:52 -070097/* define if we have the Linux getnetbyname_r() */
98/* #undef HAVE_LINUX_GETNETBYNAME_R */
99
100/* define if we have the Linux getprotobyname_r() */
101/* #undef HAVE_LINUX_GETPROTOBYNAME_R */
102
Elliott Hughesd8845d72015-10-19 18:07:04 -0700103/* Define to 1 if you have the <linux/if_bonding.h> header file. */
104#define HAVE_LINUX_IF_BONDING_H 1
105
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800106/* Define to 1 if you have the <linux/net_tstamp.h> header file. */
107#define HAVE_LINUX_NET_TSTAMP_H 1
108
Haibo Huang165065a2018-07-23 17:26:52 -0700109/* Define to 1 if you have the <linux/socket.h> header file. */
110#define HAVE_LINUX_SOCKET_H 1
111
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700112/* Define to 1 if you have the <linux/sockios.h> header file. */
113#define HAVE_LINUX_SOCKIOS_H 1
114
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800115/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
116#define HAVE_LINUX_USBDEVICE_FS_H 1
117
118/* Define to 1 if you have the <linux/wireless.h> header file. */
119#define HAVE_LINUX_WIRELESS_H 1
120
121/* Define to 1 if you have the <memory.h> header file. */
122#define HAVE_MEMORY_H 1
123
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800124/* Define to 1 if you have the <netpacket/packet.h> header file. */
125#define HAVE_NETPACKET_PACKET_H 1
126
Haibo Huang165065a2018-07-23 17:26:52 -0700127/* Define to 1 if you have the <net/bpf.h> header file. */
128/* #undef HAVE_NET_BPF_H */
129
130/* Define to 1 if you have the <net/enet.h> header file. */
131/* #undef HAVE_NET_ENET_H */
132
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800133/* Define to 1 if you have the <net/if_media.h> header file. */
134/* #undef HAVE_NET_IF_MEDIA_H */
135
Haibo Huang165065a2018-07-23 17:26:52 -0700136/* Define to 1 if you have the <net/nit.h> header file. */
137/* #undef HAVE_NET_NIT_H */
138
139/* Define to 1 if you have the <net/pfilt.h> header file. */
140/* #undef HAVE_NET_PFILT_H */
141
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800142/* Define to 1 if you have the <net/pfvar.h> header file. */
143/* #undef HAVE_NET_PFVAR_H */
144
Haibo Huang165065a2018-07-23 17:26:52 -0700145/* Define to 1 if you have the <net/raw.h> header file. */
146/* #undef HAVE_NET_RAW_H */
147
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800148/* if there's an os_proto.h for this platform, to use additional prototypes */
149/* #undef HAVE_OS_PROTO_H */
150
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800151/* define if net/pfvar.h defines PF_NAT through PF_NORDR */
152/* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
153
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700154/* define if you have the Septel API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800155/* #undef HAVE_SEPTEL_API */
156
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700157/* define if you have the Myricom SNF API */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800158/* #undef HAVE_SNF_API */
159
160/* Define to 1 if you have the `snprintf' function. */
161#define HAVE_SNPRINTF 1
162
Haibo Huang165065a2018-07-23 17:26:52 -0700163/* Define to 1 if the system has the type `socklen_t'. */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800164#define HAVE_SOCKLEN_T 1
165
166/* On solaris */
167/* #undef HAVE_SOLARIS */
168
Haibo Huang165065a2018-07-23 17:26:52 -0700169/* define if we have the Solaris/IRIX getnetbyname_r() */
170/* #undef HAVE_SOLARIS_IRIX_GETNETBYNAME_R */
171
172/* define if we have the Solaris/IRIX getprotobyname_r() */
173/* #undef HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R */
174
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800175/* Define to 1 if you have the <stdint.h> header file. */
176#define HAVE_STDINT_H 1
177
178/* Define to 1 if you have the <stdlib.h> header file. */
179#define HAVE_STDLIB_H 1
180
181/* Define to 1 if you have the `strerror' function. */
182#define HAVE_STRERROR 1
183
Haibo Huang165065a2018-07-23 17:26:52 -0700184/* Define to 1 if you have the `strerror_r' function. */
185#define HAVE_STRERROR_R 1
186
187/* Define to 1 if you have the `strerror_s' function. */
188/* #undef HAVE_STRERROR_S */
189
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800190/* Define to 1 if you have the <strings.h> header file. */
191#define HAVE_STRINGS_H 1
192
193/* Define to 1 if you have the <string.h> header file. */
194#define HAVE_STRING_H 1
195
Haibo Huang165065a2018-07-23 17:26:52 -0700196/* Define to 1 if you have the `strlcat' function. */
197#define HAVE_STRLCAT 1
198
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800199/* Define to 1 if you have the `strlcpy' function. */
Aaron Huange7597b82018-11-16 20:18:03 +0800200#if defined(__ANDROID__)
Dan Albert3252f282017-10-11 12:44:48 -0700201#define HAVE_STRLCPY 1
Aaron Huange7597b82018-11-16 20:18:03 +0800202#else
203#undef HAVE_STRLCPY
204#endif
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700205
206/* Define to 1 if you have the `strtok_r' function. */
207#define HAVE_STRTOK_R 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800208
209/* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
210/* #undef HAVE_STRUCT_BPF_TIMEVAL */
211
212/* Define to 1 if the system has the type `struct ether_addr'. */
213/* #undef HAVE_STRUCT_ETHER_ADDR */
214
Haibo Huang165065a2018-07-23 17:26:52 -0700215/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
216/* #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL */
217
218/* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
219/* #undef HAVE_STRUCT_MSGHDR_MSG_FLAGS */
220
221/* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
222/* #undef HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL */
223
224/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
225/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
226
227/* Define to 1 if the system has the type `struct sockaddr_storage'. */
228#define HAVE_STRUCT_SOCKADDR_STORAGE 1
229
230/* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
231#define HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI 1
232
233/* Define to 1 if the system has the type `struct tpacket_stats'. */
234#define HAVE_STRUCT_TPACKET_STATS 1
235
236/* Define to 1 if `bRequestType' is a member of `struct
237 usbdevfs_ctrltransfer'. */
238#define HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE 1
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800239
240/* Define to 1 if you have the <sys/bufmod.h> header file. */
241/* #undef HAVE_SYS_BUFMOD_H */
242
243/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
244/* #undef HAVE_SYS_DLPI_EXT_H */
245
Haibo Huang165065a2018-07-23 17:26:52 -0700246/* Define to 1 if you have the <sys/dlpi.h> header file. */
247/* #undef HAVE_SYS_DLPI_H */
248
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800249/* Define to 1 if you have the <sys/ioccom.h> header file. */
250/* #undef HAVE_SYS_IOCCOM_H */
251
Haibo Huang165065a2018-07-23 17:26:52 -0700252/* Define to 1 if you have the <sys/net/nit.h> header file. */
253/* #undef HAVE_SYS_NET_NIT_H */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700254
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800255/* Define to 1 if you have the <sys/sockio.h> header file. */
256/* #undef HAVE_SYS_SOCKIO_H */
257
258/* Define to 1 if you have the <sys/stat.h> header file. */
259#define HAVE_SYS_STAT_H 1
260
261/* Define to 1 if you have the <sys/types.h> header file. */
262#define HAVE_SYS_TYPES_H 1
263
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700264/* define if you have the TurboCap API */
265/* #undef HAVE_TC_API */
266
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800267/* Define to 1 if you have the <unistd.h> header file. */
268#define HAVE_UNISTD_H 1
269
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800270/* Define to 1 if you have the `vsnprintf' function. */
271#define HAVE_VSNPRINTF 1
272
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800273/* IPv6 */
274#define INET6 1
275
276/* if unaligned access fails */
277/* #undef LBL_ALIGN */
278
279/* path for device for USB sniffing */
280#define LINUX_USB_MON_DEV "/dev/usbmon"
281
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800282/* Define to 1 if netinet/ether.h declares `ether_hostton' */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700283#define NETINET_ETHER_H_DECLARES_ETHER_HOSTTON /**/
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800284
285/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
286/* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON */
287
Haibo Huang165065a2018-07-23 17:26:52 -0700288/* Define to 1 if net/ethernet.h declares `ether_hostton' */
289/* #undef NET_ETHERNET_H_DECLARES_ETHER_HOSTTON */
290
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800291/* do not use protochain */
292/* #undef NO_PROTOCHAIN */
293
294/* Define to the address where bug reports for this package should be sent. */
295#define PACKAGE_BUGREPORT ""
296
297/* Define to the full name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700298#define PACKAGE_NAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800299
300/* Define to the full name and version of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700301#define PACKAGE_STRING "pcap 1.9.0-PRE-GIT"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800302
303/* Define to the one symbol short name of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700304#define PACKAGE_TARNAME "pcap"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800305
306/* Define to the home page for this package. */
307#define PACKAGE_URL ""
308
309/* Define to the version of this package. */
Haibo Huang165065a2018-07-23 17:26:52 -0700310#define PACKAGE_VERSION "1.9.0-PRE-GIT"
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800311
312/* target host supports Bluetooth sniffing */
313/* #undef PCAP_SUPPORT_BT */
314
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700315/* target host supports Bluetooth Monitor */
316/* #undef PCAP_SUPPORT_BT_MONITOR */
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800317
318/* support D-Bus sniffing */
319/* #undef PCAP_SUPPORT_DBUS */
320
321/* target host supports netfilter sniffing */
322#define PCAP_SUPPORT_NETFILTER 1
323
Haibo Huang165065a2018-07-23 17:26:52 -0700324/* target host supports netmap */
325/* #undef PCAP_SUPPORT_NETMAP */
326
327/* use packet ring capture support on Linux if available */
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700328#define PCAP_SUPPORT_PACKET_RING 1
329
Haibo Huang165065a2018-07-23 17:26:52 -0700330/* target host supports RDMA sniffing */
331/* #undef PCAP_SUPPORT_RDMASNIFF */
332
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800333/* target host supports USB sniffing */
334#define PCAP_SUPPORT_USB 1
335
336/* include ACN support */
337/* #undef SITA */
338
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800339/* Define to 1 if you have the ANSI C header files. */
340#define STDC_HEADERS 1
341
Haibo Huang165065a2018-07-23 17:26:52 -0700342/* Define to 1 if strings.h declares `ffs' */
343#define STRINGS_H_DECLARES_FFS /**/
344
345/* Define to 1 if sys/ethernet.h declares `ether_hostton' */
346/* #undef SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON */
347
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800348/* Enable parser debugging */
349/* #undef YYDEBUG */
350
Elliott Hughes895fbcf2017-05-15 10:37:39 -0700351/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
352 `char[]'. */
353#define YYTEXT_POINTER 1
354
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800355/* Enable large inode numbers on Mac OS X 10.5. */
356#ifndef _DARWIN_USE_64_BIT_INODE
357# define _DARWIN_USE_64_BIT_INODE 1
358#endif
359
360/* Number of bits in a file offset, on hosts where this is settable. */
361/* #undef _FILE_OFFSET_BITS */
362
363/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
364/* #undef _LARGEFILE_SOURCE */
365
366/* Define for large files, on AIX-style hosts. */
367/* #undef _LARGE_FILES */
368
369/* define on AIX to get certain functions */
370/* #undef _SUN */
371
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800372/* to handle Ultrix compilers that don't support const in prototypes */
373/* #undef const */
374
375/* Define as token for inline if inlining supported */
376#define inline inline
377
JP Abgrallaa5c5f32014-02-10 20:23:42 -0800378/* on sinix */
379/* #undef sinix */