diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-11 04:54:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-11 04:54:32 +0000 |
commit | ee2fb9eb60f34103739b42fbc70431cb6cdf141e (patch) | |
tree | 37c8a8b90fb2ecd82bfe465fb76481d3d2c1df30 /binutils/config.in | |
parent | da2f07f1aa5f8bdeb957df2c520f1d46e6f21bd5 (diff) | |
download | gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.zip gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.tar.gz gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.tar.bz2 |
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.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 9 |
1 files changed, 0 insertions, 9 deletions
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 <fcntl.h> 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 <stdint.h> 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 |