diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-11 02:40:34 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-11 02:40:34 +0000 |
commit | 67b61273f0fd4b24c38485817bdec8cf9d076fcc (patch) | |
tree | e18ea6c352406e1c18bb32df73f14f884e4db083 /libstdc++-v3/config.h.in | |
parent | 63e33f9adac985516f4508f1c61346db15a2db18 (diff) | |
download | gcc-67b61273f0fd4b24c38485817bdec8cf9d076fcc.tar.gz |
2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
* bits/std_cmath.h: Tweaks.
* math/mathconf.h: Tweaks and fixes for HP-UX 11.
(sqrtf): Define away iff !builtin and !in <math.h>.
(sinf): Same.
(cosf): Same.
(fabsf): Same.
At some point this directory should be converted to c++, the
autoconf tests should be run by the c++ compiler (not c), and
<cmath> should be used instead of math.h.
Move declaration of nan() here.
* math/complex-stub.h (cabsl): Remove nan() declaration.
Finish up FreeBSD4.0 support.
* config/bsd/ctype.cc: Scope out toupper, tolower calls.
* config/generic/ctype.cc: And here.
* testsuite/21_strings/char_traits.cc (test02): Guard with
_GLIBCPP_USE_WCHAR_T.
via Phil Edwards <pme@sourceware.cygnus.com>
* bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
* acconfig.h: And here.
* acinclude.m4: Same.
* testsuite/27_io/istream.cc: And here.
* testsuite/27_io/ostream.cc: And here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 0ec8927f564..b657fdf306f 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -3,13 +3,6 @@ /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP -// If using the namespace std, you need this. Eventually this should -// not be an option. In the meantime, and as things like std_ctype.h -// need to be hacked out, give people the option. If this is set to 1, -// CXXFLAGS should include -fhonor-std. If this is undefined, CXXFLAGS -// should include -fno-honor-std. -#undef _GLIBCPP_USE_NAMESPACES - // Include support for 'long long' and 'unsigned long long'. #undef _GLIBCPP_USE_LONG_LONG |