X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fconfig.in;h=f7052b5d9588996db1856acd2ba1d86fa80f97f0;hb=030a2e78acf66c5c12e073ec3887a167da7a7195;hp=1ff50c67f600a6399f40c69ca942d89d5c3a83a3;hpb=c20a0642333655311b1f5b6f78adfeb8ec9fe1d4;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/config.in b/libiberty/config.in index 1ff50c67f6..f7052b5d95 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -79,6 +79,10 @@ don't. */ #undef HAVE_DECL_SNPRINTF +/* Define to 1 if you have the declaration of `strnlen', and to 0 if you + don't. */ +#undef HAVE_DECL_STRNLEN + /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. */ #undef HAVE_DECL_STRTOL @@ -191,6 +195,9 @@ /* Define to 1 if you have the `on_exit' function. */ #undef HAVE_ON_EXIT +/* Define to 1 if you have the `pipe2' function. */ +#undef HAVE_PIPE2 + /* Define to 1 if you have the header file. */ #undef HAVE_PROCESS_H @@ -522,6 +529,11 @@ # endif #endif +/* 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