$OpenBSD: patch-src_include_spf_server_h,v 1.1.1.1 2008/01/30 15:58:50 okan Exp $
--- src/include/spf_server.h.orig	Wed Sep 29 06:33:09 2004
+++ src/include/spf_server.h	Thu Jan 24 23:15:17 2008
@@ -20,7 +20,6 @@ typedef struct SPF_server_struct SPF_server_t;
 
 #include "spf_record.h"
 #include "spf_dns.h"
-#include "spf_dns_internal.h"
 
 #ifndef SPF_MAX_DNS_MECH
 /* It is a bad idea to change this for two reasons.
@@ -44,13 +43,13 @@ typedef struct SPF_server_struct SPF_server_t;
 /* It is a bad idea to change this for the same reasons as mentioned
  * above for SPF_MAX_DNS_MECH
  */
-#define SPF_MAX_DNS_PTR   5
+#define SPF_MAX_DNS_PTR   10
 #endif
 #ifndef SPF_MAX_DNS_MX
 /* It is a bad idea to change this for the same reasons as mentioned
  * above for SPF_MAX_DNS_MECH
  */
-#define SPF_MAX_DNS_MX    5
+#define SPF_MAX_DNS_MX    10
 #endif
 
 struct SPF_server_struct {
