X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-OpenBSD;h=dde779f00fc15bcd94d76b0890d63dd8b28738f8;hb=fc55624df0c1956b7b6b4ae35605a6b95704d022;hp=7998b175942a6c77a8dec36409ee1d99243b73b7;hpb=f9ba5e2255cf18092750fffacb6a9603571a2be5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 7998b1759..dde779f00 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -53,4 +53,8 @@ typedef struct __res_state *res_state; #endif #define TIME_T_FMT "%lld" +/* seems arpa/nameser.h does not define this. +Space-constrained devices could use much smaller; a few k. */ +#define NS_MAXMSG 65535 + /* End */