diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-11 22:05:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-11 22:05:35 +0000 |
commit | c1ea0c0914323cf3db28f8b1c3d090be857424eb (patch) | |
tree | 629cf9b8f246a94a6772b464b4d8496f48ae500c /bfd/config.in | |
parent | 1012372a47e4ca5a02b255b13553d0c288facff9 (diff) | |
download | gdb-c1ea0c0914323cf3db28f8b1c3d090be857424eb.zip gdb-c1ea0c0914323cf3db28f8b1c3d090be857424eb.tar.gz gdb-c1ea0c0914323cf3db28f8b1c3d090be857424eb.tar.bz2 |
* config.in: Re-generate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index ab273c8..ef9eca4 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 |