diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2000-12-21 22:52:51 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-12-21 22:52:51 +0000 |
commit | e3123ab3ba590f773d15fe7e7969f5ed0feb27e9 (patch) | |
tree | 0dfad2ca73e4a58641a63bfffe07273ee77b0d63 /libstdc++-v3/config.h.in | |
parent | 3546ef587fdb117bb7b2906d18b392c46b5d1dbe (diff) | |
download | gcc-e3123ab3ba590f773d15fe7e7969f5ed0feb27e9.tar.gz |
configure.in: Change GLIBCPP_ENABLE_SHADOW to GLIBCPP_ENABLE_CHEADERS.
2000-12-21 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Change GLIBCPP_ENABLE_SHADOW to
GLIBCPP_ENABLE_CHEADERS.
* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to
ENABLE_CHEADERS. C_INCLUDE_DIR defaults to c_std from c.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/c: Move to ...
* include/c_std: ...here.
* include/c_std: Move to ...
* include/c_shadow: ...here.
* include/c: Repopulate, with simple headers.
* docs/html/configopts.html: Adjust docs.
From-SVN: r38432
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 5f32f434053..441f57c18d0 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -300,15 +300,6 @@ /* Define if you have the cosl function. */ #undef HAVE_COSL -/* Define if you have the csqrt function. */ -#undef HAVE_CSQRT - -/* Define if you have the csqrtf function. */ -#undef HAVE_CSQRTF - -/* Define if you have the csqrtl function. */ -#undef HAVE_CSQRTL - /* Define if you have the expf function. */ #undef HAVE_EXPF @@ -501,9 +492,6 @@ /* Define if you have the wmemset function. */ #undef HAVE_WMEMSET -/* Define if you have the <complex.h> header file. */ -#undef HAVE_COMPLEX_H - /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H |