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 75e02ab45..afe540e9c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1667,6 +1667,9 @@
1667/* Use btmp to log bad logins */ 1667/* Use btmp to log bad logins */
1668#undef USE_BTMP 1668#undef USE_BTMP
1669 1669
1670/* platform uses an in-memory credentials cache */
1671#undef USE_CCAPI
1672
1670/* Use libedit for sftp */ 1673/* Use libedit for sftp */
1671#undef USE_LIBEDIT 1674#undef USE_LIBEDIT
1672 1675
@@ -1682,6 +1685,9 @@
1682/* Use PIPES instead of a socketpair() */ 1685/* Use PIPES instead of a socketpair() */
1683#undef USE_PIPES 1686#undef USE_PIPES
1684 1687
1688/* platform has the Security Authorization Session API */
1689#undef USE_SECURITY_SESSION_API
1690
1685/* Define if you have Solaris privileges */ 1691/* Define if you have Solaris privileges */
1686#undef USE_SOLARIS_PRIVS 1692#undef USE_SOLARIS_PRIVS
1687 1693