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