Docs: cuttthrough logging
[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
17ffcae7 5#define HAVE_BSD_GETLOADAVG
6f5a440a 6#define HAVE_MMAP
61ec970d
PH
7#define HAVE_SYS_VFS_H
8#define NO_IP_VAR_H
17ffcae7 9#define SIG_IGN_WORKS
6f5a440a 10#define SIOCGIFCONF_GIVES_ADDR
61ec970d
PH
11
12#define F_FREESP O_TRUNC
13typedef struct flock flock_t;
14
15#define os_strsignal strsignal
16#define OS_STRSIGNAL
17
17ffcae7
PH
18/* Hurd-specific bits below */
19
9c19b270
JH
20/* default is non-const */
21#define ICONV_ARG2_TYPE const char **
22
61ec970d 23/* End */