blob: 04244c5677ff257e6221c0645fa1bfc864a4b0af [file] [log] [blame]
Brian Silverman9d8fa392018-08-04 17:09:24 -07001// (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
15#ifndef BOOST_DISABLE_THREADS
16# define BOOST_HAS_THREADS
17#endif
18
19#define BOOST_NO_CXX11_HDR_TYPE_TRAITS
20#define BOOST_NO_CXX11_ATOMIC_SMART_PTR
21#define BOOST_NO_CXX11_STATIC_ASSERT
22#define BOOST_NO_CXX11_VARIADIC_MACROS
23
24//
25// thread API's not auto detected:
26//
27#define BOOST_HAS_SCHED_YIELD
28#define BOOST_HAS_GETTIMEOFDAY
29
30// boilerplate code:
31#include <boost/config/detail/posix_features.hpp>