config.h revision 172681
113546Sjulian/* $FreeBSD: head/lib/libpcap/config.h 172681 2007-10-16 02:10:44Z mlaier $ */
213546Sjulian/* This is an edited copy of the config.h generated by configure. */
313546Sjulian
413546Sjulian/* config.h.  Generated by configure.  */
513546Sjulian/* config.h.in.  Generated from configure.in by autoheader.  */
613546Sjulian/* Long story short: aclocal.m4 depends on autoconf 2.13
713546Sjulian * implementation details wrt "const"; newer versions
813546Sjulian * have different implementation details so for now we
913546Sjulian * put "const" here.  This may cause duplicate definitions
1013546Sjulian * in config.h but that should be OK since they're the same.
1113546Sjulian */
1213546Sjulian/* #undef const */
13165967Simp
1413546Sjulian/* Enable optimizer debugging */
1513546Sjulian/* #undef BDEBUG */
1613546Sjulian
1713546Sjulian/* define if you have a cloning BPF device */
1813546Sjulian/* #undef HAVE_CLONING_BPF */
1913546Sjulian
2044963Sjb/* define if you have the DAG API */
2113546Sjulian/* #undef HAVE_DAG_API */
2213546Sjulian
2313546Sjulian/* define if you have dag_get_erf_types() */
2413546Sjulian/* #undef HAVE_DAG_GET_ERF_TYPES */
2513546Sjulian
2613546Sjulian/* define if you have streams capable DAG API */
2713546Sjulian/* #undef HAVE_DAG_STREAMS_API */
2813546Sjulian
2950476Speter/* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
3013546Sjulian   don't. */
31174112Sdeischen#define HAVE_DECL_ETHER_HOSTTON 1
32174112Sdeischen
3313546Sjulian/* define if you have a /dev/dlpi */
3413546Sjulian/* #undef HAVE_DEV_DLPI */
3536830Sjb
3613546Sjulian/* Define to 1 if you have the `ether_hostton' function. */
37174112Sdeischen#define HAVE_ETHER_HOSTTON 1
38103388Smini
3913546Sjulian/* on HP-UX 10.20 or later */
40113658Sdeischen/* #undef HAVE_HPUX10_20_OR_LATER */
41113658Sdeischen
42113658Sdeischen/* on HP-UX 9.x */
43113658Sdeischen/* #undef HAVE_HPUX9 */
4444963Sjb
4544963Sjb/* if ppa_info_t_dl_module_id exists */
4644963Sjb/* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
47113658Sdeischen
48113658Sdeischen/* Define to 1 if you have the <inttypes.h> header file. */
49113658Sdeischen#define HAVE_INTTYPES_H 1
50139023Sdeischen
51139023Sdeischen/* Define to 1 if you have the <limits.h> header file. */
52139023Sdeischen#define HAVE_LIMITS_H 1
5344963Sjb
54174112Sdeischen/* Define to 1 if you have the <memory.h> header file. */
55174112Sdeischen#define HAVE_MEMORY_H 1
56174112Sdeischen
57174112Sdeischen/* Define to 1 if you have the <netinet/ether.h> header file. */
58115173Sdeischen/* #undef HAVE_NETINET_ETHER_H */
59115173Sdeischen
60115173Sdeischen/* Define to 1 if you have the <netinet/if_ether.h> header file. */
61115173Sdeischen#define HAVE_NETINET_IF_ETHER_H 1
62115173Sdeischen
63115173Sdeischen/* Define to 1 if you have the <net/pfvar.h> header file. */
64115173Sdeischen/* See Makefile */
65115173Sdeischen/* #undef HAVE_NET_PFVAR_H */
6675369Sdeischen
6775369Sdeischen/* if there's an os_proto.h */
6875369Sdeischen/* #undef HAVE_OS_PROTO_H */
6975369Sdeischen
7071581Sdeischen/* Define to 1 if you have the <paths.h> header file. */
7171581Sdeischen#define HAVE_PATHS_H 1
7248046Sjb
7371581Sdeischen/* define if you have a /proc/net/dev */
7413546Sjulian/* #undef HAVE_PROC_NET_DEV */
7513546Sjulian
7617706Sjulian/* define if you have a Septel API */
77113658Sdeischen/* #undef HAVE_SEPTEL_API */
7813546Sjulian
7913546Sjulian/* Define to 1 if you have the `snprintf' function. */
8035509Sjb#define HAVE_SNPRINTF 1
8131402Salex
8235509Sjb/* if struct sockaddr has sa_len */
8317706Sjulian#define HAVE_SOCKADDR_SA_LEN 1
8424827Sjb
8524827Sjb/* if struct sockaddr_storage exists */
8617706Sjulian#define HAVE_SOCKADDR_STORAGE 1
8717706Sjulian
8817706Sjulian/* On solaris */
8917706Sjulian/* #undef HAVE_SOLARIS */
90113658Sdeischen
9117706Sjulian/* Define to 1 if you have the <stdint.h> header file. */
9217706Sjulian#define HAVE_STDINT_H 1
9317706Sjulian
94113658Sdeischen/* Define to 1 if you have the <stdlib.h> header file. */
9517706Sjulian#define HAVE_STDLIB_H 1
9613546Sjulian
9717706Sjulian/* Define to 1 if you have the `strerror' function. */
9817706Sjulian#define HAVE_STRERROR 1
9924827Sjb
10017706Sjulian/* Define to 1 if you have the <strings.h> header file. */
10117706Sjulian#define HAVE_STRINGS_H 1
10217706Sjulian
10313546Sjulian/* Define to 1 if you have the <string.h> header file. */
10424827Sjb#define HAVE_STRING_H 1
10517706Sjulian
10617706Sjulian/* Define to 1 if you have the `strlcpy' function. */
10731402Salex#define HAVE_STRLCPY 1
10817706Sjulian
10917706Sjulian/* Define to 1 if the system has the type `struct ether_addr'. */
11013546Sjulian/* #undef HAVE_STRUCT_ETHER_ADDR */
11117706Sjulian
11217706Sjulian/* Define to 1 if you have the <sys/bufmod.h> header file. */
11324827Sjb/* #undef HAVE_SYS_BUFMOD_H */
11424827Sjb
11531402Salex/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
116113658Sdeischen/* #undef HAVE_SYS_DLPI_EXT_H */
117173967Sjasone
118113658Sdeischen/* Define to 1 if you have the <sys/ioccom.h> header file. */
119113658Sdeischen#define HAVE_SYS_IOCCOM_H 1
12017706Sjulian
12117706Sjulian/* Define to 1 if you have the <sys/sockio.h> header file. */
12217706Sjulian#define HAVE_SYS_SOCKIO_H 1
12317706Sjulian
12417706Sjulian/* Define to 1 if you have the <sys/stat.h> header file. */
12544963Sjb#define HAVE_SYS_STAT_H 1
126120069Sdavidxu
12717706Sjulian/* Define to 1 if you have the <sys/types.h> header file. */
12844963Sjb#define HAVE_SYS_TYPES_H 1
12968516Sdeischen
13017706Sjulian/* if if_packet.h has tpacket_stats defined */
13117706Sjulian/* #undef HAVE_TPACKET_STATS */
13217706Sjulian
13313546Sjulian/* Define to 1 if you have the <unistd.h> header file. */
13413546Sjulian#define HAVE_UNISTD_H 1
13513546Sjulian
13613546Sjulian/* define if version.h is generated in the build procedure */
13713546Sjulian#define HAVE_VERSION_H 1
13813546Sjulian
13971581Sdeischen/* Define to 1 if you have the `vsnprintf' function. */
14013546Sjulian#define HAVE_VSNPRINTF 1
141113658Sdeischen
142113658Sdeischen/* define if your compiler has __attribute__ */
143113658Sdeischen#define HAVE___ATTRIBUTE__ 1
14413546Sjulian
14535509Sjb/* IPv6 */
14631402Salex/* #undef INET6 */
14735509Sjb
14835509Sjb/* if unaligned access fails */
149113658Sdeischen/* #undef LBL_ALIGN */
15013546Sjulian
15135509Sjb/* Define to 1 if netinet/ether.h declares `ether_hostton' */
152113658Sdeischen/* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
153113658Sdeischen
154113658Sdeischen/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
155113658Sdeischen#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
156113658Sdeischen
157113658Sdeischen/* do not use protochain */
158113658Sdeischen/* #undef NO_PROTOCHAIN */
159113658Sdeischen
160113658Sdeischen/* Define to the address where bug reports for this package should be sent. */
161115761Sdavidxu#define PACKAGE_BUGREPORT ""
162115761Sdavidxu
163115761Sdavidxu/* Define to the full name of this package. */
164113658Sdeischen#define PACKAGE_NAME ""
16535509Sjb
16635509Sjb/* Define to the full name and version of this package. */
16735509Sjb#define PACKAGE_STRING ""
168113658Sdeischen
16917706Sjulian/* Define to the one symbol short name of this package. */
17013546Sjulian#define PACKAGE_TARNAME ""
17113546Sjulian
17213546Sjulian/* Define to the version of this package. */
17313546Sjulian#define PACKAGE_VERSION ""
17413546Sjulian
17513546Sjulian/* /dev/dlpi directory */
17671581Sdeischen/* #undef PCAP_DEV_PREFIX */
17713546Sjulian
17871581Sdeischen/* Define to 1 if you have the ANSI C header files. */
17956277Sjasone#define STDC_HEADERS 1
18068516Sdeischen
181139023Sdeischen/* Enable parser debugging */
18268516Sdeischen/* #undef YYDEBUG */
18313546Sjulian
184115173Sdeischen/* needed on HP-UX */
18568516Sdeischen/* #undef _HPUX_SOURCE */
18635027Sjb
18735027Sjb/* define on AIX to get certain functions */
18835027Sjb/* #undef _SUN */
18935027Sjb
19035027Sjb/* Define as token for inline if inlining supported */
19168516Sdeischen#define inline inline
192174112Sdeischen
19368516Sdeischen/* on sinix */
19468516Sdeischen/* #undef sinix */
195115278Sdeischen
196115278Sdeischen/* if we have u_int16_t */
197115278Sdeischen/* #undef u_int16_t */
19868516Sdeischen
19968516Sdeischen/* if we have u_int32_t */
20068516Sdeischen/* #undef u_int32_t */
20168516Sdeischen
20268516Sdeischen/* if we have u_int8_t */
20368516Sdeischen/* #undef u_int8_t */
20468516Sdeischen