reactos/include/stlport/stl/config/_openbsd.h
Jérôme Gardou 5d8dd5d148 [STLPORT]
- move headers to include directory
  - delete some incidentally committed things

svn path=/branches/cmake-bringup/; revision=49546
2010-11-10 17:36:28 +00:00

13 lines
311 B
C

#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