Enable macros BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE and

BOOST_HAS_NANOSLEEP.



[SVN r44764]
This commit is contained in:
K. Noel Belcourt
2008-04-25 15:38:26 +00:00
parent 1f2864b3ae
commit 239f2b758b

View File

@ -47,6 +47,14 @@
# define BOOST_NO_STDC_NAMESPACE
# endif
# if (__GNUC__ == 4)
// Both gcc and intel require these.
# define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
# define BOOST_HAS_NANOSLEEP
# endif
#else
// Using the MSL C library.