os/ossrv/ossrv_pub/boost_apis/boost/config/stdlib/modena.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/config/stdlib/modena.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +//  (C) Copyright Jens Maurer 2001. 
     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 +//  Modena C++ standard library (comes with KAI C++)
    1.12 +
    1.13 +#if !defined(MSIPL_COMPILE_H)
    1.14 +#  include <boost/config/no_tr1/utility.hpp>
    1.15 +#  if !defined(__MSIPL_COMPILE_H)
    1.16 +#      error "This is not the Modena C++ library!"
    1.17 +#  endif
    1.18 +#endif
    1.19 +
    1.20 +#ifndef MSIPL_NL_TYPES
    1.21 +#define BOOST_NO_STD_MESSAGES
    1.22 +#endif
    1.23 +
    1.24 +#ifndef MSIPL_WCHART
    1.25 +#define BOOST_NO_STD_WSTRING
    1.26 +#endif
    1.27 +
    1.28 +#define BOOST_STDLIB "Modena C++ standard library"
    1.29 +
    1.30 +
    1.31 +
    1.32 +
    1.33 +