2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

HP-UX aCC support

[SVN r33399]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-03-20 00:00:39 +00:00
parent 8c1f04bd4c
commit e7927ef4ea

View File

@@ -32,6 +32,7 @@ namespace boost { namespace python {
# if (defined(__GNUC__) && __GNUC__ >= 3) \
|| defined(_AIX) \
|| ( defined(__sgi) && defined(__host_mips)) \
|| (defined(__hpux) && defined(__HP_aCC)) \
|| (defined(linux) && defined(__INTEL_COMPILER) && defined(__ICC))
# define BOOST_PYTHON_TYPE_ID_NAME
# endif