blob: 96fb9526fbdefa6fea0a34eac9268249634303d2 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// (C) Copyright Jens Maurer 2001.
2// Use, modification and distribution are subject to the
3// Boost Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6// See http://www.boost.org for most recent version.
7
8// Modena C++ standard library (comes with KAI C++)
9
10#if !defined(MSIPL_COMPILE_H)
Jeff Thompson2277ce52013-08-01 17:34:11 -070011# include <ndnboost/config/no_tr1/utility.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070012# if !defined(__MSIPL_COMPILE_H)
13# error "This is not the Modena C++ library!"
14# endif
15#endif
16
17#ifndef MSIPL_NL_TYPES
Jeff Thompson3d613fd2013-10-15 15:39:04 -070018#define NDNBOOST_NO_STD_MESSAGES
Jeff Thompsonf7d49942013-08-01 16:47:40 -070019#endif
20
21#ifndef MSIPL_WCHART
Jeff Thompson3d613fd2013-10-15 15:39:04 -070022#define NDNBOOST_NO_STD_WSTRING
Jeff Thompsonf7d49942013-08-01 16:47:40 -070023#endif
24
25// C++0x headers not yet implemented
26//
Jeff Thompson3d613fd2013-10-15 15:39:04 -070027# define NDNBOOST_NO_CXX11_HDR_ARRAY
28# define NDNBOOST_NO_CXX11_HDR_CHRONO
29# define NDNBOOST_NO_CXX11_HDR_CODECVT
30# define NDNBOOST_NO_CXX11_HDR_CONDITION_VARIABLE
31# define NDNBOOST_NO_CXX11_HDR_FORWARD_LIST
32# define NDNBOOST_NO_CXX11_HDR_FUTURE
33# define NDNBOOST_NO_CXX11_HDR_INITIALIZER_LIST
34# define NDNBOOST_NO_CXX11_HDR_MUTEX
35# define NDNBOOST_NO_CXX11_HDR_RANDOM
36# define NDNBOOST_NO_CXX11_HDR_RATIO
37# define NDNBOOST_NO_CXX11_HDR_REGEX
38# define NDNBOOST_NO_CXX11_HDR_SYSTEM_ERROR
39# define NDNBOOST_NO_CXX11_HDR_THREAD
40# define NDNBOOST_NO_CXX11_HDR_TUPLE
41# define NDNBOOST_NO_CXX11_HDR_TYPE_TRAITS
42# define NDNBOOST_NO_CXX11_HDR_TYPEINDEX
43# define NDNBOOST_NO_CXX11_HDR_UNORDERED_MAP
44# define NDNBOOST_NO_CXX11_HDR_UNORDERED_SET
45# define NDNBOOST_NO_CXX11_NUMERIC_LIMITS
46# define NDNBOOST_NO_CXX11_ALLOCATOR
47# define NDNBOOST_NO_CXX11_ATOMIC_SMART_PTR
48# define NDNBOOST_NO_CXX11_SMART_PTR
49# define NDNBOOST_NO_CXX11_HDR_FUNCTIONAL
Jeff Thompsonf7d49942013-08-01 16:47:40 -070050
Jeff Thompson3d613fd2013-10-15 15:39:04 -070051#define NDNBOOST_STDLIB "Modena C++ standard library"
Jeff Thompsonf7d49942013-08-01 16:47:40 -070052
53
54
55
56