config.h revision 75111
1/* $FreeBSD: head/lib/libpcap/config.h 75111 2001-04-03 04:34:50Z fenner $ */
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h.  Generated automatically by configure.  */
5/* config.h.in.  Generated automatically from configure.in by autoheader.  */
6
7/* Define to empty if the keyword does not work.  */
8/* #undef const */
9
10/* Define as __inline if that's what the C compiler calls it.  */
11/* #undef inline */
12
13/* Define if you have the ether_hostton function.  */
14#define HAVE_ETHER_HOSTTON 1
15
16/* Define if you have the freeifaddrs function.  */
17#define HAVE_FREEIFADDRS 1
18
19/* Define if you have the strerror function.  */
20#define HAVE_STRERROR 1
21
22/* Define if you have the strlcpy function.  */
23#define HAVE_STRLCPY 1
24
25/* Define if you have the <ifaddrs.h> header file.  */
26#define HAVE_IFADDRS_H 1
27
28/* Define if you have the <netinet/if_ether.h> header file.  */
29#define HAVE_NETINET_IF_ETHER_H 1
30
31/* Define if you have the <netpacket/packet.h> header file.  */
32/* #undef HAVE_NETPACKET_PACKET_H */
33
34/* Define if you have the <sys/bufmod.h> header file.  */
35/* #undef HAVE_SYS_BUFMOD_H */
36
37/* Define if you have the <sys/dlpi_ext.h> header file.  */
38/* #undef HAVE_SYS_DLPI_EXT_H */
39
40/* Define if you have the <sys/ioccom.h> header file.  */
41#define HAVE_SYS_IOCCOM_H 1
42
43/* Define if you have the <sys/sockio.h> header file.  */
44#define HAVE_SYS_SOCKIO_H 1
45
46/* needed on HP-UX */
47/* #undef _HPUX_SOURCE */
48
49/* define if your compiler has __attribute__ */
50#define HAVE___ATTRIBUTE__ 1
51
52/* if we have u_int8_t */
53/* #undef u_int8_t */
54
55/* if we have u_int16_t */
56/* #undef u_int16_t */
57
58/* if we have u_int32_t */
59/* #undef u_int32_t */
60
61/* do not use protochain */
62/* #undef NO_PROTOCHAIN */
63
64/* IPv6 */
65/* XXX Handled by Makefile, to handle NOINET6 */
66/* #define INET6 1 */
67
68/* define if you have a /dev/dlpi */
69/* #undef HAVE_DEV_DLPI */
70
71/* /dev/dlpi directory */
72/* #undef PCAP_DEV_PREFIX */
73
74/* define on AIX to get certain functions */
75/* #undef _SUN */
76
77/* on HP-UX 9.x */
78/* #undef HAVE_HPUX9 */
79
80/* on HP-UX 10.20 */
81/* #undef HAVE_HPUX10_20 */
82
83/* on sinix */
84/* #undef sinix */
85
86/* On solaris */
87/* #undef HAVE_SOLARIS */
88
89/* if there's an os_proto.h */
90/* #undef HAVE_OS_PROTO_H */
91
92/* if struct sockaddr has sa_len */
93#define HAVE_SOCKADDR_SA_LEN 1
94
95/* if ppa_info_t_dl_module_id exists */
96/* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
97
98/* if unaligned access fails */
99/* #undef LBL_ALIGN */
100
101