From 11d6b62db969bdd808d0f56706cb18f113927a31 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Fri, 1 Sep 2017 17:21:25 +0200 Subject: New upstream version 5.6.0 --- config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 49aa093ec..06d399922 100644 --- a/config.h.in +++ b/config.h.in @@ -322,6 +322,12 @@ /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P +/* use TCTI Sockets */ +#undef TSS2_TCTI_SOCKET + +/* use TCTI Access Broker and Resource Mamager */ +#undef TSS2_TCTI_TABRMD + /* use TrouSerS library libtspi */ #undef TSS_TROUSERS @@ -340,6 +346,9 @@ /* support for IKEv2 protocol */ #undef USE_IKEV2 +/* build code for JSON */ +#undef USE_JSON + /* use thread ID for thread identification, if available */ #undef USE_THREAD_IDS -- cgit v1.2.3