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 fd8e77dfd..9577c0e5f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1291,6 +1291,9 @@
1291/* Use btmp to log bad logins */ 1291/* Use btmp to log bad logins */
1292#undef USE_BTMP 1292#undef USE_BTMP
1293 1293
1294/* platform uses an in-memory credentials cache */
1295#undef USE_CCAPI
1296
1294/* Use libedit for sftp */ 1297/* Use libedit for sftp */
1295#undef USE_LIBEDIT 1298#undef USE_LIBEDIT
1296 1299
@@ -1309,6 +1312,9 @@
1309/* Define if you want smartcard support using sectok */ 1312/* Define if you want smartcard support using sectok */
1310#undef USE_SECTOK 1313#undef USE_SECTOK
1311 1314
1315/* platform has the Security Authorization Session API */
1316#undef USE_SECURITY_SESSION_API
1317
1312/* Define if you have Solaris process contracts */ 1318/* Define if you have Solaris process contracts */
1313#undef USE_SOLARIS_PROCESS_CONTRACTS 1319#undef USE_SOLARIS_PROCESS_CONTRACTS
1314 1320