diff --git a/include/boost/predef/os/unix.h b/include/boost/predef/os/unix.h index 1ba06c9..3636dda 100644 --- a/include/boost/predef/os/unix.h +++ b/include/boost/predef/os/unix.h @@ -36,7 +36,6 @@ http://www.boost.org/LICENSE_1_0.txt) #if BOOST_OS_UNIX # define BOOST_OS_UNIX_AVAILABLE -# include #endif #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 #endif -#if BOOST_ARCH_ALPHA -# define _AVAILABLE +#if BOOST_OS_SVR4 +# define BOOST_OS_SVR4_AVAILABLE #endif #define BOOST_OS_SVR4_NAME "SVR4 Environment"