forked from boostorg/config
conditionalization for PA-RISC
[SVN r39158]
This commit is contained in:
@@ -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,13 +72,13 @@
|
|||||||
# 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
|
||||||
#endif
|
#endif
|
||||||
#ifndef BOOST_HAS_EXPM1
|
#ifndef BOOST_HAS_EXPM1
|
||||||
# define BOOST_HAS_EXPM1
|
# define BOOST_HAS_EXPM1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user