summaryrefslogtreecommitdiff
path: root/src/OS/os.h-GNUkNetBSD
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-04 10:25:58 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-04 10:25:58 +0000
commit17ffcae735bb0f871aa34740db16debe101efaa4 (patch)
tree0a6bef9d284fd02419363481bc219fba0ab5e7ce /src/OS/os.h-GNUkNetBSD
parentc988f1f4faa9f679f79beddf3c14676c5dcb8e28 (diff)
Updated configuration for GNU; added configuration for GNUkFreeBSD and
GNUkNetBSD.
Diffstat (limited to 'src/OS/os.h-GNUkNetBSD')
-rw-r--r--src/OS/os.h-GNUkNetBSD24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/OS/os.h-GNUkNetBSD b/src/OS/os.h-GNUkNetBSD
new file mode 100644
index 000000000..faddca675
--- /dev/null
+++ b/src/OS/os.h-GNUkNetBSD
@@ -0,0 +1,24 @@
+/* $Cambridge: exim/src/OS/os.h-GNUkNetBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for GNU/kNetBSD */
+
+#define CRYPT_H
+#define GLIBC_IP_OPTIONS
+#define HAVE_MMAP
+#define HAVE_BSD_GETLOADAVG
+#define HAVE_SYS_VFS_H
+#define NO_IP_VAR_H
+#define SIG_IGN_WORKS
+
+#define F_FREESP O_TRUNC
+typedef struct flock flock_t;
+
+#define os_strsignal strsignal
+#define OS_STRSIGNAL
+
+/* kNetBSD-specific bits below */
+
+#define HAVE_SYS_MOUNT_H
+#define SIOCGIFCONF_GIVES_ADDR
+
+/* End */