diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 79b5e8191..619c4b801 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -347,6 +347,12 @@ | |||
347 | /* getaddrinfo is broken (if present) */ | 347 | /* getaddrinfo is broken (if present) */ |
348 | #undef BROKEN_GETADDRINFO | 348 | #undef BROKEN_GETADDRINFO |
349 | 349 | ||
350 | /* platform uses an in-memory credentials cache */ | ||
351 | #undef USE_CCAPI | ||
352 | |||
353 | /* platform has a Security Authorization Session API */ | ||
354 | #undef USE_SECURITY_SESSION_API | ||
355 | |||
350 | /* updwtmpx is broken (if present) */ | 356 | /* updwtmpx is broken (if present) */ |
351 | #undef BROKEN_UPDWTMPX | 357 | #undef BROKEN_UPDWTMPX |
352 | 358 | ||