source: branches/garlicat/config.h.in @ 553

Revision 502, 3.3 KB checked in by eagle, 3 years ago (diff)

improved autoconf for better pthread configuration (acx_pthread.m4)

Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* disable source ip checking */
4#undef CHECK_IPSRC
5
6/* enable debugging */
7#undef DEBUG
8
9/* enable handling of accidental HTTP requests */
10#undef HANDLE_HTTP
11
12/* Define to 1 if you have the <endian.h> header file. */
13#undef HAVE_ENDIAN_H
14
15/* Define to 1 if you have the `ether_ntoa' function. */
16#undef HAVE_ETHER_NTOA
17
18/* Define to 1 if you have the `ether_ntoa_r' function. */
19#undef HAVE_ETHER_NTOA_R
20
21/* Define to 1 if you have the <linux/if_tun.h> header file. */
22#undef HAVE_LINUX_IF_TUN_H
23
24/* Define to 1 if you have the <linux/sockios.h> header file. */
25#undef HAVE_LINUX_SOCKIOS_H
26
27/* Define to 1 if you have the <netinet/ether.h> header file. */
28#undef HAVE_NETINET_ETHER_H
29
30/* Define to 1 if you have the <netinet/icmp6.h> header file. */
31#undef HAVE_NETINET_ICMP6_H
32
33/* Define to 1 if you have the <netinet/if_ether.h> header file. */
34#undef HAVE_NETINET_IF_ETHER_H
35
36/* Define to 1 if you have the <netinet/in6.h> header file. */
37#undef HAVE_NETINET_IN6_H
38
39/* Define to 1 if you have the <netinet/in.h> header file. */
40#undef HAVE_NETINET_IN_H
41
42/* Define to 1 if you have the <netinet/in_systm.h> header file. */
43#undef HAVE_NETINET_IN_SYSTM_H
44
45/* Define to 1 if you have the <netinet/ip6.h> header file. */
46#undef HAVE_NETINET_IP6_H
47
48/* Define to 1 if you have the <netinet/ip.h> header file. */
49#undef HAVE_NETINET_IP_H
50
51/* Define to 1 if you have the <net/ethernet.h> header file. */
52#undef HAVE_NET_ETHERNET_H
53
54/* Define to 1 if you have the <net/if.h> header file. */
55#undef HAVE_NET_IF_H
56
57/* Define to 1 if you have the <net/if_tun.h> header file. */
58#undef HAVE_NET_IF_TUN_H
59
60/* Define if you have POSIX threads libraries and header files. */
61#undef HAVE_PTHREAD
62
63/* Do we have sockaddr_in.sin_len? */
64#undef HAVE_SIN_LEN
65
66/* Define to 1 if you have the `strlcat' function. */
67#undef HAVE_STRLCAT
68
69/* Define to 1 if you have the `strlcpy' function. */
70#undef HAVE_STRLCPY
71
72/* Define to 1 if the system has the type `struct ip'. */
73#undef HAVE_STRUCT_IP
74
75/* Define to 1 if the system has the type `struct ip6_hdr'. */
76#undef HAVE_STRUCT_IP6_HDR
77
78/* Define to 1 if the system has the type `struct iphdr'. */
79#undef HAVE_STRUCT_IPHDR
80
81/* Define to 1 if you have the <sys/endian.h> header file. */
82#undef HAVE_SYS_ENDIAN_H
83
84/* Define to 1 if you have the <sys/socket.h> header file. */
85#undef HAVE_SYS_SOCKET_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* enable RTT measurement */
91#undef MEASURE_RTT
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the version of this package. */
109#undef PACKAGE_VERSION
110
111/* enable packet logging */
112#undef PACKET_LOG
113
114/* enable packet queue */
115#undef PACKET_QUEUE
116
117/* Define to necessary symbol if this constant uses a non-standard name on
118   your system. */
119#undef PTHREAD_CREATE_JOINABLE
120
121/* SVN Revision */
122#undef SVN_REVISION
123
124/* Version number of package */
125#undef VERSION
126
127/* Define to empty if `const' does not conform to ANSI C. */
128#undef const
Note: See TracBrowser for help on using the repository browser.