ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
Revision: 1.13
Committed: Sat Nov 10 05:14:21 2007 UTC (16 years, 6 months ago) by pcg
Branch: MAIN
Changes since 1.12: +18 -0 lines
Log Message:
first shot at converting from iom to libev

File Contents

# Content
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3
4 #ifndef CONFIG_H__
5 #define CONFIG_H__
6
7 #ifdef __cplusplus
8 using namespace std;
9 #endif
10
11
12
13 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
14 systems. This function is required for `alloca.c' support on those systems.
15 */
16 #undef CRAY_STACKSEG_END
17
18 /* Define to 1 if using `alloca.c'. */
19 #undef C_ALLOCA
20
21 /* Select the symmetric cipher to use. */
22 #undef ENABLE_CIPHER
23
24 /* Enable compression support. */
25 #undef ENABLE_COMPRESSION
26
27 /* Select the digest algorithm to use. */
28 #undef ENABLE_DIGEST
29
30 /* DNS tunnel protocol support. */
31 #undef ENABLE_DNS
32
33 /* http proxy connect support. */
34 #undef ENABLE_HTTP_PROXY
35
36 /* ICMP protocol support. */
37 #undef ENABLE_ICMP
38
39 /* Define to 1 if translation of program messages to the user's native
40 language is requested. */
41 #undef ENABLE_NLS
42
43 /* ROHC support */
44 #undef ENABLE_ROHC
45
46 /* TCP protocol support. */
47 #undef ENABLE_TCP
48
49 /* Define to 1 if you have `alloca', as a function or macro. */
50 #undef HAVE_ALLOCA
51
52 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
53 */
54 #undef HAVE_ALLOCA_H
55
56 /* Define to 1 if you have the <arpa/inet.h> header file. */
57 #undef HAVE_ARPA_INET_H
58
59 /* Define to 1 if you have the `asprintf' function. */
60 #undef HAVE_ASPRINTF
61
62 /* Define to 1 if you have the <clocale> header file. */
63 #undef HAVE_CLOCALE
64
65 /* Cygwin */
66 #undef HAVE_CYGWIN
67
68 /* Define to 1 if you have the `daemon' function. */
69 #undef HAVE_DAEMON
70
71 /* Darwin (MacOS/X) */
72 #undef HAVE_DARWIN
73
74 /* Define if the GNU dcgettext() function is already present or preinstalled.
75 */
76 #undef HAVE_DCGETTEXT
77
78 /* Define to 1 if you have the `epoll_ctl' function. */
79 #undef HAVE_EPOLL_CTL
80
81 /* Define to 1 if you have the <ext/hash_map> header file. */
82 #undef HAVE_EXT_HASH_MAP
83
84 /* Define to 1 if you have the <fcntl.h> header file. */
85 #undef HAVE_FCNTL_H
86
87 /* FreeBSD */
88 #undef HAVE_FREEBSD
89
90 /* Define if the GNU gettext() function is already present or preinstalled. */
91 #undef HAVE_GETTEXT
92
93 /* Define to 1 if you have the `get_current_dir_name' function. */
94 #undef HAVE_GET_CURRENT_DIR_NAME
95
96 /* Define if you have the iconv() function. */
97 #undef HAVE_ICONV
98
99 /* Define to 1 if you have the <inttypes.h> header file. */
100 #undef HAVE_INTTYPES_H
101
102 /* Define to 1 if you have the `kqueue' function. */
103 #undef HAVE_KQUEUE
104
105 /* Define to 1 if you have the `gmp' library (-lgmp). */
106 #undef HAVE_LIBGMP
107
108 /* Define to 1 if you have the `nsl' library (-lnsl). */
109 #undef HAVE_LIBNSL
110
111 /* Define to 1 if you have the `rt' library (-lrt). */
112 #undef HAVE_LIBRT
113
114 /* Define to 1 if you have the `socket' library (-lsocket). */
115 #undef HAVE_LIBSOCKET
116
117 /* Define to 1 if you have the <limits.h> header file. */
118 #undef HAVE_LIMITS_H
119
120 /* Linux */
121 #undef HAVE_LINUX
122
123 /* Define to 1 if you have the <malloc.h> header file. */
124 #undef HAVE_MALLOC_H
125
126 /* Define to 1 if you have the <memory.h> header file. */
127 #undef HAVE_MEMORY_H
128
129 /* Define to 1 if you have the `mlockall' function. */
130 #undef HAVE_MLOCKALL
131
132 /* NetBSD */
133 #undef HAVE_NETBSD
134
135 /* Define to 1 if you have the <netinet/in.h> header file. */
136 #undef HAVE_NETINET_IN_H
137
138 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
139 #undef HAVE_NETINET_IN_SYSTM_H
140
141 /* Define to 1 if you have the <netinet/ip.h> header file. */
142 #undef HAVE_NETINET_IP_H
143
144 /* Define to 1 if you have the <netinet/tcp.h> header file. */
145 #undef HAVE_NETINET_TCP_H
146
147 /* Define to 1 if you have the <net/ethernet.h> header file. */
148 #undef HAVE_NET_ETHERNET_H
149
150 /* Define to 1 if you have the <net/if.h> header file. */
151 #undef HAVE_NET_IF_H
152
153 /* OpenBSD */
154 #undef HAVE_OPENBSD
155
156 /* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */
157 #undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS
158
159 /* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function.
160 */
161 #undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF
162
163 /* Define to 1 if you have the <openssl/err.h> header file. */
164 #undef HAVE_OPENSSL_ERR_H
165
166 /* Define to 1 if you have the <openssl/evp.h> header file. */
167 #undef HAVE_OPENSSL_EVP_H
168
169 /* Define to 1 if you have the <openssl/pem.h> header file. */
170 #undef HAVE_OPENSSL_PEM_H
171
172 /* Define to 1 if you have the <openssl/rand.h> header file. */
173 #undef HAVE_OPENSSL_RAND_H
174
175 /* Define to 1 if you have the <openssl/rsa.h> header file. */
176 #undef HAVE_OPENSSL_RSA_H
177
178 /* Define to 1 if you have the <openssl/sha.h> header file. */
179 #undef HAVE_OPENSSL_SHA_H
180
181 /* Define to 1 if you have the `putenv' function. */
182 #undef HAVE_PUTENV
183
184 /* Define to 1 if you have the `RAND_pseudo_bytes' function. */
185 #undef HAVE_RAND_PSEUDO_BYTES
186
187 /* Define to 1 if you have the `select' function. */
188 #undef HAVE_SELECT
189
190 /* socklen_t available */
191 #undef HAVE_SOCKLEN_T
192
193 /* Solaris/SunOS */
194 #undef HAVE_SOLARIS
195
196 /* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */
197 #undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS
198
199 /* Define to 1 if you have the <stdint.h> header file. */
200 #undef HAVE_STDINT_H
201
202 /* Define to 1 if you have the <stdlib.h> header file. */
203 #undef HAVE_STDLIB_H
204
205 /* Define to 1 if you have the `strerror' function. */
206 #undef HAVE_STRERROR
207
208 /* Define to 1 if you have the <strings.h> header file. */
209 #undef HAVE_STRINGS_H
210
211 /* Define to 1 if you have the <string.h> header file. */
212 #undef HAVE_STRING_H
213
214 /* Define to 1 if you have the `strsignal' function. */
215 #undef HAVE_STRSIGNAL
216
217 /* Define to 1 if you have the `strtol' function. */
218 #undef HAVE_STRTOL
219
220 /* struct addrinfo available */
221 #undef HAVE_STRUCT_ADDRINFO
222
223 /* Define to 1 if you have the <syslog.h> header file. */
224 #undef HAVE_SYSLOG_H
225
226 /* Define to 1 if you have the <sys/cygwin.h> header file. */
227 #undef HAVE_SYS_CYGWIN_H
228
229 /* Define to 1 if you have the <sys/epoll.h> header file. */
230 #undef HAVE_SYS_EPOLL_H
231
232 /* Define to 1 if you have the <sys/event.h> header file. */
233 #undef HAVE_SYS_EVENT_H
234
235 /* Define to 1 if you have the <sys/file.h> header file. */
236 #undef HAVE_SYS_FILE_H
237
238 /* Define to 1 if you have the <sys/ioctl.h> header file. */
239 #undef HAVE_SYS_IOCTL_H
240
241 /* Define to 1 if you have the <sys/mman.h> header file. */
242 #undef HAVE_SYS_MMAN_H
243
244 /* Define to 1 if you have the <sys/param.h> header file. */
245 #undef HAVE_SYS_PARAM_H
246
247 /* Define to 1 if you have the <sys/queue.h> header file. */
248 #undef HAVE_SYS_QUEUE_H
249
250 /* Define to 1 if you have the <sys/stat.h> header file. */
251 #undef HAVE_SYS_STAT_H
252
253 /* Define to 1 if you have the <sys/time.h> header file. */
254 #undef HAVE_SYS_TIME_H
255
256 /* Define to 1 if you have the <sys/types.h> header file. */
257 #undef HAVE_SYS_TYPES_H
258
259 /* Universal tun/tap driver present */
260 #undef HAVE_TUNTAP
261
262 /* Define to 1 if you have the <unistd.h> header file. */
263 #undef HAVE_UNISTD_H
264
265 /* Define to 1 if you have the `unsetenv' function. */
266 #undef HAVE_UNSETENV
267
268 /* Size of HMAC in each packet in bytes. */
269 #undef HMACLENGTH
270
271 /* kernel interface subtype */
272 #undef IFSUBTYPE
273
274 /* kernel interface type */
275 #undef IFTYPE
276
277 /* Location of if_tun.h */
278 #undef LINUX_IF_TUN_H
279
280 /* Maximum MTU supported. */
281 #undef MAX_MTU
282
283 /* Name of package */
284 #undef PACKAGE
285
286 /* Define to the address where bug reports for this package should be sent. */
287 #undef PACKAGE_BUGREPORT
288
289 /* Define to the full name of this package. */
290 #undef PACKAGE_NAME
291
292 /* Define to the full name and version of this package. */
293 #undef PACKAGE_STRING
294
295 /* Define to the one symbol short name of this package. */
296 #undef PACKAGE_TARNAME
297
298 /* Define to the version of this package. */
299 #undef PACKAGE_VERSION
300
301 /* Add this many bytes of randomness to each packet. */
302 #undef RAND_SIZE
303
304 /* Define as the return type of signal handlers (`int' or `void'). */
305 #undef RETSIGTYPE
306
307 /* If using the C implementation of alloca, define if you know the
308 direction of stack growth for your system; otherwise it will be
309 automatically deduced at runtime.
310 STACK_DIRECTION > 0 => grows toward higher addresses
311 STACK_DIRECTION < 0 => grows toward lower addresses
312 STACK_DIRECTION = 0 => direction of growth unknown */
313 #undef STACK_DIRECTION
314
315 /* Define to 1 if you have the ANSI C header files. */
316 #undef STDC_HEADERS
317
318 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
319 #undef TIME_WITH_SYS_TIME
320
321 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
322 #undef TM_IN_SYS_TIME
323
324 /* Version number of package */
325 #undef VERSION
326
327 /* Enable GNU extensions */
328 #undef _GNU_SOURCE
329
330 /* Define to empty if `const' does not conform to ANSI C. */
331 #undef const
332
333 /* Define to `int' if <sys/types.h> does not define. */
334 #undef pid_t
335
336 /* Define to `unsigned int' if <sys/types.h> does not define. */
337 #undef size_t
338
339
340 typedef unsigned char u8;
341 typedef signed char s8;
342
343 #if __CYGWIN__
344
345 typedef unsigned short u16;
346 typedef unsigned int u32;
347 typedef signed short s16;
348 typedef signed int s32;
349
350 #else
351 #include <inttypes.h>
352
353 /* old modula-2 habits */
354 typedef uint16_t u16;
355 typedef uint32_t u32;
356 typedef int16_t s16;
357 typedef int32_t s32;
358 #endif
359
360 #endif
361
362 #if HAVE_CLOCALE
363 # define CLOCALE <clocale>
364 #else
365 # define CLOCALE <locale.h>
366 #endif
367