Makefile.am (target_headers): Add fpos.h
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 4 Jul 2003 07:15:30 +0000 (07:15 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 4 Jul 2003 07:15:30 +0000 (07:15 +0000)
commit68e1f6219cf23a7179857f78243847352388e623
tree71f3adbcbed674b5484579b822e09050da94e0e8
parentcc5112c92dc842efd8d8c843c98da7550ca622ee
Makefile.am (target_headers): Add fpos.h

2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (target_headers): Add fpos.h
(bits_headers): Remove.
* include/Makefile.in: Regenerate.
* configure.in: Add FPOS_INC_SRCDIR, substitute it.
* configure: Regenerate.
* configure.host: Add fpos_include_dir.
* config/os/gnu-linux/fpos.h: New.
* config/os/generic/fpos.h: Add.
* include/bits/fpos.h: Remove.

* config/io/c_io_stdio.h: Remove fpos_t typedef.

* include/bits/fstream.tcc: Tweaks.
* include/std/std_fstream.h: Same.

* testsuite/27_io/fpos/1.cc (test01): Uncomment. Move to...
* testsuite/27_io/fpos/mbstate_t/1.cc: ...here.
* testsuite/27_io/fpos/mbstate_t/2.cc: Same.
* testsuite/27_io/fpos/mbstate_t/3.cc: Same.
* testsuite/27_io/fpos/1.cc: New.

From-SVN: r68914
libstdc++-v3/testsuite/27_io/fpos/1.cc [new file with mode: 0644]