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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user