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