summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 05e17adc8..e841f33c9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1216,6 +1216,9 @@
1216/* Use btmp to log bad logins */ 1216/* Use btmp to log bad logins */
1217#undef USE_BTMP 1217#undef USE_BTMP
1218 1218
1219/* platform uses an in-memory credentials cache */
1220#undef USE_CCAPI
1221
1219/* Use libedit for sftp */ 1222/* Use libedit for sftp */
1220#undef USE_LIBEDIT 1223#undef USE_LIBEDIT
1221 1224
@@ -1231,6 +1234,9 @@
1231/* Define if you want smartcard support using sectok */ 1234/* Define if you want smartcard support using sectok */
1232#undef USE_SECTOK 1235#undef USE_SECTOK
1233 1236
1237/* platform has the Security Authorization Session API */
1238#undef USE_SECURITY_SESSION_API
1239
1234/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ 1240/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1235#undef WITH_ABBREV_NO_TTY 1241#undef WITH_ABBREV_NO_TTY
1236 1242
@@ -1250,6 +1256,9 @@
1250/* Define if you want IRIX project management */ 1256/* Define if you want IRIX project management */
1251#undef WITH_IRIX_PROJECT 1257#undef WITH_IRIX_PROJECT
1252 1258
1259/* Define if you want SELinux support. */
1260#undef WITH_SELINUX
1261
1253/* Define to 1 if your processor stores words with the most significant byte 1262/* Define to 1 if your processor stores words with the most significant byte
1254 first (like Motorola and SPARC, unlike Intel and VAX). */ 1263 first (like Motorola and SPARC, unlike Intel and VAX). */
1255#undef WORDS_BIGENDIAN 1264#undef WORDS_BIGENDIAN