From: Jeremy Harris Date: Fri, 12 Oct 2018 20:15:29 +0000 (+0100) Subject: Fix OpenBSD build. X-Git-Tag: exim-4.92-RC1~76 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/714f0e1cdf8ccc4778a219c64c00aad64d0ecd78 Fix OpenBSD build. Broken-by: 75c121f07a --- diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 7998b1759..b09bd84be 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -53,4 +53,7 @@ typedef struct __res_state *res_state; #endif #define TIME_T_FMT "%lld" +/* seems arpa/nameser.h does not define this */ +#define NS_MAXMSG 16380 + /* End */