Not only keep track of nexthop, but also of lastbutonehop. If destination cl
[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
40 /* For getopt */
41 #if HAVE_STDLIB_H
42 # define getopt system_getopt
43 # include <stdlib.h>
44 # undef getopt
45 #endif
46
47 /* Linux */
48 #undef HAVE_LINUX
49
50 /* FreeBSD */
51 #undef HAVE_FREEBSD
52
53 /* Solaris */
54 #undef HAVE_SOLARIS
55
56 /* Define to the location of the kernel sources */
57 #undef CONFIG_TINC_KERNELDIR
58
59 /* Define to 1 if tun/tap support is enabled and found */
60 #undef HAVE_TUNTAP
61
62 /* Define to the location of if_tun.h */
63 #undef LINUX_IF_TUN_H
64
65 /* Define to 1 if checkpoint tracing is enabled */
66 #undef ENABLE_TRACING