2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

restore Codewarrior builds

[SVN r17998]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-19 07:04:07 +00:00
parent 574e6b9e2c
commit 6f0b083a51
5 changed files with 12 additions and 2 deletions

View File

@@ -12,7 +12,9 @@
#ifndef CONFIG_DWA052200_H_
# define CONFIG_DWA052200_H_
#if !(defined(_WIN32) && defined(__MWERKS__))
# include <pyconfig.h>
#endif
# include <boost/config.hpp>
# ifdef BOOST_NO_OPERATORS_IN_NAMESPACE

View File

@@ -24,7 +24,9 @@
// Python's LongObject.h helpfully #defines ULONGLONG_MAX for us,
// which confuses Boost's config
//
#include <pyconfig.h>
#if !(defined(_WIN32) && defined(__MWERKS__))
# include <pyconfig.h>
#endif
#include <limits.h>
#ifndef ULONG_MAX
# define BOOST_PYTHON_ULONG_MAX_UNDEFINED

View File

@@ -6,7 +6,9 @@
#ifndef HAS_BACK_REFERENCE_DWA2002323_HPP
# define HAS_BACK_REFERENCE_DWA2002323_HPP
#include <pyconfig.h>
#if !(defined(_WIN32) && defined(__MWERKS__))
# include <pyconfig.h>
#endif
#include <boost/config.hpp>
namespace boost { namespace python {

View File

@@ -6,7 +6,9 @@
#ifndef OBJECT_CORE_DWA2002615_HPP
# define OBJECT_CORE_DWA2002615_HPP
#if !(defined(_WIN32) && defined(__MWERKS__))
# include <pyconfig.h>
#endif
# include <boost/type.hpp>
# include <boost/python/call.hpp>

View File

@@ -14,7 +14,9 @@
# pragma once
# endif
#if !(defined(_WIN32) && defined(__MWERKS__))
# include <pyconfig.h>
#endif
# include <boost/config.hpp>
# include <boost/mpl/bool.hpp>