aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-21 03:15:02 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-21 03:15:02 +0000
commitc64d41e7063df8598e2eb6d741994292e3baa7cb (patch)
tree5b5da04fd2a00c79ae850486aeed9a97b8eeefab /include/llvm/Config
parent3869b27ba7c23d388607115022de1ee1ca428090 (diff)
downloadexternal_llvm-c64d41e7063df8598e2eb6d741994292e3baa7cb.zip
external_llvm-c64d41e7063df8598e2eb6d741994292e3baa7cb.tar.gz
external_llvm-c64d41e7063df8598e2eb6d741994292e3baa7cb.tar.bz2
Regenerated with autoheader-2.57.
Patch contributed by Bill Wendling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 047d5c9..19cab78 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/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