diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 16:30:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-02 16:30:25 +0000 |
commit | 1587e4153763fab493acf2deee9028e24e1da57f (patch) | |
tree | df6226ef00f1253989deff26fb7c853968bf0f4a /acconfig.h | |
parent | ac58d06e7a275cd8cb33758d5b23a5226c469c63 (diff) | |
download | fetchmail-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.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). */ + |