xref: /dragonfly/lib/libpcap/config.h (revision 984263bc)
1 /* $FreeBSD: src/lib/libpcap/config.h,v 1.1.2.2 2002/07/05 14:40:00 fenner Exp $ */
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 /* Long story short: aclocal.m4 depends on autoconf 2.13
14  * implementation details wrt "const"; newer versions
15  * have different implementation details so for now we
16  * put "const" here.  This may cause duplicate definitions
17  * in config.h but that should be OK since they're the same.
18  */
19 /* #undef const */
20 
21 /* Define if you have the ether_hostton function.  */
22 #define HAVE_ETHER_HOSTTON 1
23 
24 /* Define if you have the strerror function.  */
25 #define HAVE_STRERROR 1
26 
27 /* Define if you have the strlcpy function.  */
28 #define HAVE_STRLCPY 1
29 
30 /* Define if you have the <ifaddrs.h> header file.  */
31 #define HAVE_IFADDRS_H 1
32 
33 /* Define if you have the <limits.h> header file.  */
34 #define HAVE_LIMITS_H 1
35 
36 /* Define if you have the <netinet/if_ether.h> header file.  */
37 #define HAVE_NETINET_IF_ETHER_H 1
38 
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