comparison DEPENDENCIES/generic/include/boost/predef/os/vms.h @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
1 /* 1 /*
2 Copyright Redshift Software Inc 2011-2013 2 Copyright Rene Rivera 2011-2013
3 Distributed under the Boost Software License, Version 1.0. 3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at 4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt) 5 http://www.boost.org/LICENSE_1_0.txt)
6 */ 6 */
7 7
26 ] 26 ]
27 */ 27 */
28 28
29 #define BOOST_OS_VMS BOOST_VERSION_NUMBER_NOT_AVAILABLE 29 #define BOOST_OS_VMS BOOST_VERSION_NUMBER_NOT_AVAILABLE
30 30
31 #if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ 31 #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
32 defined(VMS) || defined(__VMS) \ 32 defined(VMS) || defined(__VMS) \
33 ) 33 )
34 # undef BOOST_OS_VMS 34 # undef BOOST_OS_VMS
35 # if defined(__VMS_VER) 35 # if defined(__VMS_VER)
36 # define BOOST_OS_VMS BOOST_PREDEF_MAKE_10_VVRR00PP00(__VMS_VER) 36 # define BOOST_OS_VMS BOOST_PREDEF_MAKE_10_VVRR00PP00(__VMS_VER)