From c78022ed075f5cecd1913ee6d37c599db579d2cd Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 29 Jul 2003 19:11:58 +0000 Subject: 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 --- include/Config/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Config') 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 -- cgit v1.2.3