X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d5b80e59458182b2d557a929a18cb8c70cd56b68..e3e281ccf9d8777d0df98ddd644720573e0343d1:/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 */