Go to the documentation of this file. 22 #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION) 26 # define LIBSMBIOS_STDLIB_CONFIG "smbios/config/stdlib/stlport.hpp" 28 #elif defined(__GLIBCPP__) 30 # define LIBSMBIOS_STDLIB_CONFIG "smbios/config/stdlib/libstdcpp3.hpp" 32 #elif defined( __GNUC__ ) 34 # define LIBSMBIOS_STDLIB_CONFIG "smbios/config/stdlib/libstdcpp2.hpp" 36 #elif defined (LIBSMBIOS_ASSERT_CONFIG) 39 # error "Unknown standard library - please configure and report the results to libsmbios maintainer."