libsmbios_c library
|
00001 // (C) Copyright John Maddock 2001 - 2003. 00002 // (C) Copyright Darin Adler 2001 - 2002. 00003 // (C) Copyright Jens Maurer 2001 - 2002. 00004 // (C) Copyright Beman Dawes 2001 - 2003. 00005 // (C) Copyright Douglas Gregor 2002. 00006 // (C) Copyright David Abrahams 2002 - 2003. 00007 // (C) Copyright Synge Todo 2003. 00008 // Use, modification and distribution are subject to the 00009 // Boost Software License, Version 1.0. (See accompanying file 00010 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00011 00012 // See http://www.boost.org for most recent version. 00013 00014 #define LIBSMBIOS_C_HAS_PRETTY_FUNCTION 00015 #define LIBSMBIOS_C_HAS_FUNCTION 00016 #define LIBSMBIOS_C_PACKED_ATTR __attribute__((packed)) 00017 #define LIBSMBIOS_C_COMPILER "Sun C++ version " __VERSION__ 00018 #define LIBSMBIOS_C_HAS_LONG_LONG 00019 00020 00021