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 91b65db8f..209760c7c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1845,6 +1845,9 @@
1845/* Use btmp to log bad logins */ 1845/* Use btmp to log bad logins */
1846#undef USE_BTMP 1846#undef USE_BTMP
1847 1847
1848/* platform uses an in-memory credentials cache */
1849#undef USE_CCAPI
1850
1848/* Use libedit for sftp */ 1851/* Use libedit for sftp */
1849#undef USE_LIBEDIT 1852#undef USE_LIBEDIT
1850 1853
@@ -1860,6 +1863,9 @@
1860/* Use PIPES instead of a socketpair() */ 1863/* Use PIPES instead of a socketpair() */
1861#undef USE_PIPES 1864#undef USE_PIPES
1862 1865
1866/* platform has the Security Authorization Session API */
1867#undef USE_SECURITY_SESSION_API
1868
1863/* Define if you have Solaris privileges */ 1869/* Define if you have Solaris privileges */
1864#undef USE_SOLARIS_PRIVS 1870#undef USE_SOLARIS_PRIVS
1865 1871