Regenerated.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 22 Jun 2004 23:47:23 +0000 (23:47 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 22 Jun 2004 23:47:23 +0000 (23:47 +0000)
It looks to me like people haven't been running AutoRegen.sh. Grumble grumble.

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

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

index 47bb80a794a768209e47ca6208ffec27904f173f..047d5c999a2a70c223904d623d7d9ed8f9adb7dc 100644 (file)
@@ -36,6 +36,9 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
+
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
 /* Define to 1 if you have the `isatty' function. */
 #undef HAVE_ISATTY
 
+/* Define to 1 if your compiler defines isnan in the <cmath> header file. */
+#undef HAVE_ISNAN_IN_CMATH
+
+/* Define to 1 if your compiler defines isnan in the <math.h> header file. */
+#undef HAVE_ISNAN_IN_MATH_H
+
 /* Define to 1 if you have the `elf' library (-lelf). */
 #undef HAVE_LIBELF
 
@@ -70,6 +79,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
 /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP
 
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
+/* 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 `strdup' function. */
 #undef HAVE_STRDUP
 
 /* Define to 1 if you have the `strtoq' function. */
 #undef HAVE_STRTOQ
 
-/* Define to 1 if you have the mkstemp function */
-#undef HAVE_MKSTEMP
-
-/* Define to 1 if you have the getrusage function */
-#undef HAVE_GETRUSAGE
-
 /* Define to 1 if you have the <sys/mman.h> header file. */
 #undef HAVE_SYS_MMAN_H
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to have the <windows.h> header file. */
+/* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
 /* Define to 1 if you have the isnan() function */
index 47bb80a794a768209e47ca6208ffec27904f173f..047d5c999a2a70c223904d623d7d9ed8f9adb7dc 100644 (file)
@@ -36,6 +36,9 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
+
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
 /* Define to 1 if you have the `isatty' function. */
 #undef HAVE_ISATTY
 
+/* Define to 1 if your compiler defines isnan in the <cmath> header file. */
+#undef HAVE_ISNAN_IN_CMATH
+
+/* Define to 1 if your compiler defines isnan in the <math.h> header file. */
+#undef HAVE_ISNAN_IN_MATH_H
+
 /* Define to 1 if you have the `elf' library (-lelf). */
 #undef HAVE_LIBELF
 
@@ -70,6 +79,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
 /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP
 
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
+/* 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 `strdup' function. */
 #undef HAVE_STRDUP
 
 /* Define to 1 if you have the `strtoq' function. */
 #undef HAVE_STRTOQ
 
-/* Define to 1 if you have the mkstemp function */
-#undef HAVE_MKSTEMP
-
-/* Define to 1 if you have the getrusage function */
-#undef HAVE_GETRUSAGE
-
 /* Define to 1 if you have the <sys/mman.h> header file. */
 #undef HAVE_SYS_MMAN_H
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to have the <windows.h> header file. */
+/* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
 /* Define to 1 if you have the isnan() function */