Haiku: remove invalid feature definitions

- Fixes the functional/hash library
- Fixes problems with the thread library
This commit is contained in:
Jessica Hamilton
2015-04-09 07:48:22 +12:00
parent 579bc09dab
commit d5694b49e2

View File

@ -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: