diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-07-16 15:19:53 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-07-16 15:19:53 +0200 |
commit | bf372706c469764d59e9f29c39e3ecbebd72b8d2 (patch) | |
tree | 0f0e296e2d50e4a7faf99ae6fa428d2681e81ea1 /config.h.in | |
parent | 518dd33c94e041db0444c7d1f33da363bb8e3faf (diff) | |
download | vyos-strongswan-bf372706c469764d59e9f29c39e3ecbebd72b8d2.tar.gz vyos-strongswan-bf372706c469764d59e9f29c39e3ecbebd72b8d2.zip |
Imported Upstream version 5.5.0
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 02528e733..1e513da30 100644 --- a/config.h.in +++ b/config.h.in @@ -272,8 +272,7 @@ /* username to run daemon with */ #undef IPSEC_USER -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* mediation extension support */ @@ -317,9 +316,12 @@ /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P -/* use TrouSerS library libtspi as TSS implementation */ +/* use TrouSerS library libtspi */ #undef TSS_TROUSERS +/* use TSS 2.0 library libtss2 */ +#undef TSS_TSS2 + /* using builtin printf for printf hooks */ #undef USE_BUILTIN_PRINTF |