summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-11-11 04:54:32 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-11-11 04:54:32 +0000
commit1cca39a07d3687f02f7c54b67ea6b7868460c3aa (patch)
tree7ffe67a685f7efdf865d39e5eae29daa70c429e9 /binutils/config.in
parent4dcf4db815c2863ef0bbee81a2c28d8636ba6147 (diff)
downloadbinutils-redhat-1cca39a07d3687f02f7c54b67ea6b7868460c3aa.tar.gz
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.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/binutils/config.in b/binutils/config.in
index ceae20716d..0cb7290d2d 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