Added -xls and the ability to specify output files (Frank Heydlauf).
[exim.git] / src / src / spf.h
index de7b741fdca78b7a4b5559c516e234b307d0fe39..30583f44066d2fd6137ec0331498d71a11934fbf 100644 (file)
@@ -1,19 +1,24 @@
-/* $Cambridge: exim/src/src/spf.h,v 1.2 2004/12/16 15:11:47 tom Exp $ */
+/* $Cambridge: exim/src/src/spf.h,v 1.4 2005/05/24 08:15:02 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
+
 /* Experimental SPF support.
    Copyright (c) Tom Kistner <tom@duncanthrax.net> 2004
    License: GPL */
 
 #ifdef EXPERIMENTAL_SPF
 
+/* Yes, we do have ns_type. spf.h redefines it if we don't set this. Doh */
+#define HAVE_NS_TYPE
 #include <spf2/spf.h>
+
+
 #include <spf2/spf_dns_resolv.h>
 #include <spf2/spf_dns_cache.h>
 
+
 typedef struct spf_result_id {
   uschar *name;
   int    value;