X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ad1a76fefdc79201fe2efaf0ef356acbb7938d46..204a7a2c2e8601558905dc34c576a627045a9f21:/src/OS/unsupported/os.h-NetBSD diff --git a/src/OS/unsupported/os.h-NetBSD b/src/OS/unsupported/os.h-NetBSD index d2d3e0d82..0b9fc03f0 100644 --- a/src/OS/unsupported/os.h-NetBSD +++ b/src/OS/unsupported/os.h-NetBSD @@ -1,4 +1,5 @@ /* Exim: OS-specific C header file for NetBSD */ +/* Copyright (c) The Exim Maintainers 2021 */ #define HAVE_BSD_GETLOADAVG #define HAVE_GETIFADDRS @@ -25,4 +26,6 @@ typedef struct flock flock_t; /* default is non-const */ #define ICONV_ARG2_TYPE const char ** +#define EXIM_HAVE_KEVENT + /* End */