diff options
author | Tom Kistner <tom@duncanthrax.net> | 2006-10-30 22:06:33 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2006-10-30 22:06:33 +0000 |
commit | a8530a10756ff71d0c5f4b010d467cb145cfe0fd (patch) | |
tree | 9c25df5f2efb219e879faa694e55a6151f9d810c /src/OS/os.h-Linux | |
parent | f6c332bd03c89f108c7fe531156cb18d7888ba35 (diff) |
Bugzilla #401 + #402
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r-- | src/OS/os.h-Linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 285e8d28f..5b731eaa1 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/OS/os.h-Linux,v 1.3 2005/02/17 10:04:41 ph10 Exp $ */ +/* $Cambridge: exim/src/OS/os.h-Linux,v 1.4 2006/10/30 22:06:33 tom Exp $ */ /* Exim: OS-specific C header file for Linux */ @@ -7,6 +7,7 @@ #define HAVE_MMAP #define HAVE_BSD_GETLOADAVG #define HAVE_SYS_STATVFS_H +#define HAVE_LINUX_SENDFILE #define NO_IP_VAR_H #define SIG_IGN_WORKS |