Copyright updates:
[exim.git] / src / OS / os.h-Linux
index 2fa1b0b82ef4675866abbc67ac2d84e93b30b7f1..e6a8d288ed31e1ca2d8dec5b18f0a5d4110d8ffa 100644 (file)
@@ -1,5 +1,6 @@
 /* Exim: OS-specific C header file for Linux */
 /* Copyright (c) University of Cambridge 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -16,6 +17,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
 
@@ -94,5 +96,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 */