Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:07

0001 //  (C) Copyright Jessica Hamilton 2014.
0002 //  Use, modification and distribution are subject to the
0003 //  Boost Software License, Version 1.0. (See accompanying file
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 //  See http://www.boost.org for most recent version.
0007 
0008 //  Haiku specific config options:
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 // thread API's not auto detected:
0026 //
0027 #define BOOST_HAS_SCHED_YIELD
0028 #define BOOST_HAS_GETTIMEOFDAY
0029 
0030 // boilerplate code:
0031 #include <boost/config/detail/posix_features.hpp>