kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
[dragonfly.git] / lib / libpcap / config.h
blobdeb6248c4f98a5bba05b50cf90a784a4f6b719cb
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 */
11 /* Enable optimizer debugging */
12 /* #undef BDEBUG */
14 /* define if you have a cloning BPF device */
15 /* #undef HAVE_CLONING_BPF */
17 /* define if you have the DAG API */
18 /* #undef HAVE_DAG_API */
20 /* define if you have dag_get_erf_types() */
21 /* #undef HAVE_DAG_GET_ERF_TYPES */
23 /* define if you have dag_get_stream_erf_types() */
24 /* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */
26 /* define if you have streams capable DAG API */
27 /* #undef HAVE_DAG_STREAMS_API */
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
33 /* define if you have a /dev/dlpi */
34 /* #undef HAVE_DEV_DLPI */
36 /* if passive_req_t primitive exists */
37 /* #undef HAVE_DLPI_PASSIVE */
39 /* Define to 1 if you have the `ether_hostton' function. */
40 #define HAVE_ETHER_HOSTTON 1
42 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
43 #define HAVE_FSEEKO 1
45 /* on HP-UX 10.20 or later */
46 /* #undef HAVE_HPUX10_20_OR_LATER */
48 /* on HP-UX 9.x */
49 /* #undef HAVE_HPUX9 */
51 /* if ppa_info_t_dl_module_id exists */
52 /* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
57 /* if libdlpi exists */
58 /* #undef HAVE_LIBDLPI */
60 /* Define to 1 if you have the <limits.h> header file. */
61 #define HAVE_LIMITS_H 1
63 /* if tp_vlan_tci exists */
64 /* #undef HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI */
66 /* Define to 1 if you have the <linux/wireless.h> header file. */
67 /* #undef HAVE_LINUX_WIRELESS_H */
69 /* Define to 1 if you have the <memory.h> header file. */
70 #define HAVE_MEMORY_H 1
72 /* Define to 1 if you have the <netinet/ether.h> header file. */
73 /* #undef HAVE_NETINET_ETHER_H */
75 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
76 #define HAVE_NETINET_IF_ETHER_H 1
78 /* Define to 1 if you have the <net/if_media.h> header file. */
79 #define HAVE_NET_IF_MEDIA_H 1
81 /* Define to 1 if you have the <net/pfvar.h> header file. */
82 /* #undef HAVE_NET_PFVAR_H */
84 /* if there's an os_proto.h */
85 /* #undef HAVE_OS_PROTO_H */
87 /* Define to 1 if you have the <paths.h> header file. */
88 #define HAVE_PATHS_H 1
90 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
91 /* #undef HAVE_PF_NAT_THROUGH_PF_NORDR */
93 /* define if you have a /proc/net/dev */
94 /* #undef HAVE_PROC_NET_DEV */
96 /* define if you have a Septel API */
97 /* #undef HAVE_SEPTEL_API */
99 /* Define to 1 if you have the `snprintf' function. */
100 #define HAVE_SNPRINTF 1
102 /* if struct sockaddr has sa_len */
103 #define HAVE_SOCKADDR_SA_LEN 1
105 /* if struct sockaddr_storage exists */
106 #define HAVE_SOCKADDR_STORAGE 1
108 /* define if socklen_t is defined */
109 #define HAVE_SOCKLEN_T 1
111 /* On solaris */
112 /* #undef HAVE_SOLARIS */
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #define HAVE_STDINT_H 1
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #define HAVE_STDLIB_H 1
120 /* Define to 1 if you have the `strerror' function. */
121 #define HAVE_STRERROR 1
123 /* Define to 1 if you have the <strings.h> header file. */
124 #define HAVE_STRINGS_H 1
126 /* Define to 1 if you have the <string.h> header file. */
127 #define HAVE_STRING_H 1
129 /* Define to 1 if you have the `strlcpy' function. */
130 #define HAVE_STRLCPY 1
132 /* Define to 1 if the system has the type `struct ether_addr'. */
133 /* #undef HAVE_STRUCT_ETHER_ADDR */
135 /* Define to 1 if you have the <sys/bufmod.h> header file. */
136 /* #undef HAVE_SYS_BUFMOD_H */
138 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
139 /* #undef HAVE_SYS_DLPI_EXT_H */
141 /* Define to 1 if you have the <sys/ioccom.h> header file. */
142 #define HAVE_SYS_IOCCOM_H 1
144 /* Define to 1 if you have the <sys/sockio.h> header file. */
145 #define HAVE_SYS_SOCKIO_H 1
147 /* Define to 1 if you have the <sys/stat.h> header file. */
148 #define HAVE_SYS_STAT_H 1
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #define HAVE_SYS_TYPES_H 1
153 /* if if_packet.h has tpacket_stats defined */
154 /* #undef HAVE_TPACKET_STATS */
156 /* Define to 1 if you have the <unistd.h> header file. */
157 #define HAVE_UNISTD_H 1
159 /* define if version.h is generated in the build procedure */
160 #define HAVE_VERSION_H 1
162 /* Define to 1 if you have the `vsnprintf' function. */
163 #define HAVE_VSNPRINTF 1
165 /* define if the system supports zerocopy BPF */
166 /* #undef HAVE_ZEROCOPY_BPF */
168 /* define if your compiler has __attribute__ */
169 #define HAVE___ATTRIBUTE__ 1
171 /* IPv6 */
172 /* #undef INET6 */
174 /* if unaligned access fails */
175 /* #undef LBL_ALIGN */
177 /* path for device for USB sniffing */
178 /* #undef LINUX_USB_MON_DEV */
180 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
181 /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
183 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
184 #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
186 /* do not use protochain */
187 /* #undef NO_PROTOCHAIN */
189 /* Define to the address where bug reports for this package should be sent. */
190 #define PACKAGE_BUGREPORT ""
192 /* Define to the full name of this package. */
193 #define PACKAGE_NAME ""
195 /* Define to the full name and version of this package. */
196 #define PACKAGE_STRING ""
198 /* Define to the one symbol short name of this package. */
199 #define PACKAGE_TARNAME ""
201 /* Define to the version of this package. */
202 #define PACKAGE_VERSION ""
204 /* /dev/dlpi directory */
205 /* #undef PCAP_DEV_PREFIX */
207 /* target host supports Bluetooth sniffing */
208 /* #undef PCAP_SUPPORT_BT */
210 /* target host supports USB sniffing */
211 /* #undef PCAP_SUPPORT_USB */
213 /* include ACN support */
214 /* #undef SITA */
216 /* Define to 1 if you have the ANSI C header files. */
217 #define STDC_HEADERS 1
219 /* Enable parser debugging */
220 /* #undef YYDEBUG */
222 /* Number of bits in a file offset, on hosts where this is settable. */
223 /* #undef _FILE_OFFSET_BITS */
225 /* needed on HP-UX */
226 /* #undef _HPUX_SOURCE */
228 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
229 /* #undef _LARGEFILE_SOURCE */
231 /* Define for large files, on AIX-style hosts. */
232 /* #undef _LARGE_FILES */
234 /* define on AIX to get certain functions */
235 /* #undef _SUN */
237 /* Define as token for inline if inlining supported */
238 #define inline inline
240 /* on sinix */
241 /* #undef sinix */
243 /* if we have u_int16_t */
244 /* #undef u_int16_t */
246 /* if we have u_int32_t */
247 /* #undef u_int32_t */
249 /* if we have u_int64_t */
250 /* #undef u_int64_t */
252 /* if we have u_int8_t */
253 /* #undef u_int8_t */