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