diff options
author | Colin Watson <cjwatson@debian.org> | 2008-05-25 22:32:48 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-05-25 22:32:48 +0000 |
commit | 1c35a89108e4c8a0913a408f0885d53c4899351a (patch) | |
tree | 790d2867539c5952fb0c7615cb1188369a6ef599 /configure.ac | |
parent | 8f03e38340e0da0aa566551a71770f0fbc4a8e8d (diff) |
Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
closes: #480020).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 487a9d6ae..5a7f83bf9 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -559,6 +559,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) | |||
559 | AC_DEFINE(SSH_TUN_PREPEND_AF, 1, | 559 | AC_DEFINE(SSH_TUN_PREPEND_AF, 1, |
560 | [Prepend the address family to IP tunnel traffic]) | 560 | [Prepend the address family to IP tunnel traffic]) |
561 | fi | 561 | fi |
562 | AC_DEFINE(OOM_ADJUST, 1, [Adjust Linux out-of-memory killer]) | ||
562 | ;; | 563 | ;; |
563 | mips-sony-bsd|mips-sony-newsos4) | 564 | mips-sony-bsd|mips-sony-newsos4) |
564 | AC_DEFINE(NEED_SETPGRP, 1, [Need setpgrp to acquire controlling tty]) | 565 | AC_DEFINE(NEED_SETPGRP, 1, [Need setpgrp to acquire controlling tty]) |