diff options
Diffstat (limited to 'src/OS/os.h-Darwin')
-rw-r--r-- | src/OS/os.h-Darwin | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index f3f22f084..b597f9da3 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -48,4 +48,9 @@ updating Exim to use the newer interface. */ /* 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 */ |