diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-11-01 13:32:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-11-01 13:32:07 +0100 |
commit | 5313d2d78ca150515f7f5eb39801c100690b6b29 (patch) | |
tree | c78e420367283bb1b16f14210b12687cdfbd26eb /config.h.in | |
parent | 6b99c8d9cff7b3e8ae8f3204b99e7ea40f791349 (diff) | |
download | vyos-strongswan-5313d2d78ca150515f7f5eb39801c100690b6b29.tar.gz vyos-strongswan-5313d2d78ca150515f7f5eb39801c100690b6b29.zip |
Imported Upstream version 5.1.1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 62c3ee5b8..cce6dd148 100644 --- a/config.h.in +++ b/config.h.in @@ -61,6 +61,12 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `fmemopen' function. */ +#undef HAVE_FMEMOPEN + +/* Define to 1 if you have the `funopen' function. */ +#undef HAVE_FUNOPEN + /* have GCC __sync_* atomic operations */ #undef HAVE_GCC_ATOMIC_OPERATIONS @@ -106,6 +112,9 @@ /* have libunwind.h */ #undef HAVE_LIBUNWIND_H +/* Define to 1 if you have the <linux/fib_rules.h> header file. */ +#undef HAVE_LINUX_FIB_RULES_H + /* Define to 1 if you have the <linux/udp.h> header file. */ #undef HAVE_LINUX_UDP_H @@ -127,6 +136,9 @@ /* Define to 1 if you have the <netipsec/ipsec.h> header file. */ #undef HAVE_NETIPSEC_IPSEC_H +/* Define to 1 if you have the <net/if_tun.h> header file. */ +#undef HAVE_NET_IF_TUN_H + /* Define to 1 if you have the <net/pfkeyv2.h> header file. */ #undef HAVE_NET_PFKEYV2_H @@ -272,6 +284,9 @@ /* use TrouSerS library libtspi as TSS implementation */ #undef TSS_TROUSERS +/* using builtin printf for printf hooks */ +#undef USE_BUILTIN_PRINTF + /* support for IKEv1 protocol */ #undef USE_IKEV1 |