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 84967a461..a1b719751 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1226,6 +1226,9 @@
1226/* Define if X11 doesn't support AF_UNIX sockets on that system */ 1226/* Define if X11 doesn't support AF_UNIX sockets on that system */
1227#undef NO_X11_UNIX_SOCKETS 1227#undef NO_X11_UNIX_SOCKETS
1228 1228
1229/* Adjust Linux out-of-memory killer */
1230#undef OOM_ADJUST
1231
1229/* libcrypto is missing AES 192 and 256 bit functions */ 1232/* libcrypto is missing AES 192 and 256 bit functions */
1230#undef OPENSSL_LOBOTOMISED_AES 1233#undef OPENSSL_LOBOTOMISED_AES
1231 1234
@@ -1354,6 +1357,9 @@
1354/* Use btmp to log bad logins */ 1357/* Use btmp to log bad logins */
1355#undef USE_BTMP 1358#undef USE_BTMP
1356 1359
1360/* platform uses an in-memory credentials cache */
1361#undef USE_CCAPI
1362
1357/* Use libedit for sftp */ 1363/* Use libedit for sftp */
1358#undef USE_LIBEDIT 1364#undef USE_LIBEDIT
1359 1365
@@ -1372,6 +1378,9 @@
1372/* Define if you want smartcard support using sectok */ 1378/* Define if you want smartcard support using sectok */
1373#undef USE_SECTOK 1379#undef USE_SECTOK
1374 1380
1381/* platform has the Security Authorization Session API */
1382#undef USE_SECURITY_SESSION_API
1383
1375/* Define if you have Solaris process contracts */ 1384/* Define if you have Solaris process contracts */
1376#undef USE_SOLARIS_PROCESS_CONTRACTS 1385#undef USE_SOLARIS_PROCESS_CONTRACTS
1377 1386