wip
[users/jgh/exim.git] / src / src / drtables.c
index b95d4fc952a0f1ba72d13e8bad0823c82d1bcbb3..34431a47f3ed90744e577656dcd73e694b7de937 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/drtables.c,v 1.9 2007/09/28 12:21:57 tom Exp $ */
+/* $Cambridge: exim/src/src/drtables.c,v 1.9.2.1 2009/02/24 15:57:55 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -105,7 +105,7 @@ be NULL for methods that don't need them. */
 #include "lookups/whoson.h"
 #endif
 
-#ifdef EXPERIMENTAL_DKIM
+#ifndef DISABLE_DKIM
 #include "lookups/dkim.h"
 #endif
 
@@ -181,7 +181,7 @@ of the key strings. */
   {
   US"dkim",                      /* lookup name */
   lookup_querystyle,             /* query style */
-#ifdef EXPERIMENTAL_DKIM
+#ifndef DISABLE_DKIM
   dkim_open,                     /* open function */
   NULL,                          /* check function */
   dkim_find,                     /* find function */