1 // abi_prefix header -------------------------------------------------------//
\r
3 // (c) Copyright John Maddock 2003
\r
5 // Use, modification and distribution are subject to the Boost Software License,
\r
6 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
\r
7 // http://www.boost.org/LICENSE_1_0.txt).
\r
9 #ifndef BOOST_CONFIG_ABI_PREFIX_HPP
\r
10 # define BOOST_CONFIG_ABI_PREFIX_HPP
\r
12 # error double inclusion of header boost/config/abi_prefix.hpp is an error
\r
15 #include <boost/config.hpp>
\r
17 // this must occur after all other includes and before any code appears:
\r
18 #ifdef BOOST_HAS_ABI_HEADERS
\r
19 # include BOOST_ABI_PREFIX
\r
22 #if defined( __BORLANDC__ )
\r
23 #pragma nopushoptwarn
\r