aboutsummaryrefslogtreecommitdiff
path: root/stlport/stl/config/_openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/stl/config/_openbsd.h')
-rw-r--r--stlport/stl/config/_openbsd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/stlport/stl/config/_openbsd.h b/stlport/stl/config/_openbsd.h
deleted file mode 100644
index 86a19d1..0000000
--- a/stlport/stl/config/_openbsd.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#define _STLP_PLATFORM "Open BSD"
-
-#define _STLP_USE_UNIX_IO
-
-#if defined (_POSIX_THREADS) && !defined (_STLP_THREADS)
-# define _STLP_THREADS
-#endif
-
-#if defined (_POSIX_THREADS) && !defined (_STLP_DONT_USE_PTHREAD_SPINLOCK)
-# define _STLP_USE_PTHREAD_SPINLOCK
-# define _STLP_STATIC_MUTEX _STLP_mutex
-#endif