File indexing completed on 2025-01-18 09:30:07
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #define BOOST_PLATFORM "Haiku"
0011
0012 #define BOOST_HAS_UNISTD_H
0013 #define BOOST_HAS_STDINT_H
0014
0015 #ifndef BOOST_DISABLE_THREADS
0016 # define BOOST_HAS_THREADS
0017 #endif
0018
0019 #define BOOST_NO_CXX11_HDR_TYPE_TRAITS
0020 #define BOOST_NO_CXX11_ATOMIC_SMART_PTR
0021 #define BOOST_NO_CXX11_STATIC_ASSERT
0022 #define BOOST_NO_CXX11_VARIADIC_MACROS
0023
0024
0025
0026
0027 #define BOOST_HAS_SCHED_YIELD
0028 #define BOOST_HAS_GETTIMEOFDAY
0029
0030
0031 #include <boost/config/detail/posix_features.hpp>