]> git.lyx.org Git - lyx.git/blob - boost/boost/config/stdlib/libstdcpp3.hpp
boost 1.30.2
[lyx.git] / boost / boost / config / stdlib / libstdcpp3.hpp
1 //  (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and
2 //  distribute this software is granted provided this copyright notice appears
3 //  in all copies. This software is provided "as is" without express or implied
4 //  warranty, and with no claim as to its suitability for any purpose.
5
6 //  See http://www.boost.org for most recent version.
7
8 //  config for libstdc++ v3
9 //  not much to go in here:
10
11 #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCPP__)
12
13 #ifndef _GLIBCPP_USE_WCHAR_T
14 #  define BOOST_NO_CWCHAR
15 #  define BOOST_NO_CWCTYPE
16 #  define BOOST_NO_STD_WSTRING
17 #  define BOOST_NO_STD_WSTREAMBUF
18 #endif
19  
20 #ifndef _GLIBCPP_USE_LONG_LONG
21 // May have been set by compiler/*.hpp, but "long long" without library
22 // support is useless.
23 #  undef BOOST_HAS_LONG_LONG
24 #endif
25