X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-OpenBSD;h=dde779f00fc15bcd94d76b0890d63dd8b28738f8;hb=cc05007f1dd71890b2b34b7aec5ed12dc5942c73;hp=a594d17a7a2f90ff3db2d0c1f32aeae1b2bcbb4d;hpb=85da41af516f0c5089501214534980fd4b176a11;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index a594d17a7..dde779f00 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,9 +53,8 @@ typedef struct __res_state *res_state; #endif #define TIME_T_FMT "%lld" - -#ifndef POLLRDHUP -# define POLLRDHUP (POLLIN | POLLHUP) -#endif +/* seems arpa/nameser.h does not define this. +Space-constrained devices could use much smaller; a few k. */ +#define NS_MAXMSG 65535 /* End */