Upon regeneration, free the old encryption key `securely\' by overwriting it.
[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 #undef HAVE_NAMESPACES
24 #undef HAVE_STL