xref: /freebsd/lib/libpcap/config.h (revision 39beb93c)
1 /* $FreeBSD$ */
2 /* This is an edited copy of the config.h generated by configure. */
3 
4 /* config.h.  Generated by configure.  */
5 /* config.h.in.  Generated from configure.in by autoheader.  */
6 /* Long story short: aclocal.m4 depends on autoconf 2.13
7  * implementation details wrt "const"; newer versions
8  * have different implementation details so for now we
9  * put "const" here.  This may cause duplicate definitions
10  * in config.h but that should be OK since they're the same.
11  */
12 /* #undef const */
13 
14 /* Enable optimizer debugging */
15 /* #undef BDEBUG */
16 
17 /* define if you have a cloning BPF device */
18 #define HAVE_CLONING_BPF 1
19 
20 /* define if you have the DAG API */
21 /* #undef HAVE_DAG_API */
22 
23 /* define if you have dag_get_erf_types() */
24 /* #undef HAVE_DAG_GET_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 /* Define to 1 if you have the `ether_hostton' function. */
37 #define HAVE_ETHER_HOSTTON 1
38 
39 /* on HP-UX 10.20 or later */
40 /* #undef HAVE_HPUX10_20_OR_LATER */
41 
42 /* on HP-UX 9.x */
43 /* #undef HAVE_HPUX9 */
44 
45 /* if ppa_info_t_dl_module_id exists */
46 /* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
47 
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #define HAVE_INTTYPES_H 1
50 
51 /* Define to 1 if you have the <limits.h> header file. */
52 #define HAVE_LIMITS_H 1
53 
54 /* Define to 1 if you have the <memory.h> header file. */
55 #define HAVE_MEMORY_H 1
56 
57 /* Define to 1 if you have the <netinet/ether.h> header file. */
58 /* #undef HAVE_NETINET_ETHER_H */
59 
60 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
61 #define HAVE_NETINET_IF_ETHER_H 1
62 
63 /* Define to 1 if you have the <net/pfvar.h> header file. */
64 /* See Makefile */
65 /* #undef HAVE_NET_PFVAR_H */
66 
67 /* if there's an os_proto.h */
68 /* #undef HAVE_OS_PROTO_H */
69 
70 /* Define to 1 if you have the <paths.h> header file. */
71 #define HAVE_PATHS_H 1
72 
73 /* define if you have a /proc/net/dev */
74 /* #undef HAVE_PROC_NET_DEV */
75 
76 /* define if you have a Septel API */
77 /* #undef HAVE_SEPTEL_API */
78 
79 /* Define to 1 if you have the `snprintf' function. */
80 #define HAVE_SNPRINTF 1
81 
82 /* if struct sockaddr has sa_len */
83 #define HAVE_SOCKADDR_SA_LEN 1
84 
85 /* if struct sockaddr_storage exists */
86 #define HAVE_SOCKADDR_STORAGE 1
87 
88 /* On solaris */
89 /* #undef HAVE_SOLARIS */
90 
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #define HAVE_STDINT_H 1
93 
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #define HAVE_STDLIB_H 1
96 
97 /* Define to 1 if you have the `strerror' function. */
98 #define HAVE_STRERROR 1
99 
100 /* Define to 1 if you have the <strings.h> header file. */
101 #define HAVE_STRINGS_H 1
102 
103 /* Define to 1 if you have the <string.h> header file. */
104 #define HAVE_STRING_H 1
105 
106 /* Define to 1 if you have the `strlcpy' function. */
107 #define HAVE_STRLCPY 1
108 
109 /* Define to 1 if the system has the type `struct ether_addr'. */
110 /* #undef HAVE_STRUCT_ETHER_ADDR */
111 
112 /* Define to 1 if you have the <sys/bufmod.h> header file. */
113 /* #undef HAVE_SYS_BUFMOD_H */
114 
115 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
116 /* #undef HAVE_SYS_DLPI_EXT_H */
117 
118 /* Define to 1 if you have the <sys/ioccom.h> header file. */
119 #define HAVE_SYS_IOCCOM_H 1
120 
121 /* Define to 1 if you have the <sys/sockio.h> header file. */
122 #define HAVE_SYS_SOCKIO_H 1
123 
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #define HAVE_SYS_STAT_H 1
126 
127 /* Define to 1 if you have the <sys/types.h> header file. */
128 #define HAVE_SYS_TYPES_H 1
129 
130 /* if if_packet.h has tpacket_stats defined */
131 /* #undef HAVE_TPACKET_STATS */
132 
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #define HAVE_UNISTD_H 1
135 
136 /* define if version.h is generated in the build procedure */
137 #define HAVE_VERSION_H 1
138 
139 /* Define to 1 if you have the `vsnprintf' function. */
140 #define HAVE_VSNPRINTF 1
141 
142 /* define if your compiler has __attribute__ */
143 #define HAVE___ATTRIBUTE__ 1
144 
145 /* IPv6 */
146 /* #undef INET6 */
147 
148 /* if unaligned access fails */
149 /* #undef LBL_ALIGN */
150 
151 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
152 /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
153 
154 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
155 #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
156 
157 /* do not use protochain */
158 /* #undef NO_PROTOCHAIN */
159 
160 /* Define to the address where bug reports for this package should be sent. */
161 #define PACKAGE_BUGREPORT ""
162 
163 /* Define to the full name of this package. */
164 #define PACKAGE_NAME ""
165 
166 /* Define to the full name and version of this package. */
167 #define PACKAGE_STRING ""
168 
169 /* Define to the one symbol short name of this package. */
170 #define PACKAGE_TARNAME ""
171 
172 /* Define to the version of this package. */
173 #define PACKAGE_VERSION ""
174 
175 /* /dev/dlpi directory */
176 /* #undef PCAP_DEV_PREFIX */
177 
178 /* Define to 1 if you have the ANSI C header files. */
179 #define STDC_HEADERS 1
180 
181 /* Enable parser debugging */
182 /* #undef YYDEBUG */
183 
184 /* needed on HP-UX */
185 /* #undef _HPUX_SOURCE */
186 
187 /* define on AIX to get certain functions */
188 /* #undef _SUN */
189 
190 /* Define as token for inline if inlining supported */
191 #define inline inline
192 
193 /* on sinix */
194 /* #undef sinix */
195 
196 /* if we have u_int16_t */
197 /* #undef u_int16_t */
198 
199 /* if we have u_int32_t */
200 /* #undef u_int32_t */
201 
202 /* if we have u_int8_t */
203 /* #undef u_int8_t */
204