Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
[exim.git] / src / OS / os.h-GNU
... / ...
CommitLineData
1/* $Cambridge: exim/src/OS/os.h-GNU,v 1.2 2005/01/04 10:25:58 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for GNU/Hurd */
4
5#define CRYPT_H
6#define GLIBC_IP_OPTIONS
7#define HAVE_MMAP
8#define HAVE_BSD_GETLOADAVG
9#define HAVE_SYS_VFS_H
10#define NO_IP_VAR_H
11#define SIG_IGN_WORKS
12
13#define F_FREESP O_TRUNC
14typedef struct flock flock_t;
15
16#define os_strsignal strsignal
17#define OS_STRSIGNAL
18
19/* Hurd-specific bits below */
20
21/* End */