Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/predef/os/bsd/bsdi.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. 2012-2013 | 2 Copyright Rene Rivera 2012-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 |
22 ] | 22 ] |
23 */ | 23 */ |
24 | 24 |
25 #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE | 25 #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE |
26 | 26 |
27 #if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ | 27 #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ |
28 defined(__bsdi__) \ | 28 defined(__bsdi__) \ |
29 ) | 29 ) |
30 # ifndef BOOST_OS_BSD_AVAILABLE | 30 # ifndef BOOST_OS_BSD_AVAILABLE |
31 # define BOOST_OS_BSD BOOST_VERSION_NUMBER_AVAILABLE | 31 # define BOOST_OS_BSD BOOST_VERSION_NUMBER_AVAILABLE |
32 # define BOOST_OS_BSD_AVAILABLE | 32 # define BOOST_OS_BSD_AVAILABLE |