svn cleanup
[anytun.git] / openvpn / config.h.in
blob174c795ffc1725dce65065f20a25074919a75f20
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* enable iproute2 support */
4 #undef CONFIG_FEATURE_IPROUTE
6 /* Use memory debugging function in OpenSSL */
7 #undef CRYPTO_MDEBUG
9 /* Use dmalloc memory debugging library */
10 #undef DMALLOC
12 /* Dimension to use for empty array declaration */
13 #undef EMPTY_ARRAY_SIZE
15 /* Enable client capability only */
16 #undef ENABLE_CLIENT_ONLY
18 /* Enable client/server capability */
19 #undef ENABLE_CLIENT_SERVER
21 /* Enable debugging support */
22 #undef ENABLE_DEBUG
24 /* Enable internal fragmentation support */
25 #undef ENABLE_FRAGMENT
27 /* Enable HTTP proxy support */
28 #undef ENABLE_HTTP_PROXY
30 /* Enable management server capability */
31 #undef ENABLE_MANAGEMENT
33 /* Allow --askpass and --auth-user-pass passwords to be read from a file */
34 #undef ENABLE_PASSWORD_SAVE
36 /* Enable smaller executable size */
37 #undef ENABLE_SMALL
39 /* Enable Socks proxy support */
40 #undef ENABLE_SOCKS
42 /* Define to 1 if you have the `accept' function. */
43 #undef HAVE_ACCEPT
45 /* Define to 1 if you have the <arpa/inet.h> header file. */
46 #undef HAVE_ARPA_INET_H
48 /* Define to 1 if you have the `bind' function. */
49 #undef HAVE_BIND
51 /* Define to 1 if you have the `chdir' function. */
52 #undef HAVE_CHDIR
54 /* Define to 1 if you have the `chroot' function. */
55 #undef HAVE_CHROOT
57 /* Define to 1 if you have the `chsize' function. */
58 #undef HAVE_CHSIZE
60 /* struct cmsghdr needed for extended socket error support */
61 #undef HAVE_CMSGHDR
63 /* Define to 1 if you have the `connect' function. */
64 #undef HAVE_CONNECT
66 /* Define to 1 if your compiler supports GNU GCC-style variadic macros */
67 #undef HAVE_CPP_VARARG_MACRO_GCC
69 /* Define to 1 if your compiler supports ISO C99 variadic macros */
70 #undef HAVE_CPP_VARARG_MACRO_ISO
72 /* Define to 1 if you have the `ctime' function. */
73 #undef HAVE_CTIME
75 /* Define to 1 if you have the <ctype.h> header file. */
76 #undef HAVE_CTYPE_H
78 /* Define to 1 if you have the `daemon' function. */
79 #undef HAVE_DAEMON
81 /* Define to 1 if you have the `dup' function. */
82 #undef HAVE_DUP
84 /* Define to 1 if you have the `dup2' function. */
85 #undef HAVE_DUP2
87 /* Define to 1 if you have the `ENGINE_cleanup' function. */
88 #undef HAVE_ENGINE_CLEANUP
90 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
91 #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
93 /* Define to 1 if you have the `ENGINE_register_all_complete' function. */
94 #undef HAVE_ENGINE_REGISTER_ALL_COMPLETE
96 /* Define to 1 if you have the `epoll_create' function. */
97 #undef HAVE_EPOLL_CREATE
99 /* Define to 1 if you have the <errno.h> header file. */
100 #undef HAVE_ERRNO_H
102 /* Define to 1 if you have the `EVP_CIPHER_CTX_set_key_length' function. */
103 #undef HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH
105 /* Define to 1 if you have the <fcntl.h> header file. */
106 #undef HAVE_FCNTL_H
108 /* Define to 1 if you have the `flock' function. */
109 #undef HAVE_FLOCK
111 /* Define to 1 if you have the `fork' function. */
112 #undef HAVE_FORK
114 /* Define to 1 if you have the `ftruncate' function. */
115 #undef HAVE_FTRUNCATE
117 /* Define to 1 if you have the `getgrnam' function. */
118 #undef HAVE_GETGRNAM
120 /* Define to 1 if you have the `gethostbyname' function. */
121 #undef HAVE_GETHOSTBYNAME
123 /* Define to 1 if you have the `getpass' function. */
124 #undef HAVE_GETPASS
126 /* Define to 1 if you have the `getpeername' function. */
127 #undef HAVE_GETPEERNAME
129 /* Define to 1 if you have the `getpid' function. */
130 #undef HAVE_GETPID
132 /* Define to 1 if you have the `getpwnam' function. */
133 #undef HAVE_GETPWNAM
135 /* Define to 1 if you have the `getsockopt' function. */
136 #undef HAVE_GETSOCKOPT
138 /* Define to 1 if you have the `gettimeofday' function. */
139 #undef HAVE_GETTIMEOFDAY
141 /* Define to 1 if you have the <grp.h> header file. */
142 #undef HAVE_GRP_H
144 /* Define to 1 if you have the `inet_ntoa' function. */
145 #undef HAVE_INET_NTOA
147 /* Define to 1 if you have the <inttypes.h> header file. */
148 #undef HAVE_INTTYPES_H
150 /* struct iovec needed for IPv6 support */
151 #undef HAVE_IOVEC
153 /* struct iphdr needed for IPv6 support */
154 #undef HAVE_IPHDR
156 /* Define to 1 if you have the <linux/errqueue.h> header file. */
157 #undef HAVE_LINUX_ERRQUEUE_H
159 /* Define to 1 if you have the <linux/if_tun.h> header file. */
160 #undef HAVE_LINUX_IF_TUN_H
162 /* Define to 1 if you have the <linux/sockios.h> header file. */
163 #undef HAVE_LINUX_SOCKIOS_H
165 /* Define to 1 if you have the <linux/types.h> header file. */
166 #undef HAVE_LINUX_TYPES_H
168 /* Define to 1 if you have the `listen' function. */
169 #undef HAVE_LISTEN
171 /* Define to 1 if you have the <memory.h> header file. */
172 #undef HAVE_MEMORY_H
174 /* Define to 1 if you have the `memset' function. */
175 #undef HAVE_MEMSET
177 /* Define to 1 if you have the `mlockall' function. */
178 #undef HAVE_MLOCKALL
180 /* struct msghdr needed for extended socket error support */
181 #undef HAVE_MSGHDR
183 /* Define to 1 if you have the <netdb.h> header file. */
184 #undef HAVE_NETDB_H
186 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
187 #undef HAVE_NETINET_IF_ETHER_H
189 /* Define to 1 if you have the <netinet/in.h> header file. */
190 #undef HAVE_NETINET_IN_H
192 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
193 #undef HAVE_NETINET_IN_SYSTM_H
195 /* Define to 1 if you have the <netinet/ip.h> header file. */
196 #undef HAVE_NETINET_IP_H
198 /* Define to 1 if you have the <netinet/tcp.h> header file. */
199 #undef HAVE_NETINET_TCP_H
201 /* Define to 1 if you have the <net/if.h> header file. */
202 #undef HAVE_NET_IF_H
204 /* Define to 1 if you have the <net/if_tun.h> header file. */
205 #undef HAVE_NET_IF_TUN_H
207 /* Define to 1 if you have the `nice' function. */
208 #undef HAVE_NICE
210 /* Define to 1 if you have the `openlog' function. */
211 #undef HAVE_OPENLOG
213 /* Define to 1 if you have the <openssl/engine.h> header file. */
214 #undef HAVE_OPENSSL_ENGINE_H
216 /* Define to 1 if you have the `poll' function. */
217 #undef HAVE_POLL
219 /* Define if you have POSIX threads libraries and header files. */
220 #undef HAVE_PTHREAD
222 /* Define to 1 if you have the `putenv' function. */
223 #undef HAVE_PUTENV
225 /* Define to 1 if you have the <pwd.h> header file. */
226 #undef HAVE_PWD_H
228 /* Define to 1 if you have the `readv' function. */
229 #undef HAVE_READV
231 /* Define to 1 if you have the `recv' function. */
232 #undef HAVE_RECV
234 /* Define to 1 if you have the `recvfrom' function. */
235 #undef HAVE_RECVFROM
237 /* Define to 1 if you have the <resolv.h> header file. */
238 #undef HAVE_RESOLV_H
240 /* Define to 1 if you have the `select' function. */
241 #undef HAVE_SELECT
243 /* Define to 1 if you have the `send' function. */
244 #undef HAVE_SEND
246 /* Define to 1 if you have the `sendto' function. */
247 #undef HAVE_SENDTO
249 /* Define to 1 if you have the `setgid' function. */
250 #undef HAVE_SETGID
252 /* Define to 1 if you have the `setgroups' function. */
253 #undef HAVE_SETGROUPS
255 /* Define to 1 if you have the `setsid' function. */
256 #undef HAVE_SETSID
258 /* Define to 1 if you have the `setsockopt' function. */
259 #undef HAVE_SETSOCKOPT
261 /* Define to 1 if you have the `setuid' function. */
262 #undef HAVE_SETUID
264 /* Define to 1 if you have the <signal.h> header file. */
265 #undef HAVE_SIGNAL_H
267 /* Define to 1 if you have the `socket' function. */
268 #undef HAVE_SOCKET
270 /* struct sock_extended_err needed for extended socket error support */
271 #undef HAVE_SOCK_EXTENDED_ERR
273 /* Define to 1 if you have the `stat' function. */
274 #undef HAVE_STAT
276 /* Define to 1 if you have the <stdarg.h> header file. */
277 #undef HAVE_STDARG_H
279 /* Define to 1 if you have the <stdint.h> header file. */
280 #undef HAVE_STDINT_H
282 /* Define to 1 if you have the <stdio.h> header file. */
283 #undef HAVE_STDIO_H
285 /* Define to 1 if you have the <stdlib.h> header file. */
286 #undef HAVE_STDLIB_H
288 /* Define to 1 if you have the `strerror' function. */
289 #undef HAVE_STRERROR
291 /* Define to 1 if you have the <strings.h> header file. */
292 #undef HAVE_STRINGS_H
294 /* Define to 1 if you have the <string.h> header file. */
295 #undef HAVE_STRING_H
297 /* Define to 1 if you have the <stropts.h> header file. */
298 #undef HAVE_STROPTS_H
300 /* Define to 1 if you have the `syslog' function. */
301 #undef HAVE_SYSLOG
303 /* Define to 1 if you have the <syslog.h> header file. */
304 #undef HAVE_SYSLOG_H
306 /* Define to 1 if you have the `system' function. */
307 #undef HAVE_SYSTEM
309 /* Define to 1 if you have the <sys/epoll.h> header file. */
310 #undef HAVE_SYS_EPOLL_H
312 /* Define to 1 if you have the <sys/file.h> header file. */
313 #undef HAVE_SYS_FILE_H
315 /* Define to 1 if you have the <sys/ioctl.h> header file. */
316 #undef HAVE_SYS_IOCTL_H
318 /* Define to 1 if you have the <sys/mman.h> header file. */
319 #undef HAVE_SYS_MMAN_H
321 /* Define to 1 if you have the <sys/poll.h> header file. */
322 #undef HAVE_SYS_POLL_H
324 /* Define to 1 if you have the <sys/socket.h> header file. */
325 #undef HAVE_SYS_SOCKET_H
327 /* Define to 1 if you have the <sys/sockio.h> header file. */
328 #undef HAVE_SYS_SOCKIO_H
330 /* Define to 1 if you have the <sys/stat.h> header file. */
331 #undef HAVE_SYS_STAT_H
333 /* Define to 1 if you have the <sys/time.h> header file. */
334 #undef HAVE_SYS_TIME_H
336 /* Define to 1 if you have the <sys/types.h> header file. */
337 #undef HAVE_SYS_TYPES_H
339 /* Define to 1 if you have the <sys/uio.h> header file. */
340 #undef HAVE_SYS_UIO_H
342 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
343 #undef HAVE_SYS_WAIT_H
345 /* Define to 1 if you have the `time' function. */
346 #undef HAVE_TIME
348 /* struct tun_pi needed for IPv6 support */
349 #undef HAVE_TUN_PI
351 /* Define to 1 if you have the <unistd.h> header file. */
352 #undef HAVE_UNISTD_H
354 /* Define to 1 if you have the `unlink' function. */
355 #undef HAVE_UNLINK
357 /* Define to 1 if you have the `vfork' function. */
358 #undef HAVE_VFORK
360 /* Define to 1 if you have the <vfork.h> header file. */
361 #undef HAVE_VFORK_H
363 /* Define to 1 if you have the `vsnprintf' function. */
364 #undef HAVE_VSNPRINTF
366 /* Define to 1 if `fork' works. */
367 #undef HAVE_WORKING_FORK
369 /* Define to 1 if `vfork' works. */
370 #undef HAVE_WORKING_VFORK
372 /* Define to 1 if you have the `writev' function. */
373 #undef HAVE_WRITEV
375 /* Path to ifconfig tool */
376 #undef IFCONFIG_PATH
378 /* Path to iproute tool */
379 #undef IPROUTE_PATH
381 /* Use lzo/ directory prefix for LZO header files (for LZO 2.0) */
382 #undef LZO_HEADER_DIR
384 /* Name of package */
385 #undef PACKAGE
387 /* Define to the address where bug reports for this package should be sent. */
388 #undef PACKAGE_BUGREPORT
390 /* Define to the full name of this package. */
391 #undef PACKAGE_NAME
393 /* Define to the full name and version of this package. */
394 #undef PACKAGE_STRING
396 /* Define to the one symbol short name of this package. */
397 #undef PACKAGE_TARNAME
399 /* Define to the version of this package. */
400 #undef PACKAGE_VERSION
402 /* Define to the necessary symbol if this constant uses a non-standard name on
403 your system. */
404 #undef PTHREAD_CREATE_JOINABLE
406 /* Define as the return type of signal handlers (`int' or `void'). */
407 #undef RETSIGTYPE
409 /* Path to route tool */
410 #undef ROUTE_PATH
412 /* The size of a `unsigned int', as computed by sizeof. */
413 #undef SIZEOF_UNSIGNED_INT
415 /* The size of a `unsigned long', as computed by sizeof. */
416 #undef SIZEOF_UNSIGNED_LONG
418 /* Define to 1 if you have the ANSI C header files. */
419 #undef STDC_HEADERS
421 /* Enable strict options check between peers */
422 #undef STRICT_OPTIONS_CHECK
424 /* A string representing our target */
425 #undef TARGET_ALIAS
427 /* Are we running on Mac OS X? */
428 #undef TARGET_DARWIN
430 /* Are we running on FreeBSD? */
431 #undef TARGET_FREEBSD
433 /* Are we running on Linux? */
434 #undef TARGET_LINUX
436 /* Are we running NetBSD? */
437 #undef TARGET_NETBSD
439 /* Are we running on OpenBSD? */
440 #undef TARGET_OPENBSD
442 /* Are we running on Solaris? */
443 #undef TARGET_SOLARIS
445 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
446 #undef TIME_WITH_SYS_TIME
448 /* Use OpenSSL crypto library */
449 #undef USE_CRYPTO
451 /* Use libdl for dynamic library loading */
452 #undef USE_LIBDL
454 /* Use LZO compression library */
455 #undef USE_LZO
457 /* Use pthread-based multithreading */
458 #undef USE_PTHREAD
460 /* Use OpenSSL SSL library */
461 #undef USE_SSL
463 /* Use valgrind memory debugging library */
464 #undef USE_VALGRIND
466 /* Version number of package */
467 #undef VERSION
469 /* Define to empty if `const' does not conform to ANSI C. */
470 #undef const
472 /* Define to `int' if <sys/types.h> doesn't define. */
473 #undef gid_t
475 /* Some systems don't define in_addr_t */
476 #undef in_addr_t
478 /* Define to `__inline__' or `__inline' if that's what the C compiler
479 calls it, or to nothing if 'inline' is not supported under any name. */
480 #ifndef __cplusplus
481 #undef inline
482 #endif
484 /* Define to `long' if <sys/types.h> does not define. */
485 #undef off_t
487 /* Define to `int' if <sys/types.h> does not define. */
488 #undef pid_t
490 /* Define to `unsigned' if <sys/types.h> does not define. */
491 #undef size_t
493 /* type to use in place of socklen_t if not defined */
494 #undef socklen_t
496 /* Define to `int' if <sys/types.h> doesn't define. */
497 #undef uid_t
499 /* 16-bit unsigned type */
500 #undef uint16_t
502 /* 32-bit unsigned type */
503 #undef uint32_t
505 /* 8-bit unsigned type */
506 #undef uint8_t
508 /* Define as `fork' if `vfork' does not work. */
509 #undef vfork
511 /* Define to empty if the keyword `volatile' does not work. Warning: valid
512 code using `volatile' can become incorrect without. Disable with care. */
513 #undef volatile