config.h revision 172681
1176771Sraj/* $FreeBSD: head/lib/libpcap/config.h 172681 2007-10-16 02:10:44Z mlaier $ */
2176771Sraj/* This is an edited copy of the config.h generated by configure. */
3176771Sraj
4176771Sraj/* config.h.  Generated by configure.  */
5176771Sraj/* config.h.in.  Generated from configure.in by autoheader.  */
6176771Sraj/* Long story short: aclocal.m4 depends on autoconf 2.13
7176771Sraj * implementation details wrt "const"; newer versions
8176771Sraj * have different implementation details so for now we
9176771Sraj * put "const" here.  This may cause duplicate definitions
10176771Sraj * in config.h but that should be OK since they're the same.
11176771Sraj */
12176771Sraj/* #undef const */
13176771Sraj
14176771Sraj/* Enable optimizer debugging */
15176771Sraj/* #undef BDEBUG */
16176771Sraj
17176771Sraj/* define if you have a cloning BPF device */
18176771Sraj/* #undef HAVE_CLONING_BPF */
19266312Sian
20176771Sraj/* define if you have the DAG API */
21176771Sraj/* #undef HAVE_DAG_API */
22176771Sraj
23176771Sraj/* define if you have dag_get_erf_types() */
24176771Sraj/* #undef HAVE_DAG_GET_ERF_TYPES */
25176771Sraj
26176771Sraj/* define if you have streams capable DAG API */
27176771Sraj/* #undef HAVE_DAG_STREAMS_API */
28176771Sraj
29176771Sraj/* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
30176771Sraj   don't. */
31176771Sraj#define HAVE_DECL_ETHER_HOSTTON 1
32176771Sraj
33176771Sraj/* define if you have a /dev/dlpi */
34176771Sraj/* #undef HAVE_DEV_DLPI */
35176771Sraj
36176771Sraj/* Define to 1 if you have the `ether_hostton' function. */
37176771Sraj#define HAVE_ETHER_HOSTTON 1
38176771Sraj
39176771Sraj/* on HP-UX 10.20 or later */
40176771Sraj/* #undef HAVE_HPUX10_20_OR_LATER */
41176771Sraj
42253367Sae/* on HP-UX 9.x */
43176771Sraj/* #undef HAVE_HPUX9 */
44176771Sraj
45176771Sraj/* if ppa_info_t_dl_module_id exists */
46176771Sraj/* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
47176771Sraj
48176771Sraj/* Define to 1 if you have the <inttypes.h> header file. */
49176771Sraj#define HAVE_INTTYPES_H 1
50176771Sraj
51176771Sraj/* Define to 1 if you have the <limits.h> header file. */
52176771Sraj#define HAVE_LIMITS_H 1
53176771Sraj
54176771Sraj/* Define to 1 if you have the <memory.h> header file. */
55176771Sraj#define HAVE_MEMORY_H 1
56176771Sraj
57176771Sraj/* Define to 1 if you have the <netinet/ether.h> header file. */
58176771Sraj/* #undef HAVE_NETINET_ETHER_H */
59176771Sraj
60176771Sraj/* Define to 1 if you have the <netinet/if_ether.h> header file. */
61176771Sraj#define HAVE_NETINET_IF_ETHER_H 1
62176771Sraj
63176771Sraj/* Define to 1 if you have the <net/pfvar.h> header file. */
64176771Sraj/* See Makefile */
65176771Sraj/* #undef HAVE_NET_PFVAR_H */
66176771Sraj
67176771Sraj/* if there's an os_proto.h */
68176771Sraj/* #undef HAVE_OS_PROTO_H */
69176771Sraj
70176771Sraj/* Define to 1 if you have the <paths.h> header file. */
71176771Sraj#define HAVE_PATHS_H 1
72176771Sraj
73176771Sraj/* define if you have a /proc/net/dev */
74176771Sraj/* #undef HAVE_PROC_NET_DEV */
75176771Sraj
76176771Sraj/* define if you have a Septel API */
77176771Sraj/* #undef HAVE_SEPTEL_API */
78176771Sraj
79176771Sraj/* Define to 1 if you have the `snprintf' function. */
80176771Sraj#define HAVE_SNPRINTF 1
81176771Sraj
82176771Sraj/* if struct sockaddr has sa_len */
83176771Sraj#define HAVE_SOCKADDR_SA_LEN 1
84176771Sraj
85176771Sraj/* if struct sockaddr_storage exists */
86176771Sraj#define HAVE_SOCKADDR_STORAGE 1
87176771Sraj
88176771Sraj/* On solaris */
89176771Sraj/* #undef HAVE_SOLARIS */
90176771Sraj
91176771Sraj/* Define to 1 if you have the <stdint.h> header file. */
92176771Sraj#define HAVE_STDINT_H 1
93176771Sraj
94176771Sraj/* Define to 1 if you have the <stdlib.h> header file. */
95176771Sraj#define HAVE_STDLIB_H 1
96176771Sraj
97176771Sraj/* Define to 1 if you have the `strerror' function. */
98176771Sraj#define HAVE_STRERROR 1
99176771Sraj
100218195Smdf/* Define to 1 if you have the <strings.h> header file. */
101176771Sraj#define HAVE_STRINGS_H 1
102176771Sraj
103176771Sraj/* Define to 1 if you have the <string.h> header file. */
104176771Sraj#define HAVE_STRING_H 1
105176771Sraj
106176771Sraj/* Define to 1 if you have the `strlcpy' function. */
107176771Sraj#define HAVE_STRLCPY 1
108176771Sraj
109176771Sraj/* Define to 1 if the system has the type `struct ether_addr'. */
110176771Sraj/* #undef HAVE_STRUCT_ETHER_ADDR */
111176771Sraj
112176771Sraj/* Define to 1 if you have the <sys/bufmod.h> header file. */
113176771Sraj/* #undef HAVE_SYS_BUFMOD_H */
114176771Sraj
115176771Sraj/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
116176771Sraj/* #undef HAVE_SYS_DLPI_EXT_H */
117176771Sraj
118176771Sraj/* Define to 1 if you have the <sys/ioccom.h> header file. */
119176771Sraj#define HAVE_SYS_IOCCOM_H 1
120176771Sraj
121176771Sraj/* Define to 1 if you have the <sys/sockio.h> header file. */
122176771Sraj#define HAVE_SYS_SOCKIO_H 1
123176771Sraj
124176771Sraj/* Define to 1 if you have the <sys/stat.h> header file. */
125176771Sraj#define HAVE_SYS_STAT_H 1
126176771Sraj
127176771Sraj/* Define to 1 if you have the <sys/types.h> header file. */
128176771Sraj#define HAVE_SYS_TYPES_H 1
129176771Sraj
130176771Sraj/* if if_packet.h has tpacket_stats defined */
131176771Sraj/* #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