Add dependencies on spf.h, srs.h, dk.h to spf.o, srs.o, and dk.o in the
[exim.git] / src / OS / os.h-Linux-libc5
... / ...
CommitLineData
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
11typedef struct flock flock_t;
12
13/* End */