sl@0: // (C) Copyright John Maddock 2001. sl@0: // (C) Copyright Darin Adler 2001. sl@0: // Use, modification and distribution are subject to the sl@0: // Boost Software License, Version 1.0. (See accompanying file sl@0: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: // See http://www.boost.org for most recent version. sl@0: sl@0: // Metrowerks standard library: sl@0: sl@0: #ifndef __MSL_CPP__ sl@0: # include sl@0: # ifndef __MSL_CPP__ sl@0: # error This is not the MSL standard library! sl@0: # endif sl@0: #endif sl@0: sl@0: #if __MSL_CPP__ >= 0x6000 // Pro 6 sl@0: # define BOOST_HAS_HASH sl@0: # define BOOST_STD_EXTENSION_NAMESPACE Metrowerks sl@0: #endif sl@0: #define BOOST_HAS_SLIST sl@0: sl@0: #if __MSL_CPP__ < 0x6209 sl@0: # define BOOST_NO_STD_MESSAGES sl@0: #endif sl@0: sl@0: // check C lib version for sl@0: #include sl@0: sl@0: #if defined(__MSL__) && (__MSL__ >= 0x5000) sl@0: # define BOOST_HAS_STDINT_H sl@0: # if !defined(__PALMOS_TRAPS__) sl@0: # define BOOST_HAS_UNISTD_H sl@0: # endif sl@0: // boilerplate code: sl@0: # include sl@0: #endif sl@0: sl@0: #if defined(_MWMT) || _MSL_THREADSAFE sl@0: # define BOOST_HAS_THREADS sl@0: #endif sl@0: sl@0: #ifdef _MSL_NO_EXPLICIT_FUNC_TEMPLATE_ARG sl@0: # define BOOST_NO_STD_USE_FACET sl@0: # define BOOST_HAS_TWO_ARG_USE_FACET sl@0: #endif sl@0: sl@0: sl@0: #define BOOST_STDLIB "Metrowerks Standard Library version " BOOST_STRINGIZE(__MSL_CPP__) sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: