summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-25 22:32:48 +0000
committerColin Watson <cjwatson@debian.org>2008-05-25 22:32:48 +0000
commit1c35a89108e4c8a0913a408f0885d53c4899351a (patch)
tree790d2867539c5952fb0c7615cb1188369a6ef599 /config.h.in
parent8f03e38340e0da0aa566551a71770f0fbc4a8e8d (diff)
Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
closes: #480020).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9577c0e5f..d2641866c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1163,6 +1163,9 @@
1163/* Define if X11 doesn't support AF_UNIX sockets on that system */ 1163/* Define if X11 doesn't support AF_UNIX sockets on that system */
1164#undef NO_X11_UNIX_SOCKETS 1164#undef NO_X11_UNIX_SOCKETS
1165 1165
1166/* Adjust Linux out-of-memory killer */
1167#undef OOM_ADJUST
1168
1166/* libcrypto is missing AES 192 and 256 bit functions */ 1169/* libcrypto is missing AES 192 and 256 bit functions */
1167#undef OPENSSL_LOBOTOMISED_AES 1170#undef OPENSSL_LOBOTOMISED_AES
1168 1171