summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 6294bee..8c031ec 100644
--- a/config.h.in
+++ b/config.h.in
@@ -211,6 +211,10 @@
examined to determine when keyboard activity has occurred. */
#undef HAVE_PROC_INTERRUPTS
+/* Define this if you have a Linux-like /proc/.../oom_score_adj file which can
+ be adjusted by root to exempt us from the out-of-memory . */
+#undef HAVE_PROC_OOM
+
/* Define this if your system supports POSIX threads. */
#undef HAVE_PTHREAD