williamr@2: // abi_prefix 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: #ifndef BOOST_CONFIG_ABI_PREFIX_HPP williamr@2: # define BOOST_CONFIG_ABI_PREFIX_HPP williamr@2: #else williamr@2: # error double inclusion of header boost/config/abi_prefix.hpp is an error williamr@2: #endif williamr@2: williamr@2: #include williamr@2: williamr@2: // this must occur after all other includes and before any code appears: williamr@2: #ifdef BOOST_HAS_ABI_HEADERS williamr@2: # include BOOST_ABI_PREFIX williamr@2: #endif