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 baf0011a7..ff651cc4a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1441,6 +1441,9 @@
1441/* Use btmp to log bad logins */ 1441/* Use btmp to log bad logins */
1442#undef USE_BTMP 1442#undef USE_BTMP
1443 1443
1444/* platform uses an in-memory credentials cache */
1445#undef USE_CCAPI
1446
1444/* Use libedit for sftp */ 1447/* Use libedit for sftp */
1445#undef USE_LIBEDIT 1448#undef USE_LIBEDIT
1446 1449
@@ -1456,6 +1459,9 @@
1456/* Use PIPES instead of a socketpair() */ 1459/* Use PIPES instead of a socketpair() */
1457#undef USE_PIPES 1460#undef USE_PIPES
1458 1461
1462/* platform has the Security Authorization Session API */
1463#undef USE_SECURITY_SESSION_API
1464
1459/* Define if you have Solaris process contracts */ 1465/* Define if you have Solaris process contracts */
1460#undef USE_SOLARIS_PROCESS_CONTRACTS 1466#undef USE_SOLARIS_PROCESS_CONTRACTS
1461 1467