NetBSD-specific configuration patches from David Brownlee.
[exim.git] / src / OS / os.h-NetBSD
1 /* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.4 2007/06/27 08:46:28 ph10 Exp $ */
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
10 typedef struct flock flock_t;
11
12 #define os_strsignal strsignal
13 #define OS_STRSIGNAL
14
15 #include <sys/param.h>
16
17 #if __NetBSD_Version__ >= 299000900
18 #define HAVE_SYS_STATVFS_H
19 #endif
20
21 /* End */