mirror of
https://github.com/boostorg/config.git
synced 2025-08-01 21:34:28 +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>
|
// FreeBSD 3.x has pthreads support, but defines _POSIX_THREADS in <pthread.h>
|
||||||
// and not in <unistd.h>
|
// and not in <unistd.h>
|
||||||
//
|
//
|
||||||
#if defined(__FreeBSD__) && (__FreeBSD__ <= 3)
|
#if (defined(__FreeBSD__) && (__FreeBSD__ <= 3)) || defined(__OpenBSD__)
|
||||||
# define BOOST_HAS_PTHREADS
|
# define BOOST_HAS_PTHREADS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user