diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2018-09-24 15:11:14 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2018-09-24 15:11:14 +0200 |
commit | e0e280b7669435b991b7e457abd8aa450930b3e8 (patch) | |
tree | 3e6084f13b14ad2df104e2ce6e589eb96c5f7ac9 /config.h.in | |
parent | 51a71ee15c1bcf0e82f363a16898f571e211f9c3 (diff) | |
download | vyos-strongswan-e0e280b7669435b991b7e457abd8aa450930b3e8.tar.gz vyos-strongswan-e0e280b7669435b991b7e457abd8aa450930b3e8.zip |
New upstream version 5.7.0
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 16 |
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 |