mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Enable pthread support on OpenBSD
[SVN r32960]
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
// FreeBSD 3.x has pthreads support, but defines _POSIX_THREADS in <pthread.h>
|
||||
// and not in <unistd.h>
|
||||
//
|
||||
#if defined(__FreeBSD__) && (__FreeBSD__ <= 3)
|
||||
#if (defined(__FreeBSD__) && (__FreeBSD__ <= 3)) || defined(__OpenBSD__)
|
||||
# define BOOST_HAS_PTHREADS
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user