diff options
Diffstat (limited to 'src/OS/os.h-OpenBSD')
-rw-r--r-- | src/OS/os.h-OpenBSD | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |