Regenerated with autoheader-2.57.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 03:15:02 +0000 (03:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 03:15:02 +0000 (03:15 +0000)
Patch contributed by Bill Wendling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15054 91177308-0d34-0410-b5e6-96231b3b80d8

include/Config/config.h.in
include/llvm/Config/config.h.in

index 047d5c999a2a70c223904d623d7d9ed8f9adb7dc..19cab781829e6ed1f045f0b280a6f3ad2d617598 100644 (file)
 /* 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
 
 /* 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
 /* 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
 
index 047d5c999a2a70c223904d623d7d9ed8f9adb7dc..19cab781829e6ed1f045f0b280a6f3ad2d617598 100644 (file)
 /* 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
 
 /* 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
 /* 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