X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/50ef79ad104a8bd26fb21504c13f7e4866824098..cd4a22176a7532ed1c8bd2b5c3f4c2c3e53bdf37:/src/OS/os.h-Linux diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 4a141346d..f2c243e9f 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -16,6 +16,7 @@ with the issue. */ #define HAVE_MMAP #define HAVE_BSD_GETLOADAVG #define HAVE_SYS_STATVFS_H +#define HAVE_GETIFADDRS #define NO_IP_VAR_H #define SIG_IGN_WORKS @@ -91,5 +92,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 */