summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2018-09-24 15:11:25 +0200
committerYves-Alexis Perez <corsac@debian.org>2018-09-24 15:11:25 +0200
commit7152c3439f3decbb6366d94464d3c089674c8c30 (patch)
tree48bfe66e31226d55914868bc0558f479e2a22a36 /config.h.in
parentc2ac4e0da62d859085148d8518d558402e1f9a8c (diff)
parente0e280b7669435b991b7e457abd8aa450930b3e8 (diff)
downloadvyos-strongswan-7152c3439f3decbb6366d94464d3c089674c8c30.tar.gz
vyos-strongswan-7152c3439f3decbb6366d94464d3c089674c8c30.zip
Update upstream source from tag 'upstream/5.7.0'
Update to upstream version '5.7.0' with Debian dir b608300a1e1f88db62d14d08a55ca09f3603f054
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
1 files changed, 11 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index ba1deb1ce..71fd73abd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -190,9 +190,6 @@
/* have GNU-style qsort_r() */
#undef HAVE_QSORT_R_GNU
-/* Define to 1 if you have the `rb_errinfo' function. */
-#undef HAVE_RB_ERRINFO
-
/* have netlink RTA_TABLE defined */
#undef HAVE_RTA_TABLE
@@ -325,6 +322,12 @@
/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P
+/* use TSS2 v2 Extended System API */
+#undef TSS2_ESYS
+
+/* use TSS2 v2 System API */
+#undef TSS2_SYS
+
/* use TCTI Sockets */
#undef TSS2_TCTI_SOCKET
@@ -334,8 +337,11 @@
/* use TrouSerS library libtspi */
#undef TSS_TROUSERS
-/* use TSS 2.0 libraries */
-#undef TSS_TSS2
+/* use TSS 2.0 v1 libraries */
+#undef TSS_TSS2_V1
+
+/* use TSS 2.0 v2 libraries */
+#undef TSS_TSS2_V2
/* using builtin printf for printf hooks */
#undef USE_BUILTIN_PRINTF