* strings.c (statbuf): New typedef.

(file_stat): Define.
	(strings_object_file): Avoid using get_file_size, instead do the
	checks here, using file_stat.
	* configure.in (HAVE_STAT64): New test.
	* configure: Rebuilt.
	* config.in: Rebuilt.
This commit is contained in:
Jakub Jelinek
2004-10-13 14:33:51 +00:00
parent 2a1b9a480a
commit fb5b547845
5 changed files with 109 additions and 9 deletions

View File

@@ -166,6 +166,9 @@
/* Is fopen64 available? */
#undef HAVE_FOPEN64
/* Is stat64 available? */
#undef HAVE_STAT64
/* Enable LFS */
#undef _LARGEFILE64_SOURCE