diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |