Use fseeko module from gnulib instead of our home-grown solution.
authorBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:40:06 +0000 (04:40 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:40:06 +0000 (04:40 +0000)
commit2e54150ae309202ad2f590c6253d0bbf625e5b5d
treede8c9a5b373eed5a0b8fb6898af2f2e181b54f04
parent9f4661992f4b481c6dafa6fd53c94ecfe7b3af8c
Use fseeko module from gnulib instead of our home-grown solution.
Patch #6228.

* flip.c (flip_file): No need to conditionally substitute for
"fseeko" and "off_t" manually anymore, as gnulib takes care of it
for us.

* acinclude.m4: Delete PSPP_OFF_T macro.

* configure.ac: Don't call AC_FUNC_FSEEKO or PSPP_OFF_T.
ChangeLog
acinclude.m4
configure.ac
src/language/stats/ChangeLog
src/language/stats/flip.c