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