Start
[exim.git] / src / OS / os.h-GNU
1 /* $Cambridge: exim/src/OS/os.h-GNU,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for GNU/Hurd */
4
5 #define CRYPT_H
6 #define HAVE_MMAP
7 #define HAVE_SYS_VFS_H
8 #define NO_IP_VAR_H
9 #define NO_NET_IF_H
10 #define NO_FIND_INTERFACES
11 #define SETRLIMIT_NOT_SUPPORTED
12 #define GLIBC_IP_OPTIONS
13
14 #define F_FREESP O_TRUNC
15 typedef struct flock flock_t;
16
17 #define os_strsignal strsignal
18 #define OS_STRSIGNAL
19
20 /* End */