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 bfde5a82b..a913487e1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1262,6 +1262,9 @@
1262/* Use btmp to log bad logins */ 1262/* Use btmp to log bad logins */
1263#undef USE_BTMP 1263#undef USE_BTMP
1264 1264
1265/* platform uses an in-memory credentials cache */
1266#undef USE_CCAPI
1267
1265/* Use libedit for sftp */ 1268/* Use libedit for sftp */
1266#undef USE_LIBEDIT 1269#undef USE_LIBEDIT
1267 1270
@@ -1280,6 +1283,9 @@
1280/* Define if you want smartcard support using sectok */ 1283/* Define if you want smartcard support using sectok */
1281#undef USE_SECTOK 1284#undef USE_SECTOK
1282 1285
1286/* platform has the Security Authorization Session API */
1287#undef USE_SECURITY_SESSION_API
1288
1283/* Define if you have Solaris process contracts */ 1289/* Define if you have Solaris process contracts */
1284#undef USE_SOLARIS_PROCESS_CONTRACTS 1290#undef USE_SOLARIS_PROCESS_CONTRACTS
1285 1291