forked from boostorg/config
Regenerated
[SVN r12668]
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
|
||||
// Tue Jan 29 08:44:30 EST 2002
|
||||
// Sun Feb 3 10:12:32 EST 2002
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#define BOOST_INCLUDE_MAIN
|
||||
@ -268,11 +268,6 @@ namespace boost_has_nl_types_h = empty_boost;
|
||||
namespace boost_has_pthread_delay_np = empty_boost;
|
||||
#endif
|
||||
#ifdef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
|
||||
#include "boost_has_pthread_ma_gt.cxx"
|
||||
#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;
|
||||
@ -386,7 +381,6 @@ 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());
|
||||
|
@ -105,8 +105,6 @@ run libs/config/test/has_nl_types_h_pass.cpp
|
||||
link-fail libs/config/test/has_nl_types_h_fail.cpp
|
||||
run libs/config/test/has_pthread_delay_np_pass.cpp
|
||||
link-fail libs/config/test/has_pthread_delay_np_fail.cpp
|
||||
run libs/config/test/has_pthread_ma_gt_pass.cpp
|
||||
link-fail libs/config/test/has_pthread_ma_gt_fail.cpp
|
||||
run libs/config/test/has_pthread_ma_st_pass.cpp
|
||||
link-fail libs/config/test/has_pthread_ma_st_fail.cpp
|
||||
run libs/config/test/has_pthread_yield_pass.cpp
|
||||
|
Reference in New Issue
Block a user