summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-11 22:05:35 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-11 22:05:35 +0000
commita7f686ba7a5c8663e6f62d875a3f3fc8b8d17eec (patch)
tree4b6de05de3ce59a121fc1592ca9e6ef7d4e1b1b2
parent8904897b1a8038df0308fd421ecdd97598664a8a (diff)
downloadbinutils-redhat-a7f686ba7a5c8663e6f62d875a3f3fc8b8d17eec.tar.gz
* config.in: Re-generate.
-rw-r--r--bfd/ChangeLog1
-rw-r--r--bfd/config.in21
2 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2ffe1cde99..0e7e2c6cb0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -3,6 +3,7 @@
* configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
fseeko and fseeko64. Determine bfd_file_ptr.
* configure: Re-generate.
+ * config.in: Re-generate.
2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
diff --git a/bfd/config.in b/bfd/config.in
index ab273c8be1..ef9eca414f 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -61,6 +61,18 @@
/* Define if you have the fdopen function. */
#undef HAVE_FDOPEN
+/* Define if you have the fseeko function. */
+#undef HAVE_FSEEKO
+
+/* Define if you have the fseeko64 function. */
+#undef HAVE_FSEEKO64
+
+/* Define if you have the ftello function. */
+#undef HAVE_FTELLO
+
+/* Define if you have the ftello64 function. */
+#undef HAVE_FTELLO64
+
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
@@ -190,6 +202,12 @@
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
+/* The number of bytes in type long long */
+#undef SIZEOF_LONG_LONG
+
+/* The number of bytes in type long */
+#undef SIZEOF_LONG
+
/* Use b modifier when opening binary files? */
#undef USE_BINARY_FOPEN
@@ -262,6 +280,9 @@
/* Name of host specific header file to include in trad-core.c. */
#undef TRAD_HEADER
+/* The number of bytes in type off_t */
+#undef SIZEOF_OFF_T
+
/* Use mmap if it's available? */
#undef USE_MMAP