summaryrefslogtreecommitdiff
path: root/include/Config
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-29 19:11:58 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-29 19:11:58 +0000
commitc78022ed075f5cecd1913ee6d37c599db579d2cd (patch)
tree399632c7b13924e441f922226d010f899316c783 /include/Config
parenta1f1fea10511d811e45dc1ac1749a18931506494 (diff)
downloadllvm-c78022ed075f5cecd1913ee6d37c599db579d2cd.tar.gz
llvm-c78022ed075f5cecd1913ee6d37c599db579d2cd.tar.bz2
llvm-c78022ed075f5cecd1913ee6d37c599db579d2cd.tar.xz
Enable JIT when the platform supports it.
Select /localhome/$USER when it exists. Fix the checks for bidirectional and forward iterators so that they work with version of GCC prior to 3.x. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r--include/Config/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index fd1c8106c1..bc90611d02 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -185,6 +185,8 @@
/* Indicates whether we have STL iterators */
#undef HAVE_STD_ITERATOR
+#undef HAVE_BI_ITERATOR
+#undef HAVE_FWD_ITERATOR
/* Indicates which slist we should use */
#undef HAVE_EXT_SLIST