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 e5c9379c8..ae1758c58 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1417,6 +1417,9 @@
1417/* Use btmp to log bad logins */ 1417/* Use btmp to log bad logins */
1418#undef USE_BTMP 1418#undef USE_BTMP
1419 1419
1420/* platform uses an in-memory credentials cache */
1421#undef USE_CCAPI
1422
1420/* Use libedit for sftp */ 1423/* Use libedit for sftp */
1421#undef USE_LIBEDIT 1424#undef USE_LIBEDIT
1422 1425
@@ -1432,6 +1435,9 @@
1432/* Use PIPES instead of a socketpair() */ 1435/* Use PIPES instead of a socketpair() */
1433#undef USE_PIPES 1436#undef USE_PIPES
1434 1437
1438/* platform has the Security Authorization Session API */
1439#undef USE_SECURITY_SESSION_API
1440
1435/* Define if you have Solaris process contracts */ 1441/* Define if you have Solaris process contracts */
1436#undef USE_SOLARIS_PROCESS_CONTRACTS 1442#undef USE_SOLARIS_PROCESS_CONTRACTS
1437 1443