From 237ebf5948a0cc574bcc82d396b0751afd6810ac Mon Sep 17 00:00:00 2001 From: bkoz Date: Mon, 27 May 2002 14:55:57 +0000 Subject: c 2002-05-27 Benjamin Kosnik * src/misc-inst.cc: Define unnecessary algorithm instantiations. Break apart instantiations into groupings below. * src/fstream-inst.cc: New. * src/io-inst.cc: New. * src/istream-inst.cc: New. * src/ostream-inst.cc: New. * src/streambuf-inst.cc: New. * src/sstream-inst.cc: New. * src/Makefile.am (sources): Add files. * src/Makefile.in: Regenerate. * acinclude.m4: Work around automake 1.4-p5 bug, change AM_GNU_GETTEXT in comments to AM-GNU-GETTEXT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53930 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libstdc++-v3/config.h.in') diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 9268fe4b177..fcc2c3e2ebf 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -723,6 +723,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H -- cgit v1.2.1