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