On 2013-10-09 14:03, manu@... wrote: > Bruncsak, Attila <attila.bruncsak@...> wrote: > > > milter-greylist.c: In function 'main': > > milter-greylist.c:1575: error: 'PACKAGE_URL' undeclared (first > use in this function) > > milter-greylist.c:1575: error: (Each undeclared identifier is reported > only once > > milter-greylist.c:1575: error: for each function it appears in.) > > Please add in milter-greylist.c: > #ifndef PACKAGE_URL > #define PACKAGE_URL "" > #endif PACKAGE_URL > > after #include "config.h" I see this is already in CVS :) ... unlike the fix for res_state or my recent fix (preferably the longer one) for the undef-macros in configure.ac. As for PACKAGE_URL: wouldn't a reasonable default be the project's website? Should the other PACKAGE_* definitions be similarly enforced as well? //Jim Klimov
Message
Re: [milter-greylist] missing res_state
2013-10-09 by Jim Klimov
Attachments
- No local attachments were found for this message.