summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/OS/os.h-Linux4
1 files changed, 4 insertions, 0 deletions
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 */