Merge from vendor branch BINUTILS:
[dragonfly.git] / lib / libpcap / config.h
1 /* $FreeBSD: src/lib/libpcap/config.h,v 1.1.2.2 2002/07/05 14:40:00 fenner Exp $ */
2 /* $DragonFly: src/lib/libpcap/config.h,v 1.2 2003/06/17 04:26:51 dillon Exp $ */
3 /* This is an edited copy of the config.h generated by configure. */
4
5 /* config.h.  Generated automatically by configure.  */
6 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
7
8 /* Define to empty if the keyword does not work.  */
9 /* #undef const */
10
11 /* Define as __inline if that's what the C compiler calls it.  */
12 /* #undef inline */
13
14 /* Long story short: aclocal.m4 depends on autoconf 2.13
15  * implementation details wrt "const"; newer versions
16  * have different implementation details so for now we
17  * put "const" here.  This may cause duplicate definitions
18  * in config.h but that should be OK since they're the same.
19  */
20 /* #undef const */
21
22 /* Define if you have the ether_hostton function.  */
23 #define HAVE_ETHER_HOSTTON 1
24
25 /* Define if you have the strerror function.  */
26 #define HAVE_STRERROR 1
27
28 /* Define if you have the strlcpy function.  */
29 #define HAVE_STRLCPY 1
30
31 /* Define if you have the <ifaddrs.h> header file.  */
32 #define HAVE_IFADDRS_H 1
33
34 /* Define if you have the <limits.h> header file.  */
35 #define HAVE_LIMITS_H 1
36
37 /* Define if you have the <netinet/if_ether.h> header file.  */
38 #define HAVE_NETINET_IF_ETHER_H 1
39
40 /* Define if you have the <sys/bufmod.h> header file.  */
41 /* #undef HAVE_SYS_BUFMOD_H */
42
43 /* Define if you have the <sys/dlpi_ext.h> header file.  */
44 /* #undef HAVE_SYS_DLPI_EXT_H */
45
46 /* Define if you have the <sys/ioccom.h> header file.  */
47 #define HAVE_SYS_IOCCOM_H 1
48
49 /* Define if you have the <sys/sockio.h> header file.  */
50 #define HAVE_SYS_SOCKIO_H 1
51
52 /* needed on HP-UX */
53 /* #undef _HPUX_SOURCE */
54
55 /* define if your compiler has __attribute__ */
56 #define HAVE___ATTRIBUTE__ 1
57
58 /* if we have u_int8_t */
59 /* #undef u_int8_t */
60
61 /* if we have u_int16_t */
62 /* #undef u_int16_t */
63
64 /* if we have u_int32_t */
65 /* #undef u_int32_t */
66
67 /* do not use protochain */
68 /* #undef NO_PROTOCHAIN */
69
70 /* IPv6 */
71 /* XXX Handled by Makefile, to handle NOINET6 */
72 /* #define INET6 1 */
73
74 /* Enable optimizer debugging */
75 /* #undef BDEBUG */
76
77 /* Enable parser debugging */
78 /* #undef YYDEBUG */
79
80 /* define if you have a /dev/dlpi */
81 /* #undef HAVE_DEV_DLPI */
82
83 /* /dev/dlpi directory */
84 /* #undef PCAP_DEV_PREFIX */
85
86 /* if if_packet.h has tpacket_stats defined */
87 /* #undef HAVE_TPACKET_STATS */
88
89 /* define if you have a /proc/net/dev */
90 /* #undef HAVE_PROC_NET_DEV */
91
92 /* define on AIX to get certain functions */
93 /* #undef _SUN */
94
95 /* on HP-UX 9.x */
96 /* #undef HAVE_HPUX9 */
97
98 /* on HP-UX 10.20 */
99 /* #undef HAVE_HPUX10_20 */
100
101 /* on sinix */
102 /* #undef sinix */
103
104 /* On solaris */
105 /* #undef HAVE_SOLARIS */
106
107 /* if there's an os_proto.h */
108 /* #undef HAVE_OS_PROTO_H */
109
110 /* if struct sockaddr has sa_len */
111 #define HAVE_SOCKADDR_SA_LEN 1
112
113 /* if ppa_info_t_dl_module_id exists */
114 /* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
115
116 /* if unaligned access fails */
117 /* #undef LBL_ALIGN */
118