diff -urN src.orig/include/spf_dns.h src/include/spf_dns.h --- src.orig/include/spf_dns.h 2008-10-27 18:27:14.000000000 +0200 +++ src/include/spf_dns.h 2010-06-13 14:16:25.000000000 +0300 @@ -69,7 +69,7 @@ */ /* XXX This should use a more sensible define. */ -#if !defined( HAVE_NS_TYPE ) +//#if !defined( HAVE_NS_TYPE ) #define ns_t_invalid 0 #define ns_t_a 1 @@ -83,7 +83,7 @@ #define ns_t_any 255 /**< Wildcard match. */ typedef int ns_type; -#endif +//#endif #if ! HAVE_DECL_NS_T_SPF #define ns_t_spf 99