X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=acconfig.h;h=5051962e663cbe8d61a1130a8b9a158111087d35;hp=0b50e39054f107f951fd6c53a1300a5d497bd4ca;hb=8ac7f0a5c44a9a81a10e684cea8f2822434b9af0;hpb=673859dfa72a5f4d485ae22d29ff2e2fc4147bf5 diff --git a/acconfig.h b/acconfig.h index 0b50e39..5051962 100644 --- a/acconfig.h +++ b/acconfig.h @@ -12,16 +12,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 @@ -231,6 +221,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 @@ -246,3 +243,6 @@ /* Define if your system has sigsetjmp */ #undef HAVE_SIGSETJMP + +/* Define if your system has mkstemp */ +#undef HAVE_MKSTEMP