X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config.h.in;h=daf4e6fc76fc0491b65143cd5b7c99c6c592605f;hb=95565d966a1821b0284cd7a55f1102da080799b9;hp=2192ddf4a2f9d09c8bf590595fc7dca6431b07f4;hpb=673859dfa72a5f4d485ae22d29ff2e2fc4147bf5;p=mmh diff --git a/config.h.in b/config.h.in index 2192ddf..daf4e6f 100644 --- a/config.h.in +++ b/config.h.in @@ -13,16 +13,6 @@ */ /* - * Define to 1 if you need to make `inc' set-group-id - * because your mail spool is not world writable. This - * will add some extra security checks, although I can't - * guarantee it is safe. Also, you will need to change the - * group and add the setgid bit to `inc' manually after - * installation. - */ -/* #define MAILGROUP 1 */ - -/* * Turn on locale (setlocale) support */ #define LOCALE 1 @@ -278,6 +268,13 @@ */ #undef ATTVIBUG +/* + * Define to 1 if you need to make `inc' set-group-id because your mail spool is + * not world writable. There are no guarantees as to the safety of doing this, + * but this #define will add some extra security checks. + */ +#undef MAILGROUP + /* Define ruserpass as _ruserpass if your libraries have a bug * * such that it can't find ruserpass, but can find _ruserpass. */ #undef ruserpass @@ -300,6 +297,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the sigaction function. */ #undef HAVE_SIGACTION @@ -408,6 +408,9 @@ /* Define if you have the m library (-lm). */ #undef HAVE_LIBM +/* Define if you have the mkstemp library (-lmkstemp). */ +#undef HAVE_LIBMKSTEMP + /* Define if you have the ndbm library (-lndbm). */ #undef HAVE_LIBNDBM