2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

pyconfig.h included first only under Tru64/cxx

[SVN r18022]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-20 00:27:16 +00:00
parent 6f0b083a51
commit 9178b9e6cc
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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