comparison DEPENDENCIES/generic/include/boost/config/platform/haiku.hpp @ 102:f46d142149f5

Whoops, finish that update
author Chris Cannam
date Mon, 07 Sep 2015 11:13:41 +0100
parents
children
comparison
equal deleted inserted replaced
101:c530137014c0 102:f46d142149f5
1 // (C) Copyright Jessica Hamilton 2014.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 // See http://www.boost.org for most recent version.
7
8 // Haiku specific config options:
9
10 #define BOOST_PLATFORM "Haiku"
11
12 #define BOOST_HAS_UNISTD_H
13 #define BOOST_HAS_STDINT_H
14 #define BOOST_HASH_NO_EXTENSIONS
15
16 #ifndef BOOST_DISABLE_THREADS
17 # define BOOST_HAS_THREADS
18 #endif
19
20 #define BOOST_NO_CXX11_HDR_TYPE_TRAITS
21 #define BOOST_NO_CXX11_ATOMIC_SMART_PTR
22 #define BOOST_NO_CXX11_STATIC_ASSERT
23 #define BOOST_NO_CXX11_VARIADIC_MACROS
24
25 //
26 // thread API's not auto detected:
27 //
28 #define BOOST_HAS_SCHED_YIELD
29 #define BOOST_HAS_PTHREAD_YIELD
30 #define BOOST_HAS_GETTIMEOFDAY
31
32 // boilerplate code:
33 #include <boost/config/posix_features.hpp>