summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent8f03e38340e0da0aa566551a71770f0fbc4a8e8d (diff)
Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
closes: #480020).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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 ;;
563mips-sony-bsd|mips-sony-newsos4) 564mips-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])