[llvm-commits] CVS: llvm/include/Config/config.h.in

Brian Gaeke gaeke at cs.uiuc.edu
Mon Feb 23 12:18:00 PST 2004


Changes in directory llvm/include/Config:

config.h.in updated: 1.12 -> 1.13

---
Log message:

Regenerated with autoheader-2.57.

---
Diffs of the changes:  (+0 -9)

Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.12 llvm/include/Config/config.h.in:1.13
--- llvm/include/Config/config.h.in:1.12	Fri Feb 20 00:40:58 2004
+++ llvm/include/Config/config.h.in	Mon Feb 23 12:16:09 2004
@@ -18,9 +18,6 @@
 /* Define to 1 if you have the `backtrace' function. */
 #undef HAVE_BACKTRACE
 
-/* define if the compiler has bidirectional iterator */
-#undef HAVE_BI_ITERATOR
-
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -36,9 +33,6 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
-/* define if the compiler has STL iterators */
-#undef HAVE_FWD_ITERATOR
-
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
@@ -125,9 +119,6 @@
 /* Define if the compiler has a header <ext/hash_set> that defines template
    class std::hash_set. */
 #undef HAVE_STD_EXT_HASH_SET
-
-/* define if the compiler has STL iterators */
-#undef HAVE_STD_ITERATOR
 
 /* Define to 1 if you have the `strdup' function. */
 #undef HAVE_STRDUP





More information about the llvm-commits mailing list