[exim-cvs] cvs commit: exim/exim-src/src/lookups spf.c

Góra strony
Delete this message
Reply to this message
Autor: Tom Kistner
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src/lookups spf.c
tom 2005/06/27 19:01:02 BST

  Modified files:
    exim-src/src/lookups spf.c 
  Log:
  Fix HAVE_NS_TYPE for the SPF lookup type too


  Revision  Changes    Path
  1.2       +3 -0      exim/exim-src/src/lookups/spf.c


  Index: spf.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/spf.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- spf.c    25 May 2005 20:07:55 -0000    1.1
  +++ spf.c    27 Jun 2005 18:01:02 -0000    1.2
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/lookups/spf.c,v 1.1 2005/05/25 20:07:55 tom Exp $ */
  +/* $Cambridge: exim/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 @@


#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>