Go to the documentation of this file.
16 # if __GNUC__ == 2 && __GNUC_MINOR__ == 91
18 # define LIBSMBIOS_NO_AUTO_PTR
20 # if __GNUC__ == 2 && __GNUC_MINOR__ < 95
26 # define LIBSMBIOS_NO_MEMBER_TEMPLATES
27 # if __GNUC_MINOR__ >= 9
28 # define LIBSMBIOS_MSVC6_MEMBER_TEMPLATES
32 # if __GNUC__ == 2 && __GNUC_MINOR__ < 96
33 # define LIBSMBIOS_NO_SFINAE
36 # if __GNUC__ == 2 && __GNUC_MINOR__ <= 97
37 # define LIBSMBIOS_NO_MEMBER_TEMPLATE_FRIENDS
38 # define LIBSMBIOS_NO_OPERATORS_IN_NAMESPACE
42 # define LIBSMBIOS_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
43 # define LIBSMBIOS_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
47 # define LIBSMBIOS_NO_EXCEPTIONS
51 #define LIBSMBIOS_HAS_PRETTY_FUNCTION
52 #define LIBSMBIOS_HAS_FUNCTION
57 #if (__GNUC__ == 3) && ((__GNUC_MINOR__ == 1) || (__GNUC_MINOR__ == 2))
58 # define LIBSMBIOS_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
61 #define LIBSMBIOS_PACKED_ATTR __attribute__ ((packed))
62 #define UNREFERENCED_PARAMETER(P) (void)(P)
69 #if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
70 # define LIBSMBIOS_HAS_THREADS
76 #define LIBSMBIOS_HAS_LONG_LONG
81 #if __GNUC__ > 3 || ( __GNUC__ == 3 && __GNUC_MINOR__ >= 1 )
82 #define LIBSMBIOS_HAS_NRVO
85 #define LIBSMBIOS_COMPILER "GNU C++ version " __VERSION__
90 #if (__GNUC__ == 2) && (__GNUC_MINOR__ < 90)
91 # error "Compiler not configured - please reconfigure"
95 #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 3))
96 # if defined(LIBSMBIOS_ASSERT_CONFIG)
97 # error "Unknown compiler version - please run the configure tests and report the results"
99 # warning "Unknown compiler version - please run the configure tests and report the results"