diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-13 14:33:51 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-13 14:33:51 +0000 |
commit | fb5b547845302fe64f118f9bc5eb0ef636cfafb7 (patch) | |
tree | dade2ef6bd2186d3a9957430326143c3accaa25d /binutils/config.in | |
parent | 2a1b9a480accc2f7049279646ba33cd887eb3abe (diff) | |
download | binutils-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.zip binutils-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.tar.gz binutils-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index f2bd049..76d3b81 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -166,6 +166,9 @@ /* Is fopen64 available? */ #undef HAVE_FOPEN64 +/* Is stat64 available? */ +#undef HAVE_STAT64 + /* Enable LFS */ #undef _LARGEFILE64_SOURCE |