OpenBSD, NetBSD: TLS preload
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 10 Oct 2020 09:25:40 +0000 (10:25 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 10 Oct 2020 09:43:08 +0000 (10:43 +0100)
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
src/OS/unsupported/os.h-NetBSD

index f599c09e4a4b66bb137bb8ecc9ae5204cd0febbd..08f2dcaa56e71cd13f565d89d504053dbde432dd 100644 (file)
@@ -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 */
index d2d3e0d824e55a3c488634578efee9079739de59..63ff27c27c0106c976e074a7106205e6442f5c27 100644 (file)
@@ -25,4 +25,6 @@ typedef struct flock flock_t;
 /* default is non-const */
 #define ICONV_ARG2_TYPE const char **
 
+#define EXIM_HAVE_KEVENT
+
 /* End */