diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-21 16:24:19 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-21 16:24:19 +0000 |
commit | 929ba01ccb7fafbe89e4fa60e93ab2b5f4aab1df (patch) | |
tree | 29dfe30140a3797456bd4c7593f3a83fc5dafc96 /src/OS/os.h-FreeBSD | |
parent | 8def5aaf652936e25a77eefe235bd333a89512c6 (diff) |
Add support for setclassresources() in the pipe transport on FreeBSD,
NetBSD, and BSDI (aka BSD/OS).
Diffstat (limited to 'src/OS/os.h-FreeBSD')
-rw-r--r-- | src/OS/os.h-FreeBSD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD index 9a2da7a5a..091089f52 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -1,8 +1,9 @@ -/* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ +/* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.2 2006/02/21 16:24:19 ph10 Exp $ */ /* Exim: OS-specific C header file for FreeBSD */ #define HAVE_BSD_GETLOADAVG +#define HAVE_LOGIN_CAP #define HAVE_MMAP #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR |