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 4ff407fcc..8c2ddc7ed 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1387,6 +1387,9 @@
1387/* Use btmp to log bad logins */ 1387/* Use btmp to log bad logins */
1388#undef USE_BTMP 1388#undef USE_BTMP
1389 1389
1390/* platform uses an in-memory credentials cache */
1391#undef USE_CCAPI
1392
1390/* Use libedit for sftp */ 1393/* Use libedit for sftp */
1391#undef USE_LIBEDIT 1394#undef USE_LIBEDIT
1392 1395
@@ -1399,6 +1402,9 @@
1399/* Use PIPES instead of a socketpair() */ 1402/* Use PIPES instead of a socketpair() */
1400#undef USE_PIPES 1403#undef USE_PIPES
1401 1404
1405/* platform has the Security Authorization Session API */
1406#undef USE_SECURITY_SESSION_API
1407
1402/* Define if you have Solaris process contracts */ 1408/* Define if you have Solaris process contracts */
1403#undef USE_SOLARIS_PROCESS_CONTRACTS 1409#undef USE_SOLARIS_PROCESS_CONTRACTS
1404 1410