X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=79d1acf135c19d887e3765bf8e9182fa0020efba;hb=c09dbcfb71f4b9a42cbfd8a20e0be6bfa1b12488;hp=ca6221ffd5dbfeb89e130713ceb7975dfa282a74;hpb=75c121f07a85b4029458f11b113a4655114af126;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.h b/src/src/exim.h index ca6221ffd..79d1acf13 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -591,5 +591,11 @@ default to EDQUOT if it exists, otherwise ENOSPC. */ # define POLLRDHUP (POLLIN | POLLHUP) #endif +/* Some platforms (Darwin) have to define a larger limit on groups membership */ + +#ifndef EXIM_GROUPLIST_SIZE +# define EXIM_GROUPLIST_SIZE NGROUPS_MAX +#endif + #endif /* End of exim.h */