diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4dd4f0878..3101aba54 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -1213,6 +1213,9 @@ | |||
1213 | /* Use btmp to log bad logins */ | 1213 | /* Use btmp to log bad logins */ |
1214 | #undef USE_BTMP | 1214 | #undef USE_BTMP |
1215 | 1215 | ||
1216 | /* platform uses an in-memory credentials cache */ | ||
1217 | #undef USE_CCAPI | ||
1218 | |||
1216 | /* Use libedit for sftp */ | 1219 | /* Use libedit for sftp */ |
1217 | #undef USE_LIBEDIT | 1220 | #undef USE_LIBEDIT |
1218 | 1221 | ||
@@ -1228,6 +1231,9 @@ | |||
1228 | /* Define if you want smartcard support using sectok */ | 1231 | /* Define if you want smartcard support using sectok */ |
1229 | #undef USE_SECTOK | 1232 | #undef USE_SECTOK |
1230 | 1233 | ||
1234 | /* platform has the Security Authorization Session API */ | ||
1235 | #undef USE_SECURITY_SESSION_API | ||
1236 | |||
1231 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | 1237 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ |
1232 | #undef WITH_ABBREV_NO_TTY | 1238 | #undef WITH_ABBREV_NO_TTY |
1233 | 1239 | ||