Fix uClibc build
[users/heiko/exim.git] / src / OS / os.h-Linux
index 2fa1b0b82ef4675866abbc67ac2d84e93b30b7f1..287e15465fbcc9c11297b2e038369057ca1da528 100644 (file)
@@ -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 */