X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/6a9cf7f890226aa085842cd3d94b13e78ea31637..3083c9ca60beb9aacae81d0d108117251da5f276:/src/OS/os.h-Linux diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 2fa1b0b82..287e15465 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -94,5 +94,9 @@ then change the 0 to 1 in the next block. */ /* inotify(7) etc syscalls */ #define EXIM_HAVE_INOTIFY +/* Needed for uClibc */ +#ifndef NS_MAXMSG +# define NS_MAXMSG 65535 +#endif /* End */