234f51c18a830ae3e706d939394f0a95d316bf2a
[exim.git] / src / OS / os.h-NetBSD
1 /* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.5 2009/10/20 12:39:47 nm4 Exp $ */
2
3 /* Exim: OS-specific C header file for NetBSD */
4
5 #define HAVE_BSD_GETLOADAVG
6 #define HAVE_GETIFADDRS
7 #define HAVE_MMAP
8 #define HAVE_SYS_MOUNT_H
9 #define SIOCGIFCONF_GIVES_ADDR
10
11 typedef struct flock flock_t;
12
13 #define os_strsignal strsignal
14 #define OS_STRSIGNAL
15
16 #include <sys/param.h>
17
18 #if __NetBSD_Version__ >= 299000900
19 #define HAVE_SYS_STATVFS_H
20 #endif
21
22 /* End */