X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/bb07bcd32250965a896b0856dd1b839b5795e2f4..157d73b585d3f7e0ae33a58b3e369b6ba6e6f7b6:/src/OS/os.h-OpenBSD diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9da2599c1..b09bd84be 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -1,4 +1,7 @@ /* Exim: OS-specific C header file for OpenBSD */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ +/* See the file NOTICE for conditions of use and distribution. */ + #define HAVE_BSD_GETLOADAVG #define HAVE_MMAP @@ -50,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 */