From 9a87f992d39fd2bb27065a722132bba7842a39d2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 21 May 2010 14:56:35 +0200 Subject: fixed on OpenBSD 4.7 64-bit --- src/port/sys_internal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3-54-g00ecf