sl@0
|
1 |
// abi_prefix header -------------------------------------------------------//
|
sl@0
|
2 |
|
sl@0
|
3 |
// © Copyright John Maddock 2003
|
sl@0
|
4 |
|
sl@0
|
5 |
// Use, modification and distribution are subject to the Boost Software License,
|
sl@0
|
6 |
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
7 |
// http://www.boost.org/LICENSE_1_0.txt).
|
sl@0
|
8 |
|
sl@0
|
9 |
#ifndef BOOST_CONFIG_ABI_PREFIX_HPP
|
sl@0
|
10 |
# define BOOST_CONFIG_ABI_PREFIX_HPP
|
sl@0
|
11 |
#else
|
sl@0
|
12 |
# error double inclusion of header boost/config/abi_prefix.hpp is an error
|
sl@0
|
13 |
#endif
|
sl@0
|
14 |
|
sl@0
|
15 |
#include <boost/config.hpp>
|
sl@0
|
16 |
|
sl@0
|
17 |
// this must occur after all other includes and before any code appears:
|
sl@0
|
18 |
#ifdef BOOST_HAS_ABI_HEADERS
|
sl@0
|
19 |
# include BOOST_ABI_PREFIX
|
sl@0
|
20 |
#endif
|