diff options
Diffstat (limited to 'contrib/binutils/bfd/config.in')
-rw-r--r-- | contrib/binutils/bfd/config.in | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/contrib/binutils/bfd/config.in b/contrib/binutils/bfd/config.in index d13d196..ef9eca4 100644 --- a/contrib/binutils/bfd/config.in +++ b/contrib/binutils/bfd/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -25,9 +25,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -64,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 @@ -106,6 +115,9 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR +/* Define if you have the strtoull function. */ +#undef HAVE_STRTOULL + /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF @@ -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 |