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