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"