sl@0
|
1 |
// Copyright David Abrahams 2001.
|
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 MODULE_DWA2001128_HPP
|
sl@0
|
6 |
# define MODULE_DWA2001128_HPP
|
sl@0
|
7 |
|
sl@0
|
8 |
# include <boost/python/detail/prefix.hpp>
|
sl@0
|
9 |
|
sl@0
|
10 |
# include <boost/python/module_init.hpp>
|
sl@0
|
11 |
# define BOOST_PYTHON_MODULE BOOST_PYTHON_MODULE_INIT
|
sl@0
|
12 |
|
sl@0
|
13 |
#endif // MODULE_DWA20011221_HPP
|