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 ea3591a0b..67858ef6d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1511,6 +1511,9 @@
1511/* Use btmp to log bad logins */ 1511/* Use btmp to log bad logins */
1512#undef USE_BTMP 1512#undef USE_BTMP
1513 1513
1514/* platform uses an in-memory credentials cache */
1515#undef USE_CCAPI
1516
1514/* Use libedit for sftp */ 1517/* Use libedit for sftp */
1515#undef USE_LIBEDIT 1518#undef USE_LIBEDIT
1516 1519
@@ -1526,6 +1529,9 @@
1526/* Use PIPES instead of a socketpair() */ 1529/* Use PIPES instead of a socketpair() */
1527#undef USE_PIPES 1530#undef USE_PIPES
1528 1531
1532/* platform has the Security Authorization Session API */
1533#undef USE_SECURITY_SESSION_API
1534
1529/* Define if you have Solaris process contracts */ 1535/* Define if you have Solaris process contracts */
1530#undef USE_SOLARIS_PROCESS_CONTRACTS 1536#undef USE_SOLARIS_PROCESS_CONTRACTS
1531 1537