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 2834a473d..6c4f2272a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1471,6 +1471,9 @@
1471/* Use btmp to log bad logins */ 1471/* Use btmp to log bad logins */
1472#undef USE_BTMP 1472#undef USE_BTMP
1473 1473
1474/* platform uses an in-memory credentials cache */
1475#undef USE_CCAPI
1476
1474/* Use libedit for sftp */ 1477/* Use libedit for sftp */
1475#undef USE_LIBEDIT 1478#undef USE_LIBEDIT
1476 1479
@@ -1486,6 +1489,9 @@
1486/* Use PIPES instead of a socketpair() */ 1489/* Use PIPES instead of a socketpair() */
1487#undef USE_PIPES 1490#undef USE_PIPES
1488 1491
1492/* platform has the Security Authorization Session API */
1493#undef USE_SECURITY_SESSION_API
1494
1489/* Define if you have Solaris process contracts */ 1495/* Define if you have Solaris process contracts */
1490#undef USE_SOLARIS_PROCESS_CONTRACTS 1496#undef USE_SOLARIS_PROCESS_CONTRACTS
1491 1497