From 57c12298f6c86ec058c4be437faea5ed9219aae1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Jun 2010 15:14:11 +0200 Subject: more --- src/port/sys_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h index d0c2f94..d01279e 100644 --- a/src/port/sys_internal.h +++ b/src/port/sys_internal.h @@ -32,6 +32,7 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 6 */ @@ -45,11 +46,14 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #if OS_MAJOR_VERSION == 7 #if OS_MINOR_VERSION == 0 #define HAVE_LOCK_F #define HAVE_LOCALTIME_R +#define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 0 */ @@ -58,6 +62,8 @@ #if OS_MINOR_VERSION == 2 #define HAVE_LOCK_F #define HAVE_LOCALTIME_R +#define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 2 */ @@ -89,6 +95,7 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 2 */ @@ -98,6 +105,7 @@ #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN +#define WOLF_LIBRARY_DLERROR_CONST #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 0 */ -- cgit v1.2.3-54-g00ecf