X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fconfig.in;h=32245393fcefc3fa501d63662312c78baab2698f;hb=a5a58ba4dea996f5de695836aa73e00e5e2a80cb;hp=e0b0c20ccd22459a84e73547a8b7a96a7dd6d2aa;hpb=2c73f9d86113b392342ec5a8cff8a42be78bd429;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/config.in b/bfd/config.in index e0b0c20ccd..32245393fc 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -25,9 +25,6 @@ /* Define to `long' if 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 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 @@ -196,6 +208,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 @@ -214,6 +232,9 @@ /* Define if getenv is not declared in system header files. */ #undef NEED_DECLARATION_GETENV +/* Define if struct core_dumpx has member c_impl */ +#undef HAVE_ST_C_IMPL + /* Define if has prstatus_t. */ #undef HAVE_PRSTATUS_T @@ -265,6 +286,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