os/ossrv/ossrv_pub/boost_apis/boost/python/detail/prefix.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright David Abrahams 2003.
sl@0
     2
// Distributed under the Boost Software License, Version 1.0. (See
sl@0
     3
// accompanying file LICENSE_1_0.txt or copy at
sl@0
     4
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
     5
#ifndef PREFIX_DWA2003531_HPP
sl@0
     6
# define PREFIX_DWA2003531_HPP
sl@0
     7
sl@0
     8
// The rule is that <Python.h> must be included before any system
sl@0
     9
// headers (so it can get control over some awful macros).
sl@0
    10
// Unfortunately, Boost.Python needs to #include <limits.h> first, at
sl@0
    11
// least... but this gets us as close as possible.
sl@0
    12
sl@0
    13
# include <boost/python/detail/wrap_python.hpp>
sl@0
    14
# include <boost/python/detail/config.hpp>
sl@0
    15
sl@0
    16
#endif // PREFIX_DWA2003531_HPP