summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-11-03 16:06:11 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-11-03 16:06:11 +0000
commit0b8676a986f13f113896448d217e71bce8f5bea0 (patch)
tree4910c9a7fcd52950ec6d961963a9c01006e1c44a /bfd/config.in
parent953326ad789e331860026a315f5e53135e43fc64 (diff)
downloadbinutils-redhat-0b8676a986f13f113896448d217e71bce8f5bea0.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 0c1593835e..6c738257d9 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