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 -- Emmanuel Dreyfus Publicité subliminale: achetez ce livre! http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php manu@...
Message
Re: [milter-greylist] milter-greylist 2.0 beta2 released
2005-02-14 by manu@netbsd.org