00001 // abi_sufffix 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 // This header should be #included AFTER code that was preceded by a #include 00010 // <boost/config/abi_prefix.h>. 00011 00012 #ifndef LIBSMBIOS_C_CONFIG_ABI_PREFIX_H 00013 # error Header smbios_c/config/abi_suffix.h must only be used after smbios_c/config/abi_prefix.h 00014 #else 00015 # undef LIBSMBIOS_C_CONFIG_ABI_PREFIX_H 00016 #endif 00017 00018 // the suffix header occurs after all of our code: 00019 #ifdef LIBSMBIOS_C_HAS_ABI_HEADERS 00020 # include LIBSMBIOS_C_ABI_SUFFIX 00021 #endif 00022 00023