summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OS/os.h-OpenBSD2
-rw-r--r--src/OS/unsupported/os.h-NetBSD2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
index f599c09e4..08f2dcaa5 100644
--- a/src/OS/os.h-OpenBSD
+++ b/src/OS/os.h-OpenBSD
@@ -59,4 +59,6 @@ typedef struct __res_state *res_state;
Space-constrained devices could use much smaller; a few k. */
#define NS_MAXMSG 65535
+#define EXIM_HAVE_KEVENT
+
/* End */
diff --git a/src/OS/unsupported/os.h-NetBSD b/src/OS/unsupported/os.h-NetBSD
index d2d3e0d82..63ff27c27 100644
--- a/src/OS/unsupported/os.h-NetBSD
+++ b/src/OS/unsupported/os.h-NetBSD
@@ -25,4 +25,6 @@ typedef struct flock flock_t;
/* default is non-const */
#define ICONV_ARG2_TYPE const char **
+#define EXIM_HAVE_KEVENT
+
/* End */