mirror of
https://github.com/boostorg/config.git
synced 2026-04-29 02:24:13 +02:00
boost_no_priv_aggregate.cxx:
- Make dummy function uncallable (added to silence GCC warning) config_test.cpp: regression.cfg: - Regenerated boost_has_pthread_ma_st.cxx: - BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE macro test boost_has_pthread_ma_gt.cxx: - BOOST_HAS_PTHREAD_MUTEXATTR_GETTYPE macro is unused, so remove it [SVN r12551]
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
// Do not edit this file, it was generated automatically by
|
||||
// ../tools/generate from boost_*.cxx on
|
||||
// Wed Oct 31 12:19:39 2001
|
||||
// Tue Jan 29 08:44:30 EST 2002
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
@@ -272,6 +272,11 @@ namespace boost_has_pthread_delay_np = empty_boost;
|
||||
#else
|
||||
namespace boost_has_pthread_mutexattr_settype = empty_boost;
|
||||
#endif
|
||||
#ifdef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
||||
#include "boost_has_pthread_ma_st.cxx"
|
||||
#else
|
||||
namespace boost_has_pthread_mutexattr_settype = empty_boost;
|
||||
#endif
|
||||
#ifdef BOOST_HAS_PTHREAD_YIELD
|
||||
#include "boost_has_pthread_yield.cxx"
|
||||
#else
|
||||
@@ -381,6 +386,7 @@ int test_main( int, char *[] )
|
||||
BOOST_TEST(0 == boost_has_pthreads::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_yield::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_mutexattr_settype::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_mutexattr_settype::test());
|
||||
BOOST_TEST(0 == boost_has_pthread_delay_np::test());
|
||||
BOOST_TEST(0 == boost_has_nl_types_h::test());
|
||||
BOOST_TEST(0 == boost_has_nanosleep::test());
|
||||
|
||||
Reference in New Issue
Block a user