config.h revision 127667
12258Scsgr/* $FreeBSD: head/lib/libpcap/config.h 98529 2002-06-21 01:35:37Z fenner $ */
22258Scsgr/* This is an edited copy of the config.h generated by configure. */
32258Scsgr
42258Scsgr/* config.h.  Generated automatically by configure.  */
52258Scsgr/* config.h.in.  Generated automatically from configure.in by autoheader.  */
62258Scsgr
72258Scsgr/* Define to empty if the keyword does not work.  */
82258Scsgr/* #undef const */
92258Scsgr
102258Scsgr/* Define as __inline if that's what the C compiler calls it.  */
112258Scsgr/* #undef inline */
122258Scsgr
132258Scsgr/* Long story short: aclocal.m4 depends on autoconf 2.13
142258Scsgr * implementation details wrt "const"; newer versions
152258Scsgr * have different implementation details so for now we
162258Scsgr * put "const" here.  This may cause duplicate definitions
172258Scsgr * in config.h but that should be OK since they're the same.
182258Scsgr */
192258Scsgr/* #undef const */
202258Scsgr
212258Scsgr/* Define if you have the ether_hostton function.  */
222258Scsgr#define HAVE_ETHER_HOSTTON 1
232258Scsgr
242258Scsgr/* Define if you have the strerror function.  */
252258Scsgr#define HAVE_STRERROR 1
262258Scsgr
272258Scsgr/* Define if you have the strlcpy function.  */
282258Scsgr#define HAVE_STRLCPY 1
292258Scsgr
302258Scsgr/* Define if you have the <ifaddrs.h> header file.  */
312258Scsgr#define HAVE_IFADDRS_H 1
322258Scsgr
332258Scsgr/* Define if you have the <limits.h> header file.  */
342258Scsgr#define HAVE_LIMITS_H 1
352258Scsgr
362258Scsgr/* Define if you have the <netinet/if_ether.h> header file.  */
372258Scsgr#define HAVE_NETINET_IF_ETHER_H 1
382258Scsgr
39/* Define if you have the <sys/bufmod.h> header file.  */
40/* #undef HAVE_SYS_BUFMOD_H */
41
42/* Define if you have the <sys/dlpi_ext.h> header file.  */
43/* #undef HAVE_SYS_DLPI_EXT_H */
44
45/* Define if you have the <sys/ioccom.h> header file.  */
46#define HAVE_SYS_IOCCOM_H 1
47
48/* Define if you have the <sys/sockio.h> header file.  */
49#define HAVE_SYS_SOCKIO_H 1
50
51/* needed on HP-UX */
52/* #undef _HPUX_SOURCE */
53
54/* define if your compiler has __attribute__ */
55#define HAVE___ATTRIBUTE__ 1
56
57/* if we have u_int8_t */
58/* #undef u_int8_t */
59
60/* if we have u_int16_t */
61/* #undef u_int16_t */
62
63/* if we have u_int32_t */
64/* #undef u_int32_t */
65
66/* do not use protochain */
67/* #undef NO_PROTOCHAIN */
68
69/* IPv6 */
70/* XXX Handled by Makefile, to handle NOINET6 */
71/* #define INET6 1 */
72
73/* Enable optimizer debugging */
74/* #undef BDEBUG */
75
76/* Enable parser debugging */
77/* #undef YYDEBUG */
78
79/* define if you have a /dev/dlpi */
80/* #undef HAVE_DEV_DLPI */
81
82/* /dev/dlpi directory */
83/* #undef PCAP_DEV_PREFIX */
84
85/* if if_packet.h has tpacket_stats defined */
86/* #undef HAVE_TPACKET_STATS */
87
88/* define if you have a /proc/net/dev */
89/* #undef HAVE_PROC_NET_DEV */
90
91/* define on AIX to get certain functions */
92/* #undef _SUN */
93
94/* on HP-UX 9.x */
95/* #undef HAVE_HPUX9 */
96
97/* on HP-UX 10.20 */
98/* #undef HAVE_HPUX10_20 */
99
100/* on sinix */
101/* #undef sinix */
102
103/* On solaris */
104/* #undef HAVE_SOLARIS */
105
106/* if there's an os_proto.h */
107/* #undef HAVE_OS_PROTO_H */
108
109/* if struct sockaddr has sa_len */
110#define HAVE_SOCKADDR_SA_LEN 1
111
112/* if ppa_info_t_dl_module_id exists */
113/* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
114
115/* if unaligned access fails */
116/* #undef LBL_ALIGN */
117
118