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 fc195bad5..939840fc2 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1238,6 +1238,9 @@
1238/* Define if X11 doesn't support AF_UNIX sockets on that system */ 1238/* Define if X11 doesn't support AF_UNIX sockets on that system */
1239#undef NO_X11_UNIX_SOCKETS 1239#undef NO_X11_UNIX_SOCKETS
1240 1240
1241/* Adjust Linux out-of-memory killer */
1242#undef OOM_ADJUST
1243
1241/* Define if EVP_DigestUpdate returns void */ 1244/* Define if EVP_DigestUpdate returns void */
1242#undef OPENSSL_EVP_DIGESTUPDATE_VOID 1245#undef OPENSSL_EVP_DIGESTUPDATE_VOID
1243 1246
@@ -1372,6 +1375,9 @@
1372/* Use btmp to log bad logins */ 1375/* Use btmp to log bad logins */
1373#undef USE_BTMP 1376#undef USE_BTMP
1374 1377
1378/* platform uses an in-memory credentials cache */
1379#undef USE_CCAPI
1380
1375/* Use libedit for sftp */ 1381/* Use libedit for sftp */
1376#undef USE_LIBEDIT 1382#undef USE_LIBEDIT
1377 1383
@@ -1390,6 +1396,9 @@
1390/* Define if you want smartcard support using sectok */ 1396/* Define if you want smartcard support using sectok */
1391#undef USE_SECTOK 1397#undef USE_SECTOK
1392 1398
1399/* platform has the Security Authorization Session API */
1400#undef USE_SECURITY_SESSION_API
1401
1393/* Define if you have Solaris process contracts */ 1402/* Define if you have Solaris process contracts */
1394#undef USE_SOLARIS_PROCESS_CONTRACTS 1403#undef USE_SOLARIS_PROCESS_CONTRACTS
1395 1404