On Mon, 14 Feb 2005 07:47:27 +0100, manu@... wrote: > >Steven Stern <subscribed-lists@...> wrote: > >> spf.c: In function `spf_check': >> spf.c:79: error: `SPF_FALSE' undeclared (first use in this function) >> spf.c:79: error: (Each undeclared identifier is reported only once >> spf.c:79: error: for each function it appears in.) >> make: *** [spf.o] Error 1 > >Ooops, I missed that one. > >In spf.c, after the includes, add this: > >#ifndef SPF_FALSE >#define SPF_FALSE 0 >#endif >#ifndef SPF_TRUE >#define SPF_TRUE 1 >#endif That did it! Thanks. -- Steve
Message
Re: [milter-greylist] milter-greylist 2.0 beta2 released
2005-02-14 by Steven Stern