X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/1e1ddfac79fbcd052f199500a6493c7f79cb8462..001bf8f58763581d117edaa391aa13ac139eb39b:/src/OS/os.h-Linux?ds=sidebyside diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index c705e5cd2..287e15465 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -71,8 +71,9 @@ then change the 0 to 1 in the next block. */ # define LLONG_MAX LONG_LONG_MAX #endif -#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOUCE +#if _POSIX_C_SOURCE >= 200809L || _ATFILE_SOURCE # define EXIM_HAVE_OPENAT +# define EXIM_HAVE_FUTIMENS #endif /* TCP Fast Open support */ @@ -90,5 +91,12 @@ 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 + +/* Needed for uClibc */ +#ifndef NS_MAXMSG +# define NS_MAXMSG 65535 +#endif /* End */