summaryrefslogtreecommitdiff
path: root/src/port/sys_internal.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 18:47:35 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 18:47:35 +0200
commitecdacb9ba0b98d5dbfc1e136ca32f1bbcc7c60a4 (patch)
treed4b3c784fe411ec9e3c6229c1122e3ce1904c52b /src/port/sys_internal.h
parentbbfe277d4e07d0f26d1767226b5e270d286c2006 (diff)
downloadwolfbones-ecdacb9ba0b98d5dbfc1e136ca32f1bbcc7c60a4.tar.gz
wolfbones-ecdacb9ba0b98d5dbfc1e136ca32f1bbcc7c60a4.tar.bz2
removed HAVE_PTHREADS from sys_internal.h (is in sys.h)
Diffstat (limited to 'src/port/sys_internal.h')
-rw-r--r--src/port/sys_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index f242bea..cd14be4 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -31,7 +31,6 @@
#if OS_MINOR_VERSION == 6
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION == 6 */
@@ -45,7 +44,6 @@
#if OS_MINOR_VERSION == 0
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION == 0 */
@@ -54,7 +52,6 @@
#if OS_MINOR_VERSION == 2
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION == 2 */
@@ -69,7 +66,6 @@
#if OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION >= 2 && OS_MINOR_VERSION <= 3 */
@@ -83,7 +79,6 @@
#if OS_MINOR_VERSION == 0
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* defined OS_MINOR_VERSION == 2 */
@@ -97,12 +92,10 @@
#if OS_MINOR_VERSION == 8
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#if OS_MINOR_VERSION == 10
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
-#define HAVE_PTHREADS
#else
#error unknown platform
#endif /* OS_MINOR_VERSION == 10 */
@@ -115,7 +108,6 @@
#if defined CYGWIN
#if OS_MAJOR_VERSION == 5
#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 1
-#define HAVE_PTHREADS
/* for *printf substitutes */
#define TEST_SNPRINTF 0
#define HAVE_STDARG_H 1