mirror of
https://github.com/boostorg/predef.git
synced 2025-08-01 04:34:26 +02:00
Fix OS_SVR4 missing AVAILABLE macro def. Fix marking OS_UNIX as
exclusive.
This commit is contained in:
@@ -36,7 +36,6 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
#if BOOST_OS_UNIX
|
#if BOOST_OS_UNIX
|
||||||
# define BOOST_OS_UNIX_AVAILABLE
|
# define BOOST_OS_UNIX_AVAILABLE
|
||||||
# include <boost/predef/detail/os_detected.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_OS_UNIX_NAME "Unix Environment"
|
#define BOOST_OS_UNIX_NAME "Unix Environment"
|
||||||
@@ -64,8 +63,8 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
# define BOOST_OS_SVR4 BOOST_VERSION_NUMBER_AVAILABLE
|
# define BOOST_OS_SVR4 BOOST_VERSION_NUMBER_AVAILABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BOOST_ARCH_ALPHA
|
#if BOOST_OS_SVR4
|
||||||
# define _AVAILABLE
|
# define BOOST_OS_SVR4_AVAILABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_OS_SVR4_NAME "SVR4 Environment"
|
#define BOOST_OS_SVR4_NAME "SVR4 Environment"
|
||||||
|
Reference in New Issue
Block a user