X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/c8ffb42d9a821fd7dfeeee1494f6be88cdf7b264..1cf47989a0376c3f7156c214c1d509d372e4262b:/src/OS/os.h-FreeBSD diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD index 548a82d4b..9220c31f7 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -11,10 +11,12 @@ #define HAVE_SETCLASSRESOURCES #define HAVE_MMAP #define HAVE_SYS_MOUNT_H +#define HAVE_GETIFADDRS #define SIOCGIFCONF_GIVES_ADDR #define HAVE_SRANDOMDEV #define HAVE_ARC4RANDOM #define EXIM_HAVE_OPENAT +#define EXIM_HAVE_FUTIMENS /* Applications should not call arc4random_stir() explicitly after * FreeBSD r227520 (approximately 1000002). @@ -69,4 +71,6 @@ extern ssize_t os_sendfile(int, int, off_t *, size_t); /*******************/ +#define EXIM_HAVE_KEVENT + /* End */