xref: /dragonfly/lib/libpcap/config.h (revision fcf53d9b)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 /* Long story short: aclocal.m4 depends on autoconf 2.13
4  * implementation details wrt "const"; newer versions
5  * have different implementation details so for now we
6  * put "const" here.  This may cause duplicate definitions
7  * in config.h but that should be OK since they're the same.
8  */
9 /* #undef const */
10 
11 /* Enable optimizer debugging */
12 /* #undef BDEBUG */
13 
14 /* define if you have a cloning BPF device */
15 /* #undef HAVE_CLONING_BPF */
16 
17 /* define if you have the DAG API */
18 /* #undef HAVE_DAG_API */
19 
20 /* define if you have dag_get_erf_types() */
21 /* #undef HAVE_DAG_GET_ERF_TYPES */
22 
23 /* define if you have dag_get_stream_erf_types() */
24 /* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */
25 
26 /* define if you have streams capable DAG API */
27 /* #undef HAVE_DAG_STREAMS_API */
28 
29 /* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
30    don't. */
31 #define HAVE_DECL_ETHER_HOSTTON 1
32 
33 /* define if you have a /dev/dlpi */
34 /* #undef HAVE_DEV_DLPI */
35 
36 /* if passive_req_t primitive exists */
37 /* #undef HAVE_DLPI_PASSIVE */
38 
39 /* Define to 1 if you have the `ether_hostton' function. */
40 #define HAVE_ETHER_HOSTTON 1
41 
42 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
43 #define HAVE_FSEEKO 1
44 
45 /* on HP-UX 10.20 or later */
46 /* #undef HAVE_HPUX10_20_OR_LATER */
47 
48 /* on HP-UX 9.x */
49 /* #undef HAVE_HPUX9 */
50 
51 /* if ppa_info_t_dl_module_id exists */
52 /* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
53 
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
56 
57 /* if libdlpi exists */
58 /* #undef HAVE_LIBDLPI */
59 
60 /* Define to 1 if you have the <limits.h> header file. */
61 #define HAVE_LIMITS_H 1
62 
63 /* if tp_vlan_tci exists */
64 /* #undef HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI */
65 
66 /* Define to 1 if you have the <linux/wireless.h> header file. */
67 /* #undef HAVE_LINUX_WIRELESS_H */
68 
69 /* Define to 1 if you have the <memory.h> header file. */
70 #define HAVE_MEMORY_H 1
71 
72 /* Define to 1 if you have the <netinet/ether.h> header file. */
73 /* #undef HAVE_NETINET_ETHER_H */
74 
75 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
76 #define HAVE_NETINET_IF_ETHER_H 1
77 
78 /* Define to 1 if you have the <net/if_media.h> header file. */
79 #define HAVE_NET_IF_MEDIA_H 1
80 
81 /* Define to 1 if you have the <net/pfvar.h> header file. */
82 /* #undef HAVE_NET_PFVAR_H */
83 
84 /* if there's an os_proto.h */
85 /* #undef HAVE_OS_PROTO_H */
86 
87 /* Define to 1 if you have the <paths.h> header file. */
88 #define HAVE_PATHS_H 1
89 
90 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
91 /* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
92 
93 /* define if you have a /proc/net/dev */
94 /* #undef HAVE_PROC_NET_DEV */
95 
96 /* define if you have a Septel API */
97 /* #undef HAVE_SEPTEL_API */
98 
99 /* Define to 1 if you have the `snprintf' function. */
100 #define HAVE_SNPRINTF 1
101 
102 /* if struct sockaddr has sa_len */
103 #define HAVE_SOCKADDR_SA_LEN 1
104 
105 /* if struct sockaddr_storage exists */
106 #define HAVE_SOCKADDR_STORAGE 1
107 
108 /* define if socklen_t is defined */
109 #define HAVE_SOCKLEN_T 1
110 
111 /* On solaris */
112 /* #undef HAVE_SOLARIS */
113 
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #define HAVE_STDINT_H 1
116 
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #define HAVE_STDLIB_H 1
119 
120 /* Define to 1 if you have the `strerror' function. */
121 #define HAVE_STRERROR 1
122 
123 /* Define to 1 if you have the <strings.h> header file. */
124 #define HAVE_STRINGS_H 1
125 
126 /* Define to 1 if you have the <string.h> header file. */
127 #define HAVE_STRING_H 1
128 
129 /* Define to 1 if you have the `strlcpy' function. */
130 #define HAVE_STRLCPY 1
131 
132 /* Define to 1 if the system has the type `struct ether_addr'. */
133 /* #undef HAVE_STRUCT_ETHER_ADDR */
134 
135 /* Define to 1 if you have the <sys/bufmod.h> header file. */
136 /* #undef HAVE_SYS_BUFMOD_H */
137 
138 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
139 /* #undef HAVE_SYS_DLPI_EXT_H */
140 
141 /* Define to 1 if you have the <sys/ioccom.h> header file. */
142 #define HAVE_SYS_IOCCOM_H 1
143 
144 /* Define to 1 if you have the <sys/sockio.h> header file. */
145 #define HAVE_SYS_SOCKIO_H 1
146 
147 /* Define to 1 if you have the <sys/stat.h> header file. */
148 #define HAVE_SYS_STAT_H 1
149 
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #define HAVE_SYS_TYPES_H 1
152 
153 /* if if_packet.h has tpacket_stats defined */
154 /* #undef HAVE_TPACKET_STATS */
155 
156 /* Define to 1 if you have the <unistd.h> header file. */
157 #define HAVE_UNISTD_H 1
158 
159 /* define if version.h is generated in the build procedure */
160 #define HAVE_VERSION_H 1
161 
162 /* Define to 1 if you have the `vsnprintf' function. */
163 #define HAVE_VSNPRINTF 1
164 
165 /* define if the system supports zerocopy BPF */
166 /* #undef HAVE_ZEROCOPY_BPF */
167 
168 /* define if your compiler has __attribute__ */
169 #define HAVE___ATTRIBUTE__ 1
170 
171 /* IPv6 */
172 /* #undef INET6 */
173 
174 /* if unaligned access fails */
175 /* #undef LBL_ALIGN */
176 
177 /* path for device for USB sniffing */
178 /* #undef LINUX_USB_MON_DEV */
179 
180 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
181 /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
182 
183 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
184 #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
185 
186 /* do not use protochain */
187 /* #undef NO_PROTOCHAIN */
188 
189 /* Define to the address where bug reports for this package should be sent. */
190 #define PACKAGE_BUGREPORT ""
191 
192 /* Define to the full name of this package. */
193 #define PACKAGE_NAME ""
194 
195 /* Define to the full name and version of this package. */
196 #define PACKAGE_STRING ""
197 
198 /* Define to the one symbol short name of this package. */
199 #define PACKAGE_TARNAME ""
200 
201 /* Define to the version of this package. */
202 #define PACKAGE_VERSION ""
203 
204 /* /dev/dlpi directory */
205 /* #undef PCAP_DEV_PREFIX */
206 
207 /* target host supports Bluetooth sniffing */
208 /* #undef PCAP_SUPPORT_BT */
209 
210 /* target host supports USB sniffing */
211 /* #undef PCAP_SUPPORT_USB */
212 
213 /* include ACN support */
214 /* #undef SITA */
215 
216 /* Define to 1 if you have the ANSI C header files. */
217 #define STDC_HEADERS 1
218 
219 /* Enable parser debugging */
220 /* #undef YYDEBUG */
221 
222 /* Number of bits in a file offset, on hosts where this is settable. */
223 /* #undef _FILE_OFFSET_BITS */
224 
225 /* needed on HP-UX */
226 /* #undef _HPUX_SOURCE */
227 
228 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
229 /* #undef _LARGEFILE_SOURCE */
230 
231 /* Define for large files, on AIX-style hosts. */
232 /* #undef _LARGE_FILES */
233 
234 /* define on AIX to get certain functions */
235 /* #undef _SUN */
236 
237 /* Define as token for inline if inlining supported */
238 #define inline inline
239 
240 /* on sinix */
241 /* #undef sinix */
242 
243 /* if we have u_int16_t */
244 /* #undef u_int16_t */
245 
246 /* if we have u_int32_t */
247 /* #undef u_int32_t */
248 
249 /* if we have u_int64_t */
250 /* #undef u_int64_t */
251 
252 /* if we have u_int8_t */
253 /* #undef u_int8_t */
254