* config.in: Re-generate.
authorAndrew Cagney <cagney@redhat.com>
Wed, 11 Feb 2004 22:05:35 +0000 (22:05 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 11 Feb 2004 22:05:35 +0000 (22:05 +0000)
bfd/ChangeLog
bfd/config.in

index 2ffe1cde999bf22f20e3eac9f6d1dda484ee432f..0e7e2c6cb0c29d5d9331151e34b14261bba4e391 100644 (file)
@@ -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>
 
index ab273c8be1ef334f371ed3f16fdf43ff55538e96..ef9eca414fbf766649645279da7ecbec42c01f99 100644 (file)
 /* 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
 
 /* 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
 
 /* 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