From ecdacb9ba0b98d5dbfc1e136ca32f1bbcc7c60a4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 1 Apr 2009 18:47:35 +0200 Subject: removed HAVE_PTHREADS from sys_internal.h (is in sys.h) --- src/port/sys_internal.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf