aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 2e6d8630..78bb273a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -47,6 +47,9 @@
/* Define if you have on_exit */
#undef HAVE_ON_EXIT
+/* Define if you have setrlimit */
+#undef HAVE_SETRLIMIT
+
/* Compute an appropriate directory for PID lock files */
#undef PID_DIR
@@ -78,8 +81,12 @@
/* Define if you want network security support compiled in */
#undef NET_SECURITY
+
+/* Define if you want GSSAPI authentication */
+#undef GSSAPI
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). */
+