Update copyright year in (most) files (those that my script finds).
[exim.git] / src / src / exim.h
index 4764733953b2d39193b8c4e80e0611503468a0e5..59143431258a37ab3868e40b18c0198c83813c35 100644 (file)
@@ -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"