mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add recognition of OpenBSD... to fix some of the regression tests (threads).
[SVN r16893]
This commit is contained in:
@@ -359,6 +359,11 @@
|
||||
# define OSMINOR "OS=UNIXWARE"
|
||||
# define OS_UNIXWARE
|
||||
# endif
|
||||
# ifdef __OpenBSD__
|
||||
# define OSMINOR "OS=OPENBSD"
|
||||
# define OS_OPENBSD
|
||||
# define unix
|
||||
# endif
|
||||
# ifndef OSMINOR
|
||||
# define OSMINOR "OS=UNKNOWN"
|
||||
# endif
|
||||
@@ -393,7 +398,8 @@
|
||||
!defined(OS_MACHTEN) && \
|
||||
!defined(OS_MACOSX) && \
|
||||
!defined(OS_RHAPSODY) && \
|
||||
!defined(OS_MVS)
|
||||
!defined(OS_MVS) && \
|
||||
!defined(OS_OPENBSD)
|
||||
# include <malloc.h>
|
||||
# endif
|
||||
|
||||
|
||||
@@ -359,6 +359,11 @@
|
||||
# define OSMINOR "OS=UNIXWARE"
|
||||
# define OS_UNIXWARE
|
||||
# endif
|
||||
# ifdef __OpenBSD__
|
||||
# define OSMINOR "OS=OPENBSD"
|
||||
# define OS_OPENBSD
|
||||
# define unix
|
||||
# endif
|
||||
# ifndef OSMINOR
|
||||
# define OSMINOR "OS=UNKNOWN"
|
||||
# endif
|
||||
@@ -393,7 +398,8 @@
|
||||
!defined(OS_MACHTEN) && \
|
||||
!defined(OS_MACOSX) && \
|
||||
!defined(OS_RHAPSODY) && \
|
||||
!defined(OS_MVS)
|
||||
!defined(OS_MVS) && \
|
||||
!defined(OS_OPENBSD)
|
||||
# include <malloc.h>
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user