Fix uClibc build
[exim.git] / src / OS / os.h-Linux
index ba5f13450251d89f5afff43ec88a0edf3b0a99d9..287e15465fbcc9c11297b2e038369057ca1da528 100644 (file)
@@ -73,6 +73,7 @@ then change the 0 to 1 in the next block. */
 
 #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 */