Gitweb:
https://git.exim.org/exim.git/commitdiff/ffbb6f2982821e44c42da6b8816e4560f5a9accb
Commit: ffbb6f2982821e44c42da6b8816e4560f5a9accb
Parent: c3bb5a29480ecbd971e206a1efbd4ad3d23e6e93
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Oct 10 10:25:40 2020 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Oct 10 10:43:08 2020 +0100
OpenBSD, NetBSD: TLS preload
NetBSD is not actually really supported by the project, but a user
did pop up this year asking for a build
---
src/OS/os.h-OpenBSD | 2 ++
src/OS/unsupported/os.h-NetBSD | 2 ++
2 files changed, 4 insertions(+)
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
index f599c09..08f2dca 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 d2d3e0d..63ff27c 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 */