diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-16 14:00:50 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-16 14:00:50 +0000 |
commit | e49c7bb4f46fa45f02cf97e56e4e3aaac01ad8a9 (patch) | |
tree | b6e8b90063fb71525c02b936a9fd9018189f59fe /src/OS/os.h-NetBSD3 | |
parent | 79378e0f6db8bdf7cde0da6bf518aa2e94906307 (diff) |
Added configuration files for NetBSD3.
Diffstat (limited to 'src/OS/os.h-NetBSD3')
-rw-r--r-- | src/OS/os.h-NetBSD3 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/OS/os.h-NetBSD3 b/src/OS/os.h-NetBSD3 new file mode 100644 index 000000000..3e72a09da --- /dev/null +++ b/src/OS/os.h-NetBSD3 @@ -0,0 +1,17 @@ +/* $Cambridge: exim/src/OS/os.h-NetBSD3,v 1.1 2006/03/16 14:00:50 ph10 Exp $ + +/* Exim: OS-specific C header file for NetBSD */ + +#define HAVE_BSD_GETLOADAVG +#define HAVE_SETCLASSCONTEXT +#define HAVE_MMAP +#define HAVE_SYS_MOUNT_H +#define HAVE_SYS_STATVFS_H +#define SIOCGIFCONF_GIVES_ADDR + +typedef struct flock flock_t; + +#define os_strsignal strsignal +#define OS_STRSIGNAL + +/* End */ |