diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-08-10 06:50:34 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-08-10 06:50:34 +0000 |
commit | 58b08ac3e1fddd036d474fec887ea29b834b2273 (patch) | |
tree | 04b8551ca00883edbe9b5d35597357f71f960e3d /libstdc++-v3/acconfig.h | |
parent | 396ad5177cd6efc2dd508bd44beb0197254ee029 (diff) | |
download | gcc-58b08ac3e1fddd036d474fec887ea29b834b2273.zip gcc-58b08ac3e1fddd036d474fec887ea29b834b2273.tar.gz gcc-58b08ac3e1fddd036d474fec887ea29b834b2273.tar.bz2 |
acconfig.h (_GLIBCPP_MEM_LIMITS): Define.
2001-08-09 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h (_GLIBCPP_MEM_LIMITS): Define.
* config.h.in: Regenerate.
* acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT): Check for setrlimit
function.
* aclocal.m4: Regenerate.
* configure.in: Remove duplicate AM_CONFIG_HEADER.
(AM_CONFIG_HEADER): Remove testsuite/testsuite_hooks.h.
Only call GLIBCPP_CHECK_SETRLIMIT for native compiles.
* configure: Regenerate.
* testsuite_hooks.h.in: Move to...
* testsuite_hooks.h: Here, include c++config.h. Use it.
* Makefile.am (SUBDIRS): Move testsuite to last directory.
* Makefile.in: Regenerate.
* po/Makefile.am (stamp-po): Add.
From-SVN: r44752
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index 5a5142b..caf9340 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -31,6 +31,9 @@ // Define if code specialized for wchar_t should be used. #undef _GLIBCPP_USE_WCHAR_T +// Define if using setrlimit to limit memory usage during 'make check'. +#undef _GLIBCPP_MEM_LIMITS + // Define if you have the atan2f function. #undef _GLIBCPP_HAVE_ATAN2F |