X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=acconfig.h;h=a54d1d777c858ba2e3e7b620cc309aa904afa658;hb=58653b7e9a9f44dc35a4d0f0a8584f425f14fb0c;hp=5d2429e4b1f2bc98910ae85f5e28ed5b97f15f4e;hpb=0ccd1945560c715e4cc4063209bd0d68b75d5470;p=mmh diff --git a/acconfig.h b/acconfig.h index 5d2429e..a54d1d7 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 @@ -249,3 +246,6 @@ /* Define if your system has mkstemp */ #undef HAVE_MKSTEMP + +/* Define if your system has db1/ndbm.h instead of ndbm.h (ppclinux) */ +#undef HAVE_DB1_NDBM_H