From 09f417b341229af5137586718440820614f35665 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 17 May 2010 22:13:52 +0200 Subject: started to add a dynamic library loader, interface and Linux/DLFCN for now --- src/port/sys_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/port') diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h index 0bab5fb..1eaaa4e 100644 --- a/src/port/sys_internal.h +++ b/src/port/sys_internal.h @@ -31,6 +31,7 @@ #if OS_MINOR_VERSION == 6 #define HAVE_LOCK_F #define HAVE_LOCALTIME_R +#define HAVE_DLFCN #else #error unknown platform #endif /* defined OS_MINOR_VERSION == 6 */ -- cgit v1.2.3-54-g00ecf