Import Debian patch 4.84.2-2+deb8u3
[hcoop/debian/exim4.git] / OS / os.h-GNU
CommitLineData
420a0d19
CE
1/* Exim: OS-specific C header file for GNU/Hurd */
2
3#define CRYPT_H
4#define GLIBC_IP_OPTIONS
5#define HAVE_BSD_GETLOADAVG
6#define HAVE_MMAP
7#define HAVE_SYS_VFS_H
8#define NO_IP_VAR_H
9#define SIG_IGN_WORKS
10#define SIOCGIFCONF_GIVES_ADDR
11
12#define F_FREESP O_TRUNC
13typedef struct flock flock_t;
14
15#define os_strsignal strsignal
16#define OS_STRSIGNAL
17
18/* Hurd-specific bits below */
19
20/* End */