summaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
parentab7abf9320fd39cb0827a8c83783c407fb29ac15 (diff)
Disable core dumps before we ask the user for a pass phrase.
Suggested by <Stefan.Alfredsson@kau.se>.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 1264494d..ed84a2be 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -156,3 +156,11 @@
/* Define to `int' if <signal.h> doesn't define. */
#undef sig_atomic_t
+/* define when your system has sys/time.h */
+#undef HAVE_SYS_TIME_H
+
+/* define when your system has sys/resource.h */
+#undef HAVE_SYS_RESOURCE_H
+
+/* define when your system has the setrlimit function */
+#undef HAVE_SETRLIMIT