sl@0: // abi_sufffix header -------------------------------------------------------// sl@0: sl@0: // © Copyright John Maddock 2003 sl@0: sl@0: // Use, modification and distribution are subject to the Boost Software License, sl@0: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt). sl@0: sl@0: // This header should be #included AFTER code that was preceded by a #include sl@0: // . sl@0: sl@0: #ifndef BOOST_CONFIG_ABI_PREFIX_HPP sl@0: # error Header boost/config/abi_prefix.hpp must only be used after boost/config/abi_prefix.hpp sl@0: #else sl@0: # undef BOOST_CONFIG_ABI_PREFIX_HPP sl@0: #endif sl@0: sl@0: // the suffix header occurs after all of our code: sl@0: #ifdef BOOST_HAS_ABI_HEADERS sl@0: # include BOOST_ABI_SUFFIX sl@0: #endif sl@0: sl@0: