Merge branch 'dbmjz'
[exim.git] / src / OS / os.h-GNU
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for GNU/Hurd */
2
3#define CRYPT_H
17ffcae7 4#define GLIBC_IP_OPTIONS
61ec970d 5#define HAVE_MMAP
17ffcae7 6#define HAVE_BSD_GETLOADAVG
61ec970d
PH
7#define HAVE_SYS_VFS_H
8#define NO_IP_VAR_H
17ffcae7 9#define SIG_IGN_WORKS
61ec970d
PH
10
11#define F_FREESP O_TRUNC
12typedef struct flock flock_t;
13
14#define os_strsignal strsignal
15#define OS_STRSIGNAL
16
17ffcae7
PH
17/* Hurd-specific bits below */
18
61ec970d 19/* End */