]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpcap/config.h
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / lib / libpcap / config.h
1 /* $FreeBSD$ */
2 /* This is an edited copy of the config.h generated by configure. */
3
4 /* config.h.  Generated from config.h.in by configure.  */
5 /* config.h.in.  Generated from configure.ac by autoheader.  */
6
7 /* Define to 1 if you have the `ether_hostton' function. */
8 #define HAVE_ETHER_HOSTTON 1
9
10 /* Define to 1 if you have the `ffs' function. */
11 #define HAVE_FFS 1
12
13 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
14 #define HAVE_FSEEKO 1
15
16 /* on HP-UX 10.20 or later */
17 /* #undef HAVE_HPUX10_20_OR_LATER */
18
19 /* on HP-UX 9.x */
20 /* #undef HAVE_HPUX9 */
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* if libdlpi exists */
26 /* #undef HAVE_LIBDLPI */
27
28 /* if libnl exists */
29 /* #undef HAVE_LIBNL */
30
31 /* if libnl exists and is version 2.x */
32 /* #undef HAVE_LIBNL_2_x */
33
34 /* if libnl exists and is version 3.x */
35 /* #undef HAVE_LIBNL_3_x */
36
37 /* libnl has NLE_FAILURE */
38 /* #undef HAVE_LIBNL_NLE */
39
40 /* libnl has new-style socket api */
41 /* #undef HAVE_LIBNL_SOCKETS */
42
43 /* Define to 1 if you have the <limits.h> header file. */
44 #define HAVE_LIMITS_H 1
45
46 /* Define to 1 if you have the <linux/compiler.h> header file. */
47 /* #undef HAVE_LINUX_COMPILER_H */
48
49 /* Define to 1 if you have the <linux/ethtool.h> header file. */
50 /* #undef HAVE_LINUX_ETHTOOL_H */
51
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
54
55 /* Define to 1 if you have the <netpacket/packet.h> header file. */
56 /* #undef HAVE_NETPACKET_PACKET_H */
57
58 /* Define to 1 if you have the <net/bpf.h> header file. */
59 #define HAVE_NET_BPF_H 1
60
61 /* Define to 1 if you have the <net/if_media.h> header file. */
62 #define HAVE_NET_IF_MEDIA_H 1
63
64 /* Define to 1 if you have the <net/pfvar.h> header file. */
65 /* See Makefile */
66 /* #undef HAVE_NET_PFVAR_H */
67
68 /* if there's an os_proto.h for this platform, to use additional prototypes */
69 /* #undef HAVE_OS_PROTO_H */
70
71 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
72 #define HAVE_PF_NAT_THROUGH_PF_NORDR 1
73
74 /* define if you have the Septel API */
75 /* #undef HAVE_SEPTEL_API */
76
77 /* define if you have the Myricom SNF API */
78 /* #undef HAVE_SNF_API */
79
80 /* Define to 1 if you have the `snprintf' function. */
81 #define HAVE_SNPRINTF 1
82
83 /* Define to 1 if the system has the type `socklen_t'. */
84 #define HAVE_SOCKLEN_T 1
85
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #define HAVE_STDINT_H 1
88
89 /* Define to 1 if you have the <stdlib.h> header file. */
90 #define HAVE_STDLIB_H 1
91
92 /* Define to 1 if you have the `strerror' function. */
93 #define HAVE_STRERROR 1
94
95 /* Define to 1 if you have the `strerror_r' function. */
96 #define HAVE_STRERROR_R 1
97
98 /* Define to 1 if you have the `strerror_s' function. */
99 /* #undef HAVE_STRERROR_S */
100
101 /* Define to 1 if you have the <strings.h> header file. */
102 #define HAVE_STRINGS_H 1
103
104 /* Define to 1 if you have the <string.h> header file. */
105 #define HAVE_STRING_H 1
106
107 /* Define to 1 if you have the `strlcat' function. */
108 #define HAVE_STRLCAT 1
109
110 /* Define to 1 if you have the `strlcpy' function. */
111 #define HAVE_STRLCPY 1
112
113 /* Define to 1 if you have the `strtok_r' function. */
114 #define HAVE_STRTOK_R 1
115
116 /* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
117 /* #undef HAVE_STRUCT_BPF_TIMEVAL */
118
119 /* Define to 1 if the system has the type `struct ether_addr'. */
120 /* #undef HAVE_STRUCT_ETHER_ADDR */
121
122 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
123 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
124
125 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
126 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
127
128 /* Define to 1 if you have the <sys/bufmod.h> header file. */
129 /* #undef HAVE_SYS_BUFMOD_H */
130
131 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
132 /* #undef HAVE_SYS_DLPI_EXT_H */
133
134 /* Define to 1 if you have the <sys/ioccom.h> header file. */
135 #define HAVE_SYS_IOCCOM_H 1
136
137 /* Define to 1 if you have the <sys/select.h> header file. */
138 #define HAVE_SYS_SELECT_H 1
139
140 /* Define to 1 if you have the <sys/sockio.h> header file. */
141 #define HAVE_SYS_SOCKIO_H 1
142
143 /* Define to 1 if you have the <sys/stat.h> header file. */
144 #define HAVE_SYS_STAT_H 1
145
146 /* Define to 1 if you have the <sys/types.h> header file. */
147 #define HAVE_SYS_TYPES_H 1
148
149 /* define if you have the TurboCap API */
150 /* #undef HAVE_TC_API */
151
152 /* Define to 1 if you have the <unistd.h> header file. */
153 #define HAVE_UNISTD_H 1
154
155 /* Define to 1 if you have the `vsnprintf' function. */
156 #define HAVE_VSNPRINTF 1
157
158 /* IPv6 */
159 /* See Makefile */
160 /* #undef INET6 */
161
162 /* if unaligned access fails */
163 /* #undef LBL_ALIGN */
164
165 /* path for device for USB sniffing */
166 /* #undef LINUX_USB_MON_DEV */
167
168 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
169 /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
170
171 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
172 #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON /**/
173
174 /* do not use protochain */
175 /* #undef NO_PROTOCHAIN */
176
177 /* Define to the address where bug reports for this package should be sent. */
178 #define PACKAGE_BUGREPORT ""
179
180 /* Define to the full name of this package. */
181 #define PACKAGE_NAME "pcap"
182
183 /* Define to the full name and version of this package. */
184 #define PACKAGE_STRING "pcap 1.9.0"
185
186 /* Define to the one symbol short name of this package. */
187 #define PACKAGE_TARNAME "pcap"
188
189 /* Define to the home page for this package. */
190 #define PACKAGE_URL ""
191
192 /* Define to the version of this package. */
193 #define PACKAGE_VERSION "1.9.0"
194
195 /* target host supports netmap */
196 #define PCAP_SUPPORT_NETMAP 1
197
198 /* use packet ring capture support on Linux if available */
199 #define PCAP_SUPPORT_PACKET_RING 1
200
201 /* Define to 1 if you have the ANSI C header files. */
202 #define STDC_HEADERS 1
203
204 /* Define to 1 if strings.h declares `ffs' */
205 #define STRINGS_H_DECLARES_FFS /**/
206
207 /* Enable parser debugging */
208 /* #undef YYDEBUG */
209
210 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
211    `char[]'. */
212 #define YYTEXT_POINTER 1
213
214 /* Enable large inode numbers on Mac OS X 10.5.  */
215 #ifndef _DARWIN_USE_64_BIT_INODE
216 # define _DARWIN_USE_64_BIT_INODE 1
217 #endif
218
219 /* Define as token for inline if inlining supported */
220 #define inline inline