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