diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 14:09:17 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-06 14:09:17 +0000 |
commit | 7e8bec7a4f372261874a73641c6bc0dadeafab7d (patch) | |
tree | 18ec34b958e9e26abc5f3e2c23ef96bce15d0c20 /doc | |
parent | 475fe28a6a039803d280266e29e755a603d1dfe7 (diff) |
Modify OS/os.c-Linux so that Exim compiles on kfreebsd-gnu (sic).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8f648575b..2d4044efc 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.114 2005/04/06 14:03:53 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.115 2005/04/06 14:09:17 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -168,6 +168,15 @@ PH/27 $acl_verify_message is now set immediately after the failure of a Previously, $acl_verify_message was set only while expanding "message" and "log_message" when a very denied access. +PH/28 Modified OS/os.c-Linux with + + -#ifndef OS_LOAD_AVERAGE + +#if !defined(OS_LOAD_AVERAGE) && defined(__linux__) + + to make Exim compile on kfreebsd-gnu. (I'm totally confused about the + nomenclature these days.) + + A note about Exim versions 4.44 and 4.50 ---------------------------------------- |