Also memset(.., 0, ..) the pre-TLS input buffer.
[exim.git] / src / OS / os.h-NetBSD
1 /* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.6 2009/11/16 19:15:36 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 #define HAVE_ARC4RANDOM
11
12 typedef struct flock flock_t;
13
14 #define os_strsignal strsignal
15 #define OS_STRSIGNAL
16
17 #include <sys/param.h>
18
19 #if __NetBSD_Version__ >= 299000900
20 #define HAVE_SYS_STATVFS_H
21 #endif
22
23 /* End */