1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/python/detail/prefix.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,16 @@
1.4 +// Copyright David Abrahams 2003.
1.5 +// Distributed under the Boost Software License, Version 1.0. (See
1.6 +// accompanying file LICENSE_1_0.txt or copy at
1.7 +// http://www.boost.org/LICENSE_1_0.txt)
1.8 +#ifndef PREFIX_DWA2003531_HPP
1.9 +# define PREFIX_DWA2003531_HPP
1.10 +
1.11 +// The rule is that <Python.h> must be included before any system
1.12 +// headers (so it can get control over some awful macros).
1.13 +// Unfortunately, Boost.Python needs to #include <limits.h> first, at
1.14 +// least... but this gets us as close as possible.
1.15 +
1.16 +# include <boost/python/detail/wrap_python.hpp>
1.17 +# include <boost/python/detail/config.hpp>
1.18 +
1.19 +#endif // PREFIX_DWA2003531_HPP