00001 // abi_prefix header -------------------------------------------------------// 00002 00003 // © Copyright John Maddock 2003 00004 00005 // Use, modification and distribution are subject to the Boost Software License, 00006 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 00007 // http://www.boost.org/LICENSE_1_0.txt). 00008 00009 #ifndef LIBSMBIOS_C_CONFIG_ABI_PREFIX_H 00010 # define LIBSMBIOS_C_CONFIG_ABI_PREFIX_H 00011 #else 00012 # error double inclusion of header smbios_c/config/abi_prefix.h is an error 00013 #endif 00014 00015 #include <smbios_c/config/get_config.h> 00016 00017 // this must occur after all other includes and before any code appears: 00018 #ifdef LIBSMBIOS_C_HAS_ABI_HEADERS 00019 # include LIBSMBIOS_C_ABI_PREFIX 00020 #endif