git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b67c55
)
Fix uClibc build
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 8 Mar 2021 12:04:34 +0000
(13:04 +0100)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Tue, 9 Mar 2021 13:37:32 +0000
(14:37 +0100)
structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’?
uschar answer[NS_MAXMSG]; /* the answer itself */
src/OS/os.h-Linux
patch
|
blob
|
history
diff --git
a/src/OS/os.h-Linux
b/src/OS/os.h-Linux
index 2fa1b0b82ef4675866abbc67ac2d84e93b30b7f1..287e15465fbcc9c11297b2e038369057ca1da528 100644
(file)
--- 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 */