X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/1077d3c3f960c4e5a157c51815b8009f5114ab1a..5afd7bb856bf4841ae9cd24bb9cf7b47ff68897d:/src/OS/os.h-Linux diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index ba5f13450..2fa1b0b82 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -73,6 +73,7 @@ then change the 0 to 1 in the next block. */ #if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE # define EXIM_HAVE_OPENAT +# define EXIM_HAVE_FUTIMENS #endif /* TCP Fast Open support */ @@ -90,5 +91,8 @@ then change the 0 to 1 in the next block. */ /* "Abstract" Unix-socket names */ #define EXIM_HAVE_ABSTRACT_UNIX_SOCKETS +/* inotify(7) etc syscalls */ +#define EXIM_HAVE_INOTIFY + /* End */