Add FE_ALL_EXCEPT and FE_INEXACT detection macros forgotten on the cmake

side of configuration.

llvm-svn: 282762
This commit is contained in:
Joerg Sonnenberger 2016-09-29 20:59:48 +00:00
parent d1185fc081
commit 2abd0c2154
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@
/* can use __crashreporter_info__ */
#undef HAVE_CRASHREPORTER_INFO
/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
don't. */
#cmakedefine01 HAVE_DECL_FE_ALL_EXCEPT
/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
don't. */
#cmakedefine01 HAVE_DECL_FE_INEXACT
/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
don't. */
#cmakedefine01 HAVE_DECL_STRERROR_S