Go to the documentation of this file. 14 #define LIBSMBIOS_C_HAS_PRETTY_FUNCTION 15 #define LIBSMBIOS_C_HAS_FUNCTION 16 #define LIBSMBIOS_C_PACKED_ATTR __attribute__ ((packed)) 17 #define LIBSMBIOS_C_COMPILER "GNU C++ version " __VERSION__ 18 #define LIBSMBIOS_C_HAS_LONG_LONG 19 #define LIBSMBIOS_C_HAS_VISIBILITY_ATTR 23 #if (__GNUC__ == 2) && (__GNUC_MINOR__ < 90) 24 # error "GCC versions < 2.90 not supported" 27 #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 7)) 28 # if defined(LIBSMBIOS_C_ASSERT_CONFIG) 29 # error "Unknown compiler version - please run the configure tests and report the results" 31 # warning "Unknown compiler version - please run the configure tests and report the results"