[GENINCDATA]
[reactos.git] / include / stlport / stl / config / _openbsd.h
1 #define _STLP_PLATFORM "Open BSD"
2
3 #define _STLP_USE_UNIX_IO
4
5 #if defined (_POSIX_THREADS) && !defined (_STLP_THREADS)
6 # define _STLP_THREADS
7 #endif
8
9 #if defined (_POSIX_THREADS) && !defined (_STLP_DONT_USE_PTHREAD_SPINLOCK)
10 # define _STLP_USE_PTHREAD_SPINLOCK
11 # define _STLP_STATIC_MUTEX _STLP_mutex
12 #endif