ph10 2005/08/08 11:29:08 BST
Modified files:
exim-doc/doc-txt ChangeLog
exim-src/OS os.h-Darwin
Log:
Define BIND_8_COMPAT in the os.h file for Darwin.
Revision Changes Path
1.200 +4 -0 exim/exim-doc/doc-txt/ChangeLog
1.3 +5 -0 exim/exim-src/OS/os.h-Darwin
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 8 Aug 2005 09:57:29 -0000 1.199
+++ ChangeLog 8 Aug 2005 10:29:08 -0000 1.200
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.199 2005/08/08 09:57:29 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.200 2005/08/08 10:29:08 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -62,6 +62,10 @@
PH/14 A reference to $reply_address when Reply-to: was empty and From: did not
exist provoked a memory error which could cause a segfault.
+
+PH/15 Installed PCRE 6.2
+
+PH/17 Defined BIND_8_COMPAT in the Darwin os.h file.
Exim version 4.52
Index: os.h-Darwin
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/os.h-Darwin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- os.h-Darwin 10 May 2005 22:39:20 -0000 1.2
+++ os.h-Darwin 8 Aug 2005 10:29:08 -0000 1.3
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/OS/os.h-Darwin,v 1.2 2005/05/10 22:39:20 tom Exp $ */
+/* $Cambridge: exim/exim-src/OS/os.h-Darwin,v 1.3 2005/08/08 10:29:08 ph10 Exp $ */
/* Exim: OS-specific C header file for Darwin (Mac OS X) */
@@ -28,5 +28,10 @@
#define NO_IP_VAR_H
#define DARWIN_IP_OPTIONS
+
+/* Need this for the DNS lookup code. Remember to remove if we get round to
+updating Exim to use the newer interface. */
+
+#define BIND_8_COMPAT
/* End */