X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ad1a76fefdc79201fe2efaf0ef356acbb7938d46..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/OS/unsupported/os.h-NetBSD diff --git a/src/OS/unsupported/os.h-NetBSD b/src/OS/unsupported/os.h-NetBSD index d2d3e0d82..a8e32107a 100644 --- a/src/OS/unsupported/os.h-NetBSD +++ b/src/OS/unsupported/os.h-NetBSD @@ -1,4 +1,6 @@ /* Exim: OS-specific C header file for NetBSD */ +/* Copyright (c) The Exim Maintainers 2021 */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ #define HAVE_BSD_GETLOADAVG #define HAVE_GETIFADDRS @@ -25,4 +27,6 @@ typedef struct flock flock_t; /* default is non-const */ #define ICONV_ARG2_TYPE const char ** +#define EXIM_HAVE_KEVENT + /* End */