1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/config/stdlib/vacpp.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,18 @@
1.4 +// (C) Copyright John Maddock 2001 - 2002.
1.5 +// Use, modification and distribution are subject to the
1.6 +// Boost Software License, Version 1.0. (See accompanying file
1.7 +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1.8 +
1.9 +// See http://www.boost.org for most recent version.
1.10 +
1.11 +#if __IBMCPP__ <= 501
1.12 +# define BOOST_NO_STD_ALLOCATOR
1.13 +#endif
1.14 +
1.15 +#define BOOST_HAS_MACRO_USE_FACET
1.16 +#define BOOST_NO_STD_MESSAGES
1.17 +
1.18 +#define BOOST_STDLIB "Visual Age default standard library"
1.19 +
1.20 +
1.21 +