1 // (C) Copyright Jens Maurer 2001.
\r
2 // Use, modification and distribution are subject to the
\r
3 // Boost Software License, Version 1.0. (See accompanying file
\r
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
\r
6 // See http://www.boost.org for most recent version.
\r
8 // Modena C++ standard library (comes with KAI C++)
\r
10 #if !defined(MSIPL_COMPILE_H)
\r
11 # include <boost/config/no_tr1/utility.hpp>
\r
12 # if !defined(__MSIPL_COMPILE_H)
\r
13 # error "This is not the Modena C++ library!"
\r
17 #ifndef MSIPL_NL_TYPES
\r
18 #define BOOST_NO_STD_MESSAGES
\r
21 #ifndef MSIPL_WCHART
\r
22 #define BOOST_NO_STD_WSTRING
\r
25 // C++0x headers not yet implemented
\r
27 # define BOOST_NO_0X_HDR_ARRAY
\r
28 # define BOOST_NO_0X_HDR_CHRONO
\r
29 # define BOOST_NO_0X_HDR_CODECVT
\r
30 # define BOOST_NO_0X_HDR_CONCEPTS
\r
31 # define BOOST_NO_0X_HDR_CONDITION_VARIABLE
\r
32 # define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
\r
33 # define BOOST_NO_0X_HDR_FORWARD_LIST
\r
34 # define BOOST_NO_0X_HDR_FUTURE
\r
35 # define BOOST_NO_0X_HDR_INITIALIZER_LIST
\r
36 # define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
\r
37 # define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
\r
38 # define BOOST_NO_0X_HDR_MUTEX
\r
39 # define BOOST_NO_0X_HDR_RANDOM
\r
40 # define BOOST_NO_0X_HDR_RATIO
\r
41 # define BOOST_NO_0X_HDR_REGEX
\r
42 # define BOOST_NO_0X_HDR_SYSTEM_ERROR
\r
43 # define BOOST_NO_0X_HDR_THREAD
\r
44 # define BOOST_NO_0X_HDR_TUPLE
\r
45 # define BOOST_NO_0X_HDR_TYPE_TRAITS
\r
46 # define BOOST_NO_STD_UNORDERED // deprecated; see following
\r
47 # define BOOST_NO_0X_HDR_UNORDERED_MAP
\r
48 # define BOOST_NO_0X_HDR_UNORDERED_SET
\r
50 #define BOOST_STDLIB "Modena C++ standard library"
\r