Remove config.{status,cache} before running configure
[tinc] / acconfig.h
1 /* Define to the name name of this package */
2 #undef PACKAGE
3
4 /* Define to the version of the package */
5 #undef VERSION
6
7 /* Define to rpl_malloc if the replacement function should be used.  */
8 #undef malloc
9
10 /* Define to rpl_realloc if the replacement function should be used.  */
11 #undef realloc
12
13 /* This is always defined.  It enables GNU extensions on systems that
14    have them.  */
15 #if !defined(_GNU_SOURCE)
16 # undef _GNU_SOURCE
17 #endif
18
19 #if !defined(__USE_BSD)
20 # undef __USE_BSD
21 #endif
22
23
24 /* Define to 1 if NLS is requested.  */
25 #undef ENABLE_NLS
26
27 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
28 #undef HAVE_CATGETS
29
30 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
31 #undef HAVE_GETTEXT
32
33 /* Define if your locale.h file contains LC_MESSAGES.  */
34 #undef HAVE_LC_MESSAGES
35
36 /* Define to 1 if you have the stpcpy function.  */
37 #undef HAVE_STPCPY
38
39 /* For getopt */
40 #if HAVE_STDLIB_H
41 # define getopt system_getopt
42 # include <stdlib.h>
43 # undef getopt
44 #endif
45
46 /* Linux */
47 #undef HAVE_LINUX
48
49 /* FreeBSD */
50 #undef HAVE_FREEBSD
51
52 /* OpenBSD */
53 #undef HAVE_OPENBSD
54
55 /* Solaris */
56 #undef HAVE_SOLARIS
57
58 /* NetBSD */
59 #undef HAVE_NETBSD
60
61 /* Define to the location of the kernel sources */
62 #undef CONFIG_TINC_KERNELDIR
63
64 /* Define to 1 if tun/tap support is enabled and found */
65 #undef HAVE_TUNTAP
66
67 /* Define to the location of if_tun.h */
68 #undef LINUX_IF_TUN_H
69
70 /* Define to 1 if support for jumbograms is enabled */
71 #undef ENABLE_JUMBOGRAMS
72
73 /* Define to 1 if checkpoint tracing is enabled */
74 #undef ENABLE_TRACING
75
76 /* Define to enable use of old SSLeay_add_all_algorithms() function */
77 #undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS