aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-02 16:30:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-02 16:30:25 +0000
commit1587e4153763fab493acf2deee9028e24e1da57f (patch)
treedf6226ef00f1253989deff26fb7c853968bf0f4a /acconfig.h
parentac58d06e7a275cd8cb33758d5b23a5226c469c63 (diff)
downloadfetchmail-1587e4153763fab493acf2deee9028e24e1da57f.tar.gz
fetchmail-1587e4153763fab493acf2deee9028e24e1da57f.tar.bz2
fetchmail-1587e4153763fab493acf2deee9028e24e1da57f.zip
Improved security.
svn path=/trunk/; revision=2032
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). */
+