Fix HAVE_NS_TYPE for the SPF lookup type too
authorTom Kistner <tom@duncanthrax.net>
Mon, 27 Jun 2005 18:01:02 +0000 (18:01 +0000)
committerTom Kistner <tom@duncanthrax.net>
Mon, 27 Jun 2005 18:01:02 +0000 (18:01 +0000)
src/src/lookups/spf.c

index ba5cf6b69d5f969075e8cce2c3a0a79d3ae03221..7f7b6f141c93664852679ff0785a8e6e3cda3427 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/lookups/spf.c,v 1.1 2005/05/25 20:07:55 tom Exp $ */
+/* $Cambridge: exim/src/src/lookups/spf.c,v 1.2 2005/06/27 18:01:02 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -25,6 +25,9 @@ static void dummy(int x) { dummy(x-1); }
 
 #include "lf_functions.h"
 #include "spf.h"
+#ifndef HAVE_NS_TYPE
+#define HAVE_NS_TYPE
+#endif
 #include <spf2/spf.h>
 #include <spf2/spf_dns_resolv.h>
 #include <spf2/spf_dns_cache.h>