summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-04 15:14:11 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-04 15:14:11 +0200
commit57c12298f6c86ec058c4be437faea5ed9219aae1 (patch)
tree950911d9e2e01a93290d53e5e2a3545df3cb31a8
parent5a64607d5429451e1930b46bfc815b03cac12b25 (diff)
downloadwolfbones-57c12298f6c86ec058c4be437faea5ed9219aae1.tar.gz
wolfbones-57c12298f6c86ec058c4be437faea5ed9219aae1.tar.bz2
more
-rw-r--r--src/port/sys_internal.h8
1 files changed, 8 insertions, 0 deletions
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 */