From ee2fb9eb60f34103739b42fbc70431cb6cdf141e Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 11 Nov 2009 04:54:32 +0000 Subject: binutils/ * configure.in: Stop checking for fopen64 and stat64. * strings.c (file_off, file_open, statbuf, file_stat): Remove. (strings_file): Change file_off to file_ptr, file_open to fopen, statbuf to struct stat and file_stat to stat. (get_char): Change parameter type file_off * to file_ptr *. (print_strings): Change parameter and variable `start' type file_off to file_ptr. * configure: Regenerate. * config.in: Regenerate. --- binutils/config.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'binutils/config.in') diff --git a/binutils/config.in b/binutils/config.in index ceae207..0cb7290 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -70,9 +70,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Is fopen64 available? */ -#undef HAVE_FOPEN64 - /* Define to 1 if you have the `getc_unlocked' function. */ #undef HAVE_GETC_UNLOCKED @@ -103,9 +100,6 @@ /* Define to 1 if you have the `setmode' function. */ #undef HAVE_SETMODE -/* Is stat64 available? */ -#undef HAVE_STAT64 - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -231,9 +225,6 @@ /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -/* Enable LFS */ -#undef _LARGEFILE64_SOURCE - /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -- cgit v1.1