summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 63fc548b5..0b244fd5f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1696,6 +1696,9 @@
1696/* Use btmp to log bad logins */ 1696/* Use btmp to log bad logins */
1697#undef USE_BTMP 1697#undef USE_BTMP
1698 1698
1699/* platform uses an in-memory credentials cache */
1700#undef USE_CCAPI
1701
1699/* Use libedit for sftp */ 1702/* Use libedit for sftp */
1700#undef USE_LIBEDIT 1703#undef USE_LIBEDIT
1701 1704
@@ -1711,6 +1714,9 @@
1711/* Use PIPES instead of a socketpair() */ 1714/* Use PIPES instead of a socketpair() */
1712#undef USE_PIPES 1715#undef USE_PIPES
1713 1716
1717/* platform has the Security Authorization Session API */
1718#undef USE_SECURITY_SESSION_API
1719
1714/* Define if you have Solaris privileges */ 1720/* Define if you have Solaris privileges */
1715#undef USE_SOLARIS_PRIVS 1721#undef USE_SOLARIS_PRIVS
1716 1722