Re: [exim-dev] v4.51+libspf2 'make' failing w/ "conflicting …

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: Marc Sherman
CC: exim-dev, Markus Mayer
Subject: Re: [exim-dev] v4.51+libspf2 'make' failing w/ "conflicting types for'ns_type'"
Marc Sherman wrote:

> Is there no SPF_VERSION macro that can be tested against to give a more
> reasonable compile failure?


Yes, there are:

spf_lib_version.h:#define SPF_LIB_VERSION_MAJOR 1
spf_lib_version.h:#define SPF_LIB_VERSION_MINOR 2
spf_lib_version.h:#define SPF_LIB_VERSION_PATCH 1

But that would not tell me when they change their APIs :) I could insist
on a specific version, but that has other drawbacks.

If it should move out of EXPERIMENTAL state, I'll add some more
intelligence.

/tom