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 60d0c6592..e51117b81 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1465,6 +1465,9 @@
1465/* Use btmp to log bad logins */ 1465/* Use btmp to log bad logins */
1466#undef USE_BTMP 1466#undef USE_BTMP
1467 1467
1468/* platform uses an in-memory credentials cache */
1469#undef USE_CCAPI
1470
1468/* Use libedit for sftp */ 1471/* Use libedit for sftp */
1469#undef USE_LIBEDIT 1472#undef USE_LIBEDIT
1470 1473
@@ -1480,6 +1483,9 @@
1480/* Use PIPES instead of a socketpair() */ 1483/* Use PIPES instead of a socketpair() */
1481#undef USE_PIPES 1484#undef USE_PIPES
1482 1485
1486/* platform has the Security Authorization Session API */
1487#undef USE_SECURITY_SESSION_API
1488
1483/* Define if you have Solaris process contracts */ 1489/* Define if you have Solaris process contracts */
1484#undef USE_SOLARIS_PROCESS_CONTRACTS 1490#undef USE_SOLARIS_PROCESS_CONTRACTS
1485 1491