[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Mon Jan 23 00:16:06 PST 2006
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.61 -> 1.62
---
Log message:
Update for including additional function tests.
---
Diffs of the changes: (+7 -10)
config.h.in | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.61 llvm/include/llvm/Config/config.h.in:1.62
--- llvm/include/llvm/Config/config.h.in:1.61 Thu Jan 19 02:31:08 2006
+++ llvm/include/llvm/Config/config.h.in Mon Jan 23 02:15:53 2006
@@ -51,9 +51,6 @@
/* Does not have bi-directional iterator */
#undef HAVE_BI_ITERATOR
-/* Define to 1 if you have the `ceil' function. */
-#undef HAVE_CEIL
-
/* Define to 1 if you have the `ceilf' function. */
#undef HAVE_CEILF
@@ -103,9 +100,6 @@
/* Set to 1 if the finite function is found in <ieeefp.h> */
#undef HAVE_FINITE_IN_IEEEFP_H
-/* Define to 1 if you have the `floor' function. */
-#undef HAVE_FLOOR
-
/* Define to 1 if you have the `floorf' function. */
#undef HAVE_FLOORF
@@ -240,6 +234,9 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
+/* Define to 1 if you have the `nearbyintf' function. */
+#undef HAVE_NEARBYINTF
+
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
@@ -267,11 +264,11 @@
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
-/* Define to 1 if you have the <rw/stdex/hash_map.h> header file. */
-#undef HAVE_RW_STDEX_HASH_MAP_H
+/* Define to 1 if you have the `rintf' function. */
+#undef HAVE_RINTF
-/* Define to 1 if you have the <rw/stdex/hash_set.h> header file. */
-#undef HAVE_RW_STDEX_HASH_SET_H
+/* Define to 1 if you have the `roundf' function. */
+#undef HAVE_ROUNDF
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
More information about the llvm-commits
mailing list