summaryrefslogtreecommitdiff
path: root/src/port/sys_internal.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 13:58:07 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 13:58:07 +0100
commit171bbff2c6532a6df566621c2d27ef2eb6161be0 (patch)
tree20d21d8de045c961e60cf7271813c678e7f5002d /src/port/sys_internal.h
parentee9d5cd4487da5e4b1a24ff514ab8c83b9db9822 (diff)
downloadwolfbones-171bbff2c6532a6df566621c2d27ef2eb6161be0.tar.gz
wolfbones-171bbff2c6532a6df566621c2d27ef2eb6161be0.tar.bz2
Soalris 10 threading flags and sys_internal.h
Diffstat (limited to 'src/port/sys_internal.h')
-rw-r--r--src/port/sys_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index db20a01..7a3395f 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -88,9 +88,12 @@
#if defined SUNOS
#if OS_MAJOR_VERSION == 5
#if OS_MINOR_VERSION == 8
+#define HAVE_LOCALTIME_R
#define HAVE_PTHREADS
#else
#if OS_MINOR_VERSION == 10
+#define HAVE_LOCALTIME_R
+#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* OS_MINOR_VERSION == 10 */