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