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 89bf1b0ff..621c1396e 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1641,6 +1641,9 @@ | |||
1641 | /* Use btmp to log bad logins */ | 1641 | /* Use btmp to log bad logins */ |
1642 | #undef USE_BTMP | 1642 | #undef USE_BTMP |
1643 | 1643 | ||
1644 | /* platform uses an in-memory credentials cache */ | ||
1645 | #undef USE_CCAPI | ||
1646 | |||
1644 | /* Use libedit for sftp */ | 1647 | /* Use libedit for sftp */ |
1645 | #undef USE_LIBEDIT | 1648 | #undef USE_LIBEDIT |
1646 | 1649 | ||
@@ -1656,6 +1659,9 @@ | |||
1656 | /* Use PIPES instead of a socketpair() */ | 1659 | /* Use PIPES instead of a socketpair() */ |
1657 | #undef USE_PIPES | 1660 | #undef USE_PIPES |
1658 | 1661 | ||
1662 | /* platform has the Security Authorization Session API */ | ||
1663 | #undef USE_SECURITY_SESSION_API | ||
1664 | |||
1659 | /* Define if you have Solaris privileges */ | 1665 | /* Define if you have Solaris privileges */ |
1660 | #undef USE_SOLARIS_PRIVS | 1666 | #undef USE_SOLARIS_PRIVS |
1661 | 1667 | ||