git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d06cf4
)
Fix HAVE_NS_TYPE for the SPF lookup type too
author
Tom Kistner
<tom@duncanthrax.net>
Mon, 27 Jun 2005 18:01:02 +0000
(18:01 +0000)
committer
Tom Kistner
<tom@duncanthrax.net>
Mon, 27 Jun 2005 18:01:02 +0000
(18:01 +0000)
src/src/lookups/spf.c
patch
|
blob
|
history
diff --git
a/src/src/lookups/spf.c
b/src/src/lookups/spf.c
index ba5cf6b69d5f969075e8cce2c3a0a79d3ae03221..7f7b6f141c93664852679ff0785a8e6e3cda3427 100644
(file)
--- a/
src/src/lookups/spf.c
+++ b/
src/src/lookups/spf.c
@@
-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>