Expansions: fix json extract for de-wrapping nested objects. Bug 2322
[exim.git] / src / OS / os.h-OpenBSD
index a594d17a7a2f90ff3db2d0c1f32aeae1b2bcbb4d..7998b175942a6c77a8dec36409ee1d99243b73b7 100644 (file)
@@ -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,4 @@ typedef struct __res_state *res_state;
 #endif
 #define TIME_T_FMT "%lld"
 
-
-#ifndef POLLRDHUP
-# define POLLRDHUP (POLLIN | POLLHUP)
-#endif
-
 /* End */