libsmbios_c library
libstdcpp3.hpp
Go to the documentation of this file.
1 // (C) Copyright John Maddock 2001.
2 // (C) Copyright Jens Maurer 2001.
3 // Use, modification and distribution are subject to the
4 // Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 
7 // See http://www.boost.org for most recent version.
8 
9 // config for libstdc++ v3
10 // not much to go in here:
11 
12 #define LIBSMBIOS_STDLIB "GNU libstdc++ version " LIBSMBIOS_STRINGIZE(__GLIBCPP__)
13 
14 #ifndef _GLIBCPP_USE_WCHAR_T
15 # define LIBSMBIOS_NO_CWCHAR
16 # define LIBSMBIOS_NO_CWCTYPE
17 # define LIBSMBIOS_NO_STD_WSTRING
18 # define LIBSMBIOS_NO_STD_WSTREAMBUF
19 #endif
20 
21 #ifndef _GLIBCPP_USE_LONG_LONG
22 // May have been set by compiler/*.hpp, but "long long" without library
23 // support is useless.
24 # undef LIBSMBIOS_HAS_LONG_LONG
25 #endif
26 
27