2
0
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:
Rene Rivera
2003-01-13 16:51:58 +00:00
parent 7cddc35739
commit ccd16cd590
2 changed files with 14 additions and 2 deletions

View File

@@ -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

View File

@@ -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