diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-12-15 00:55:02 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-12-15 00:55:02 +0000 |
commit | 07467d31def1f9c3870a3b0ae6c8756b6244ac41 (patch) | |
tree | 7a9f9ba72cfcaf2b758db93172e42973204e3901 /libstdc++-v3/config.h.in | |
parent | 1d79fd2c8ab0c963886df0be73e58106dab29158 (diff) | |
download | gcc-07467d31def1f9c3870a3b0ae6c8756b6244ac41.tar.gz |
Makefile.am (myinstallheaders): Install backwards headers in prefix, not prefix/backward.
2000-12-14 Benjamin Kosnik <bkoz@fillmore.redhat.com>
* src/Makefile.am (myinstallheaders): Install backwards headers in
prefix, not prefix/backward.
* src/Makefile.in: Regenerate.
From-SVN: r38265
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index ce72a7ed26f..5f32f434053 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -87,9 +87,6 @@ /* Define if you have the _asinl function. */ #undef HAVE__ASINL -/* Define if you have the _atan2f function. */ -#undef HAVE__ATAN2F - /* Define if you have the _atan2l function. */ #undef HAVE__ATAN2L @@ -108,9 +105,6 @@ /* Define if you have the _copysign function. */ #undef HAVE__COPYSIGN -/* Define if you have the _copysignf function. */ -#undef HAVE__COPYSIGNF - /* Define if you have the _copysignl function. */ #undef HAVE__COPYSIGNL @@ -126,9 +120,6 @@ /* Define if you have the _cosl function. */ #undef HAVE__COSL -/* Define if you have the _expf function. */ -#undef HAVE__EXPF - /* Define if you have the _expl function. */ #undef HAVE__EXPL |