vegastrike
0.5.1.r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
cs_boostpython.h
Go to the documentation of this file.
1
#ifndef __CS_BOOSTPYTHON_H__
2
#define __CS_BOOSTPYTHON_H__
3
4
// *** This file added by chuck_starchaser (dan_w) ***
5
// Purpose is to get rid of redefinition warnings issuing
6
// from boost/python.hpp when /usr/include/python2.4/pyconfig.h
7
// has been included already (by #including <Python.h>.
8
// Files that had #include <boost/python.hpp> now have
9
// #include "cs_boostpython.h", which undefines the troublesome
10
// symbols and then #includes <boost/python.hpp>.
11
12
#ifndef PYTHON_DWA2002810_HPP
13
14
#ifdef _XOPEN_SOURCE
15
#undef _XOPEN_SOURCE
16
#endif
17
18
#ifdef _POSIX_C_SOURCE
19
#undef _POSIX_C_SOURCE
20
#endif
21
22
#include <boost/python.hpp>
23
24
#endif
25
26
#endif
27
src
cs_boostpython.h
Generated on Fri Feb 14 2014 09:03:08 for vegastrike by
1.8.4