diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 03:15:02 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 03:15:02 +0000 |
| commit | 920f4dd59e01c148dd78a09059260b28c744987f (patch) | |
| tree | b8abed57638a7114f072830e851cd14de5f444f0 /llvm | |
| parent | 499b01d29d2b1842862c95fc26c62eeca14a3040 (diff) | |
| download | bcm5719-llvm-920f4dd59e01c148dd78a09059260b28c744987f.tar.gz bcm5719-llvm-920f4dd59e01c148dd78a09059260b28c744987f.zip | |
Regenerated with autoheader-2.57.
Patch contributed by Bill Wendling.
llvm-svn: 15054
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/Config/config.h.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/llvm/include/Config/config.h.in b/llvm/include/Config/config.h.in index 047d5c999a2..19cab781829 100644 --- a/llvm/include/Config/config.h.in +++ b/llvm/include/Config/config.h.in @@ -51,6 +51,12 @@ /* Define to 1 if you have the `isatty' function. */ #undef HAVE_ISATTY +/* Define to 1 if your compiler defines isinf in the <cmath> header file. */ +#undef HAVE_ISINF_IN_CMATH + +/* Define to 1 if your compiler defines isinf in the <math.h> header file. */ +#undef HAVE_ISINF_IN_MATH_H + /* Define to 1 if your compiler defines isnan in the <cmath> header file. */ #undef HAVE_ISNAN_IN_CMATH @@ -104,6 +110,10 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if your compiler defines std::isinf in the <cmath> header file. + */ +#undef HAVE_STD_ISINF_IN_CMATH + /* Define to 1 if your compiler defines std::isnan in the <cmath> header file. */ #undef HAVE_STD_ISNAN_IN_CMATH @@ -150,9 +160,6 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H -/* Define to 1 if you have the isnan() function */ -#undef HAVE_ISNAN - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT |

