diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a61dec609..a61f0a6b5 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1378,6 +1378,9 @@ | |||
1378 | /* Use btmp to log bad logins */ | 1378 | /* Use btmp to log bad logins */ |
1379 | #undef USE_BTMP | 1379 | #undef USE_BTMP |
1380 | 1380 | ||
1381 | /* platform uses an in-memory credentials cache */ | ||
1382 | #undef USE_CCAPI | ||
1383 | |||
1381 | /* Use libedit for sftp */ | 1384 | /* Use libedit for sftp */ |
1382 | #undef USE_LIBEDIT | 1385 | #undef USE_LIBEDIT |
1383 | 1386 | ||
@@ -1390,6 +1393,9 @@ | |||
1390 | /* Use PIPES instead of a socketpair() */ | 1393 | /* Use PIPES instead of a socketpair() */ |
1391 | #undef USE_PIPES | 1394 | #undef USE_PIPES |
1392 | 1395 | ||
1396 | /* platform has the Security Authorization Session API */ | ||
1397 | #undef USE_SECURITY_SESSION_API | ||
1398 | |||
1393 | /* Define if you have Solaris process contracts */ | 1399 | /* Define if you have Solaris process contracts */ |
1394 | #undef USE_SOLARIS_PROCESS_CONTRACTS | 1400 | #undef USE_SOLARIS_PROCESS_CONTRACTS |
1395 | 1401 | ||