From 1587e4153763fab493acf2deee9028e24e1da57f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 2 Aug 1998 16:30:25 +0000 Subject: Improved security. svn path=/trunk/; revision=2032 --- acconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'acconfig.h') 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). */ + -- cgit v1.2.3