Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
[exim.git] / src / OS / os.h-NetBSD
CommitLineData
79378e0f 1/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */
61ec970d
PH
2
3/* Exim: OS-specific C header file for NetBSD */
4
5#define HAVE_BSD_GETLOADAVG
6#define HAVE_MMAP
7#define HAVE_SYS_MOUNT_H
8#define SIOCGIFCONF_GIVES_ADDR
9
10typedef struct flock flock_t;
11
12#define os_strsignal strsignal
13#define OS_STRSIGNAL
14
15/* End */