summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-10-12 22:19:17 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-10-12 22:19:17 +0100
commit9fa3eec7bb2e6a14a0b62dbc713c0ba5b2b5cd34 (patch)
tree300ca1664a1a49118ee8c87c1b86272ae7eb9513 /src
parent714f0e1cdf8ccc4778a219c64c00aad64d0ecd78 (diff)
Fix Mac build
Broken-by: 75c121f07a
Diffstat (limited to 'src')
-rw-r--r--src/OS/os.h-Darwin3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin
index f4087404e..f3f22f084 100644
--- a/src/OS/os.h-Darwin
+++ b/src/OS/os.h-Darwin
@@ -45,4 +45,7 @@ updating Exim to use the newer interface. */
/* default is non-const */
#define ICONV_ARG2_TYPE const char **
+/* seems arpa/nameser.h does not define this */
+#define NS_MAXMSG 65535
+
/* End */