Autor: Jeremy Harris Datum: To: exim-users Betreff: Re: [exim]
Exim 4.96 doesn't build on EL7/8/9, drtables.c:739:54: error: ‘NUL’ undeclared
On 27/06/2022 09:47, Christoph Schug via Exim-users wrote: > drtables.c:739:54: error: ‘NUL’ undeclared (first use in this function); did you mean ‘NULL’?
> if (regex_match(regex_islookupmod, US name, len, NUL))
> ^~~