source: trunk/config.h.in @ 553

Revision 550, 4.3 KB checked in by eagle, 17 months ago (diff)

OC now works on DragonFly? BSD.
Misleading config file error message removed.
DNS interception started (but not in use yet).

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 <arpa/nameser.h> header file. */
13#undef HAVE_ARPA_NAMESER_H
14
15/* Define to 1 if you have the <endian.h> header file. */
16#undef HAVE_ENDIAN_H
17
18/* Do we have ether_header.ether_dhost.ether_addr_octet */
19#undef HAVE_ETHER_ADDR_OCTET
20
21/* Define to 1 if you have the `ether_ntoa' function. */
22#undef HAVE_ETHER_NTOA
23
24/* Define to 1 if you have the `ether_ntoa_r' function. */
25#undef HAVE_ETHER_NTOA_R
26
27/* Define to 1 if you have the <fcntl.h> header file. */
28#undef HAVE_FCNTL_H
29
30/* Define to 1 if you have the <linux/if_tun.h> header file. */
31#undef HAVE_LINUX_IF_TUN_H
32
33/* Define to 1 if you have the <linux/sockios.h> header file. */
34#undef HAVE_LINUX_SOCKIOS_H
35
36/* Define to 1 if you have the <netdb.h> header file. */
37#undef HAVE_NETDB_H
38
39/* Define to 1 if you have the <netinet/ether.h> header file. */
40#undef HAVE_NETINET_ETHER_H
41
42/* Define to 1 if you have the <netinet/icmp6.h> header file. */
43#undef HAVE_NETINET_ICMP6_H
44
45/* Define to 1 if you have the <netinet/if_ether.h> header file. */
46#undef HAVE_NETINET_IF_ETHER_H
47
48/* Define to 1 if you have the <netinet/in6.h> header file. */
49#undef HAVE_NETINET_IN6_H
50
51/* Define to 1 if you have the <netinet/in.h> header file. */
52#undef HAVE_NETINET_IN_H
53
54/* Define to 1 if you have the <netinet/in_systm.h> header file. */
55#undef HAVE_NETINET_IN_SYSTM_H
56
57/* Define to 1 if you have the <netinet/ip6.h> header file. */
58#undef HAVE_NETINET_IP6_H
59
60/* Define to 1 if you have the <netinet/ip.h> header file. */
61#undef HAVE_NETINET_IP_H
62
63/* Define to 1 if you have the <netinet/udp.h> header file. */
64#undef HAVE_NETINET_UDP_H
65
66/* Define to 1 if you have the <net/ethernet.h> header file. */
67#undef HAVE_NET_ETHERNET_H
68
69/* Define to 1 if you have the <net/if.h> header file. */
70#undef HAVE_NET_IF_H
71
72/* Define to 1 if you have the <net/if_tun.h> header file. */
73#undef HAVE_NET_IF_TUN_H
74
75/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
76#undef HAVE_NET_TUN_IF_TUN_H
77
78/* Define if you have POSIX threads libraries and header files. */
79#undef HAVE_PTHREAD
80
81/* Do we have sockaddr_in.sin_len? */
82#undef HAVE_SIN_LEN
83
84/* Do we have stat.st_mtim? */
85#undef HAVE_STAT_ST_MTIM
86
87/* Do we have stat.st_mtimespec? */
88#undef HAVE_STAT_ST_MTIMESPEC
89
90/* Define to 1 if you have the `strlcat' function. */
91#undef HAVE_STRLCAT
92
93/* Define to 1 if you have the `strlcpy' function. */
94#undef HAVE_STRLCPY
95
96/* Define to 1 if the system has the type `struct ip'. */
97#undef HAVE_STRUCT_IP
98
99/* Define to 1 if the system has the type `struct ip6_hdr'. */
100#undef HAVE_STRUCT_IP6_HDR
101
102/* Define to 1 if the system has the type `struct iphdr'. */
103#undef HAVE_STRUCT_IPHDR
104
105/* Define to 1 if you have the <sys/endian.h> header file. */
106#undef HAVE_SYS_ENDIAN_H
107
108/* Define to 1 if you have the <sys/ethernet.h> header file. */
109#undef HAVE_SYS_ETHERNET_H
110
111/* Define to 1 if you have the <sys/socket.h> header file. */
112#undef HAVE_SYS_SOCKET_H
113
114/* Define to 1 if you have the <sys/stat.h> header file. */
115#undef HAVE_SYS_STAT_H
116
117/* Define to 1 if you have the <sys/types.h> header file. */
118#undef HAVE_SYS_TYPES_H
119
120/* Define to 1 if you have the <sys/wait.h> header file. */
121#undef HAVE_SYS_WAIT_H
122
123/* Define to 1 if you have the <time.h> header file. */
124#undef HAVE_TIME_H
125
126/* enable RTT measurement */
127#undef MEASURE_RTT
128
129/* Name of package */
130#undef PACKAGE
131
132/* Define to the address where bug reports for this package should be sent. */
133#undef PACKAGE_BUGREPORT
134
135/* Define to the full name of this package. */
136#undef PACKAGE_NAME
137
138/* Define to the full name and version of this package. */
139#undef PACKAGE_STRING
140
141/* Define to the one symbol short name of this package. */
142#undef PACKAGE_TARNAME
143
144/* Define to the version of this package. */
145#undef PACKAGE_VERSION
146
147/* enable packet logging */
148#undef PACKET_LOG
149
150/* enable packet queue */
151#undef PACKET_QUEUE
152
153/* Define to necessary symbol if this constant uses a non-standard name on
154   your system. */
155#undef PTHREAD_CREATE_JOINABLE
156
157/* SVN Revision */
158#undef SVN_REVISION
159
160/* Version number of package */
161#undef VERSION
162
163/* exclude tunnel device code */
164#undef WITHOUT_TUN
165
166/* Define to empty if `const' does not conform to ANSI C. */
167#undef const
Note: See TracBrowser for help on using the repository browser.