summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-11-03 16:06:11 +0000
committerDaniel Jacobowitz <drow@false.org>2005-11-03 16:06:11 +0000
commit2e6f4fae0724d2926e46be477cd12c772d7e79d9 (patch)
tree91e79b112cb26de09486cf4ece65091202b81d4e /bfd/config.in
parent6f2942edf01d584dcc76b960a50de9f67f13e7c3 (diff)
downloadbinutils-gdb-2e6f4fae0724d2926e46be477cd12c772d7e79d9.tar.gz
* configure.in: Check for fopen64.
* libbfd-in.h (real_fopen): New prototype. * configure, config.in, libbfd.h: Regenerated. * bfdio.c (real_fopen): New function. * opncls.c (bfd_fopen, bfd_fill_in_gnu_debuglink_section): Use it. * cache.c (bfd_open_file): Likewise.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 0c1593835ee..6c738257d98 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -92,6 +92,9 @@
/* Define to 1 if you have the `fdopen' function. */
#undef HAVE_FDOPEN
+/* Define to 1 if you have the `fopen64' function. */
+#undef HAVE_FOPEN64
+
/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO