summaryrefslogtreecommitdiff
path: root/src/port/sys_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/sys_internal.h')
-rw-r--r--src/port/sys_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index 1a83785..0dae35d 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -70,12 +70,13 @@
#if defined OPENBSD
#if OS_MAJOR_VERSION == 4
-#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 5
+#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 7
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
+#define HAVE_DLFCN
#else
#error unknown platform
-#endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3 */
+#endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 7 */
#else
#error unknown platform
#endif /* defined OS_MAJOR_VERSION == 4 */