diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-17 03:27:05 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-17 03:27:05 +0000 |
commit | 3d8dde60506ccea323bf908eb840b5eb575d4d9b (patch) | |
tree | e460cc4ca98c67c6e3fec7c55e4fdd90970d56db /libstdc++-v3/config.h.in | |
parent | 7fc677010193dda00bc48c1326141968f1b60140 (diff) | |
download | gcc-3d8dde60506ccea323bf908eb840b5eb575d4d9b.tar.gz |
2003-04-16 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_PCH): New.
* aclocal.m4: Regenerated.
* configure.in: Remove old demangler bits.
Call pch checks.
* configure: Regenerate.
* config.h.in: Regenerate.
* include/Makefile.am (allstamps): Now allstamped.
(allcreated): Define this.
(all-local): Use 'em.
Conditionally define pch_build, pch_install based on
GLIBCPP_BUILD_PCH.
(${pch_output}): New rule.
(install-pch): New rule.
(install-headers): New rule.
(install-data-local): Install headers and conditionally pch.
* include/Makefile.in: Regenerate.
* testsuite_flags.in (--build-cxx): Use pch file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index f0b34c82a17..36e2ae53692 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -746,9 +746,6 @@ /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define if you have the <string.h> header file. */ -#undef HAVE_STRING_H - /* Define if you have the <sys/filio.h> header file. */ #undef HAVE_SYS_FILIO_H |