12345678910111213141516171819202122232425262728293031 |
- #define BOOST_PLATFORM "Haiku"
- #define BOOST_HAS_UNISTD_H
- #define BOOST_HAS_STDINT_H
- #ifndef BOOST_DISABLE_THREADS
- # define BOOST_HAS_THREADS
- #endif
- #define BOOST_NO_CXX11_HDR_TYPE_TRAITS
- #define BOOST_NO_CXX11_ATOMIC_SMART_PTR
- #define BOOST_NO_CXX11_STATIC_ASSERT
- #define BOOST_NO_CXX11_VARIADIC_MACROS
- #define BOOST_HAS_SCHED_YIELD
- #define BOOST_HAS_GETTIMEOFDAY
- #include <boost/config/detail/posix_features.hpp>
|