diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-10 06:50:34 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-10 06:50:34 +0000 |
commit | 1b66d30ab707f6ef0876616ea71d6253c4102ecb (patch) | |
tree | 04b8551ca00883edbe9b5d35597357f71f960e3d /libstdc++-v3/acconfig.h | |
parent | d6175f0f157496312d6e9028057e5d7426776fae (diff) | |
download | gcc-1b66d30ab707f6ef0876616ea71d6253c4102ecb.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44752 138bc75d-0d04-0410-961f-82ee72b054a4
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 5a5142b71c1..caf9340cb78 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 |