1.34 - allow eximstats to parse syslog lines as well as mainlog lines
[exim.git] / src / OS / os.h-Linux-libc5
1 /* $Cambridge: exim/src/OS/os.h-Linux-libc5,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for Linux */
4
5 #define HAVE_MMAP
6 #define HAVE_SYS_VFS_H
7 #define NO_IP_VAR_H
8 #define GLIBC_IP_OPTIONS
9
10 #define F_FREESP O_TRUNC
11 typedef struct flock flock_t;
12
13 /* End */