From d5694b49e22dcac92a553e6831c0a2b4b525804a Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Thu, 9 Apr 2015 07:48:22 +1200 Subject: [PATCH] Haiku: remove invalid feature definitions - Fixes the functional/hash library - Fixes problems with the thread library --- include/boost/config/platform/haiku.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/config/platform/haiku.hpp b/include/boost/config/platform/haiku.hpp index e3910d84..750866c4 100644 --- a/include/boost/config/platform/haiku.hpp +++ b/include/boost/config/platform/haiku.hpp @@ -11,7 +11,6 @@ #define BOOST_HAS_UNISTD_H #define BOOST_HAS_STDINT_H -#define BOOST_HASH_NO_EXTENSIONS #ifndef BOOST_DISABLE_THREADS # define BOOST_HAS_THREADS @@ -26,7 +25,6 @@ // thread API's not auto detected: // #define BOOST_HAS_SCHED_YIELD -#define BOOST_HAS_PTHREAD_YIELD #define BOOST_HAS_GETTIMEOFDAY // boilerplate code: