Add support for setclassresources() in the pipe transport on FreeBSD,
[exim.git] / src / OS / os.h-NetBSD
CommitLineData
929ba01c 1/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.2 2006/02/21 16:24:19 ph10 Exp $ */
61ec970d
PH
2
3/* Exim: OS-specific C header file for NetBSD */
4
5#define HAVE_BSD_GETLOADAVG
929ba01c 6#define HAVE_LOGIN_CAP
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
16/* End */