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 7940b4c86..93295da07 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1749,6 +1749,9 @@ | |||
1749 | /* Use btmp to log bad logins */ | 1749 | /* Use btmp to log bad logins */ |
1750 | #undef USE_BTMP | 1750 | #undef USE_BTMP |
1751 | 1751 | ||
1752 | /* platform uses an in-memory credentials cache */ | ||
1753 | #undef USE_CCAPI | ||
1754 | |||
1752 | /* Use libedit for sftp */ | 1755 | /* Use libedit for sftp */ |
1753 | #undef USE_LIBEDIT | 1756 | #undef USE_LIBEDIT |
1754 | 1757 | ||
@@ -1764,6 +1767,9 @@ | |||
1764 | /* Use PIPES instead of a socketpair() */ | 1767 | /* Use PIPES instead of a socketpair() */ |
1765 | #undef USE_PIPES | 1768 | #undef USE_PIPES |
1766 | 1769 | ||
1770 | /* platform has the Security Authorization Session API */ | ||
1771 | #undef USE_SECURITY_SESSION_API | ||
1772 | |||
1767 | /* Define if you have Solaris privileges */ | 1773 | /* Define if you have Solaris privileges */ |
1768 | #undef USE_SOLARIS_PRIVS | 1774 | #undef USE_SOLARIS_PRIVS |
1769 | 1775 | ||