forked from boostorg/config
Should fix issue with fenv.h detection on Darwin.
[SVN r66762]
This commit is contained in:
@ -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) \
|
||||||
|
Reference in New Issue
Block a user