diff options
Diffstat (limited to 'src/OS/os.h-Linux-libc5')
-rw-r--r-- | src/OS/os.h-Linux-libc5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/OS/os.h-Linux-libc5 b/src/OS/os.h-Linux-libc5 new file mode 100644 index 000000000..56bbd50d1 --- /dev/null +++ b/src/OS/os.h-Linux-libc5 @@ -0,0 +1,13 @@ +/* $Cambridge: exim/src/OS/os.h-Linux-libc5,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ + +/* Exim: OS-specific C header file for Linux */ + +#define HAVE_MMAP +#define HAVE_SYS_VFS_H +#define NO_IP_VAR_H +#define GLIBC_IP_OPTIONS + +#define F_FREESP O_TRUNC +typedef struct flock flock_t; + +/* End */ |