00001 // (C) Copyright John Maddock 2001. 00002 // (C) Copyright Jens Maurer 2001. 00003 // Use, modification and distribution are subject to the 00004 // Boost Software License, Version 1.0. (See accompanying file 00005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00006 00007 // See http://www.boost.org for most recent version. 00008 00009 // config for libstdc++ v3 00010 // not much to go in here: 00011 00012 #define LIBSMBIOS_STDLIB "GNU libstdc++ version " LIBSMBIOS_STRINGIZE(__GLIBCPP__) 00013 00014 #ifndef _GLIBCPP_USE_WCHAR_T 00015 # define LIBSMBIOS_NO_CWCHAR 00016 # define LIBSMBIOS_NO_CWCTYPE 00017 # define LIBSMBIOS_NO_STD_WSTRING 00018 # define LIBSMBIOS_NO_STD_WSTREAMBUF 00019 #endif 00020 00021 #ifndef _GLIBCPP_USE_LONG_LONG 00022 // May have been set by compiler/*.hpp, but "long long" without library 00023 // support is useless. 00024 # undef LIBSMBIOS_HAS_LONG_LONG 00025 #endif 00026 00027