Define BIND_8_COMPAT in the os.h file for Darwin.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Mon, 8 Aug 2005 10:29:08 +0000 (10:29 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Mon, 8 Aug 2005 10:29:08 +0000 (10:29 +0000)
doc/doc-txt/ChangeLog
src/OS/os.h-Darwin

index 8a00fffd9a9bdc05f1b43fcb075dc8b4f8ead965..fd48cfb1cd79f92bd3d5279d3e2f553a2c81a667 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.199 2005/08/08 09:57:29 ph10 Exp $
+$Cambridge: 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
 -------------------------------------------
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -63,6 +63,10 @@ TK/03 Fix log output including CR from clamd.
 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/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
 -----------------
 
 Exim version 4.52
 -----------------
index 8efbc8562033dbfa75a4c2bef5b73f2510b99461..c6865d296d70d9d1a894a429963309a181b98547 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/OS/os.h-Darwin,v 1.2 2005/05/10 22:39:20 tom Exp $ */
+/* $Cambridge: 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) */
 
 
 /* Exim: OS-specific C header file for Darwin (Mac OS X) */
 
@@ -29,4 +29,9 @@ aren't set, so we invent a new one. */
 #define NO_IP_VAR_H
 #define DARWIN_IP_OPTIONS
 
 #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 */
 /* End */