diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2005-06-03 03:29:38 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-06-03 03:29:38 +0000 |
commit | f260e61b15c6fe09294fd820b334752d0f0459ab (patch) | |
tree | c4e455c4fe8d2a3ed1d621536386e3e252ad36bc /contrib/libstdc++/acconfig.h | |
parent | d51085f37e16c95804f0fdabb7b1226e4b4e7de9 (diff) | |
download | src-f260e61b15c6fe09294fd820b334752d0f0459ab.tar.gz src-f260e61b15c6fe09294fd820b334752d0f0459ab.zip |
Gcc 3.4.4 C++ support bits.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=146897
Diffstat (limited to 'contrib/libstdc++/acconfig.h')
-rw-r--r-- | contrib/libstdc++/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libstdc++/acconfig.h b/contrib/libstdc++/acconfig.h index cad2748bbdb5..545934e0ea23 100644 --- a/contrib/libstdc++/acconfig.h +++ b/contrib/libstdc++/acconfig.h @@ -48,6 +48,9 @@ // Define if LFS support is available. #undef _GLIBCXX_USE_LFS +// Define if a fully dynamic basic_string is wanted. +#undef _GLIBCXX_FULLY_DYNAMIC_STRING + // Define if NLS translations are to be used. #undef _GLIBCXX_USE_NLS |