forked from boostorg/config
Haiku: remove invalid feature definitions
- Fixes the functional/hash library - Fixes problems with the thread library
This commit is contained in:
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
#define BOOST_HAS_UNISTD_H
|
#define BOOST_HAS_UNISTD_H
|
||||||
#define BOOST_HAS_STDINT_H
|
#define BOOST_HAS_STDINT_H
|
||||||
#define BOOST_HASH_NO_EXTENSIONS
|
|
||||||
|
|
||||||
#ifndef BOOST_DISABLE_THREADS
|
#ifndef BOOST_DISABLE_THREADS
|
||||||
# define BOOST_HAS_THREADS
|
# define BOOST_HAS_THREADS
|
||||||
@ -26,7 +25,6 @@
|
|||||||
// thread API's not auto detected:
|
// thread API's not auto detected:
|
||||||
//
|
//
|
||||||
#define BOOST_HAS_SCHED_YIELD
|
#define BOOST_HAS_SCHED_YIELD
|
||||||
#define BOOST_HAS_PTHREAD_YIELD
|
|
||||||
#define BOOST_HAS_GETTIMEOFDAY
|
#define BOOST_HAS_GETTIMEOFDAY
|
||||||
|
|
||||||
// boilerplate code:
|
// boilerplate code:
|
||||||
|
Reference in New Issue
Block a user