X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fconfig.in;h=be572969fc04ea4ab36a72e3ebf7b3823c4eb9f6;hb=efba5c2319d6c25393e5cce9a2d30bbc0cb53123;hp=186741d6128df2fe2afd3f166d30587a48c12824;hpb=f6aec96dce1ddbd8961a3aa8a2925db2021719bb;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/config.in b/bfd/config.in index 186741d612..be572969fc 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -107,6 +107,9 @@ /* Define to 1 if you have the `fileno' function. */ #undef HAVE_FILENO +/* Define to 1 if you have the `fls' function. */ +#undef HAVE_FLS + /* Define to 1 if you have the `fopen64' function. */ #undef HAVE_FOPEN64 @@ -134,6 +137,9 @@ /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID +/* Define if your compiler supports hidden visibility. */ +#undef HAVE_HIDDEN + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -256,6 +262,9 @@ */ #undef HAVE_SYS_NDIR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PROCFS_H @@ -387,6 +396,11 @@ /* Version number of package */ #undef VERSION +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS