summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-23 19:17:31 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-23 19:17:31 +0000
commit35abfd4b2826db9a2ca42d1fc304ba4c47c33f28 (patch)
treec905266d1a5b1fb7152504cbbbaaa054c89a3fcd /configure.in
parentab7abf9320fd39cb0827a8c83783c407fb29ac15 (diff)
Disable core dumps before we ask the user for a pass phrase.
Suggested by <Stefan.Alfredsson@kau.se>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 02671df3..9da68e9e 100644
--- a/configure.in
+++ b/configure.in
@@ -209,6 +209,9 @@ main ()
AC_HEADER_STDC
AC_CHECK_HEADERS(stdarg.h sys/ioctl.h sysexits.h)
+AC_CHECK_HEADERS(sys/time.h sys/resource.h)
+
+AC_CHECK_FUNCS(setrlimit)
AC_TYPE_SIGNAL