Builtin macros for sha3-hash and ed25519-signing support
[users/heiko/exim.git] / src / OS / os.h-OpenBSD
index a594d17a7a2f90ff3db2d0c1f32aeae1b2bcbb4d..81ed4870b0a927919a9ea698a91cf227cdeefee1 100644 (file)
@@ -1,4 +1,7 @@
 /* Exim: OS-specific C header file for OpenBSD */
+/* Copyright (c) University of Cambridge 2017 */
+/* See the file NOTICE for conditions of use and distribution. */
+
 
 #define HAVE_BSD_GETLOADAVG
 #define HAVE_MMAP
@@ -50,9 +53,4 @@ typedef struct __res_state *res_state;
 #endif
 #define TIME_T_FMT "%lld"
 
-
-#ifndef POLLRDHUP
-# define POLLRDHUP (POLLIN | POLLHUP)
-#endif
-
 /* End */