Should fix issue with fenv.h detection on Darwin.

[SVN r66762]
This commit is contained in:
Bryce Adelstein-Lelbach
2010-11-26 04:43:56 +00:00
parent fe294afd78
commit dba9cf164a

View File

@ -54,11 +54,9 @@
# define BOOST_HAS_THREADS # define BOOST_HAS_THREADS
#endif #endif
#if !defined(CYGWIN) && (defined(unix) || defined(__unix) || defined(__unix__)) #if !defined(CYGWIN)
# include <unistd.h> # include <unistd.h>
# if defined(_POSIX_VERSION) || defined(_XOPEN_VERSION) # define BOOST_HAS_FENV_H
# define BOOST_HAS_FENV_H
# endif
#endif #endif
#if !defined(_GLIBCPP_USE_LONG_LONG) \ #if !defined(_GLIBCPP_USE_LONG_LONG) \