conditionalization for PA-RISC

[SVN r39158]
This commit is contained in:
Boris Gubenko
2007-09-07 18:40:47 +00:00
parent b2acba7499
commit 6ed14ed5e1

View File

@@ -2,7 +2,7 @@
// (C) Copyright Jens Maurer 2001 - 2003. // (C) Copyright Jens Maurer 2001 - 2003.
// (C) Copyright David Abrahams 2002. // (C) Copyright David Abrahams 2002.
// (C) Copyright Toon Knapen 2003. // (C) Copyright Toon Knapen 2003.
// (C) Copyright Boris Gubenko 2006. // (C) Copyright Boris Gubenko 2006 - 2007.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file // Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -36,7 +36,6 @@
# define BOOST_HAS_PTHREADS # define BOOST_HAS_PTHREADS
# endif # endif
#elif defined(__HP_aCC) && !defined(BOOST_DISABLE_THREADS) #elif defined(__HP_aCC) && !defined(BOOST_DISABLE_THREADS)
//# define BOOST_HAS_THREADS
# define BOOST_HAS_PTHREADS # define BOOST_HAS_PTHREADS
#endif #endif
@@ -73,7 +72,9 @@
# define BOOST_HAS_SIGACTION # define BOOST_HAS_SIGACTION
#endif #endif
#ifndef BOOST_HAS_NRVO #ifndef BOOST_HAS_NRVO
# ifndef __parisc
# define BOOST_HAS_NRVO # define BOOST_HAS_NRVO
# endif
#endif #endif
#ifndef BOOST_HAS_LOG1P #ifndef BOOST_HAS_LOG1P
# define BOOST_HAS_LOG1P # define BOOST_HAS_LOG1P
@@ -81,5 +82,3 @@
#ifndef BOOST_HAS_EXPM1 #ifndef BOOST_HAS_EXPM1
# define BOOST_HAS_EXPM1 # define BOOST_HAS_EXPM1
#endif #endif