X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ade4247855998c3d344382b9bb2a13ff0c5a8921..d7d7b7b91dd75cec636fc144da7e27eed860f971:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 476473395..591434312 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/exim.h,v 1.16 2005/06/27 10:52:20 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.h,v 1.19 2006/02/07 11:19:00 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2006 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -291,6 +291,10 @@ side, put in definitions for all the ones that Exim uses. */ #define T_CNAME 5 #endif +#ifndef T_SOA +#define T_SOA 6 +#endif + #ifndef T_MX #define T_MX 15 #endif @@ -413,9 +417,8 @@ extern int ferror(FILE *); #include "pcre/pcre.h" /* Exim includes are in several files. Note that local_scan.h #includes -mytypes.h and store.h, so we don't need to mention them explicitly. */ - -#include "config.h" +config.h, mytypes.h, and store.h, so we don't need to mention them explicitly. +*/ #include "local_scan.h" #include "macros.h"