diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2002-05-27 14:55:57 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-05-27 14:55:57 +0000 |
commit | 248a9163e19adb7a2141d0e3149a4f40438602a7 (patch) | |
tree | 3d9dcb8bef649404775fdf0e288307bd3742aaed /libstdc++-v3/config.h.in | |
parent | 57f851a378793094a5a2630bfe3b0b7927f6e39d (diff) | |
download | gcc-248a9163e19adb7a2141d0e3149a4f40438602a7.zip gcc-248a9163e19adb7a2141d0e3149a4f40438602a7.tar.gz gcc-248a9163e19adb7a2141d0e3149a4f40438602a7.tar.bz2 |
misc-inst.cc: Define unnecessary algorithm instantiations.
c
2002-05-27 Benjamin Kosnik <bkoz@redhat.com>
* 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.
From-SVN: r53930
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 9268fe4..fcc2c3e 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -723,6 +723,9 @@ /* Define if you have the <sys/resource.h> header file. */ #undef HAVE_SYS_RESOURCE_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H |