summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2005-04-20 15:00:15 +0000
committerJerome Guitton <guitton@adacore.com>2005-04-20 15:00:15 +0000
commit38b6d5a48f73f5b77550cbf143def8cbe1e40902 (patch)
treed2fd2148d71f4d44acb935c0e10cc8749d557ebe /bfd/config.in
parenta06f39198857d04d6843c7fac8e09ca44c373dd5 (diff)
downloadbinutils-redhat-38b6d5a48f73f5b77550cbf143def8cbe1e40902.tar.gz
* configure.in: Fix the check for basename declaration. Add check
for declarations of ftello, ftello64, fseeko, fseeko64. * configure: Regenerate. * config.in: Ditto. * sysdep.h: If needed, declare ftello, ftello64, fseeko, fseeko64.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 9ddd8787be..12f7239069 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -28,6 +28,22 @@
don't. */
#undef HAVE_DECL_BASENAME
+/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
+ */
+#undef HAVE_DECL_FSEEKO
+
+/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
+ don't. */
+#undef HAVE_DECL_FSEEKO64
+
+/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
+ */
+#undef HAVE_DECL_FTELLO
+
+/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
+ don't. */
+#undef HAVE_DECL_FTELLO64
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H