From d449ccb591c5898ed032838220fe0e25de4dd827 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Oct 2001 11:06:25 +0000 Subject: [PATCH] Updated bsd threading config. [SVN r11453] --- include/boost/config/platform/bsd.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/config/platform/bsd.hpp b/include/boost/config/platform/bsd.hpp index 037df772..c2f61dce 100644 --- a/include/boost/config/platform/bsd.hpp +++ b/include/boost/config/platform/bsd.hpp @@ -38,6 +38,13 @@ // #define BOOST_NO_CTYPE_FUNCTIONS +// +// thread API's not auto detected: +// +#define BOOST_HAS_SCHED_YIELD +#define BOOST_HAS_NANOSLEEP +#define BOOST_HAS_GETTIMEOFDAY + // boilerplate code: #include