X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/a3d83c9e8d57ba51cd246435b14604f995551802..157d73b585d3f7e0ae33a58b3e369b6ba6e6f7b6:/src/OS/os.h-Darwin diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index f4087404e..b597f9da3 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -45,4 +45,12 @@ updating Exim to use the newer interface. */ /* default is non-const */ #define ICONV_ARG2_TYPE const char ** +/* seems arpa/nameser.h does not define this */ +#define NS_MAXMSG 65535 + +/* There may be very many supplementary groups for the user. See notes +in "man 2 getgroups". */ +#define _DARWIN_UNLIMITED_GETGROUPS +#define EXIM_GROUPLIST_SIZE 64 + /* End */