X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fconfig.in;h=9260d560a6e5dbf4baddda37fe5914c0fe1bd68f;hb=727fc41e077139570ea8b8ddfd6c546b2a55627c;hp=804945d70b4205c47a56dcd387cfa74f51e6f27a;hpb=01e94249b651dfe388b015d54911c35392ef1f0b;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/config.in b/libiberty/config.in index 804945d70b..9260d560a6 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -56,6 +56,10 @@ */ #undef HAVE_DECL_GETENV +/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. + */ +#undef HAVE_DECL_GETOPT + /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. */ #undef HAVE_DECL_MALLOC @@ -72,6 +76,10 @@ don't. */ #undef HAVE_DECL_SNPRINTF +/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you + don't. */ +#undef HAVE_DECL_STRVERSCMP + /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you don't. */ #undef HAVE_DECL_VASPRINTF @@ -245,6 +253,9 @@ /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL +/* Define to 1 if you have the `strverscmp' function. */ +#undef HAVE_STRVERSCMP + /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF @@ -414,6 +425,12 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const