git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix uClibc build
[users/heiko/exim.git]
/
src
/
OS
/
os.h-Linux
diff --git
a/src/OS/os.h-Linux
b/src/OS/os.h-Linux
index 4a141346d982f3f4b3fa02ebdb7f8b57b80e36f1..287e15465fbcc9c11297b2e038369057ca1da528 100644
(file)
--- a/
src/OS/os.h-Linux
+++ b/
src/OS/os.h-Linux
@@
-91,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 */