X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fconfig.in;h=5174d3e0ecf04335753668155978361c6fced13f;hb=bc0a77d2b1a29222dacab21a0572322e39fb0c70;hp=70a127ed542b08cc2fd3d399515ce886697e9d63;hpb=35eafcc71b8a54330704656fb6df0b5d6665ed15;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/config.in b/binutils/config.in index 70a127ed54..5174d3e0ec 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -18,6 +18,9 @@ /* Should ar and ranlib use -D behavior by default? */ #undef DEFAULT_AR_DETERMINISTIC +/* Should strings use -a behavior by default? */ +#undef DEFAULT_STRINGS_ALL + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -105,6 +108,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H +/* Define to 1 if the system has the type `long long'. */ +#undef HAVE_LONG_LONG + /* Define if mbstate_t exists in wchar.h. */ #undef HAVE_MBSTATE_T @@ -171,8 +177,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H -/* Define to 1 if you have the header file. */ -#undef HAVE_ZLIB_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST @@ -202,6 +208,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime.