X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fconfig.in;h=3c654d2fa56d06e319dd1b0c82174d7d2a17f497;hb=74b4ba13b642fc0afd1c6cc7c67c9ae1f2297244;hp=b0b97a27f497534f80c616010e5cdf30efc4e63e;hpb=ef72a554d982f439fb9be357386681c1d4fb475c;p=external%2Fbinutils.git diff --git a/bfd/config.in b/bfd/config.in index b0b97a2..3c654d2 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -1,8 +1,22 @@ -/* config.in. Generated from configure.in by autoheader. */ +/* config.in. Generated from configure.ac by autoheader. */ + +/* Check that config.h is #included before system headers + (this works only for glibc, but that should be enough). */ +#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) +# error config.h must be #included before system headers +#endif +#define __CONFIG_H__ 1 /* Name of host specific core header file to include in elf.c. */ #undef CORE_HEADER +/* Define to enable annobin runtime checks for static linker (warnings only) + */ +#undef ENABLE_ANNOBIN_VERIFICATION + +/* Define to enable annobin runtime strict checks (error mode) */ +#undef ENABLE_ANNOBIN_VERIFICATION_STRICT + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -10,6 +24,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + /* Define to 1 if you have the declaration of `basename', and to 0 if you don't. */ #undef HAVE_DECL_BASENAME @@ -57,10 +75,18 @@ */ #undef HAVE_DECL_STPCPY +/* 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 `strstr', and to 0 if you don't. */ #undef HAVE_DECL_STRSTR +/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_VASPRINTF + /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #undef HAVE_DECL_VSNPRINTF @@ -105,6 +131,9 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID @@ -144,9 +173,15 @@ /* Define if has prpsinfo32_t. */ #undef HAVE_PRPSINFO32_T +/* Define if has prpsinfo32_t.pr_pid. */ +#undef HAVE_PRPSINFO32_T_PR_PID + /* Define if has prpsinfo_t. */ #undef HAVE_PRPSINFO_T +/* Define if has prpsinfo_t.pr_pid. */ +#undef HAVE_PRPSINFO_T_PR_PID + /* Define if has prstatus32_t. */ #undef HAVE_PRSTATUS32_T @@ -162,9 +197,15 @@ /* Define if has psinfo32_t. */ #undef HAVE_PSINFO32_T +/* Define if has psinfo32_t.pr_pid. */ +#undef HAVE_PSINFO32_T_PR_PID + /* Define if has psinfo_t. */ #undef HAVE_PSINFO_T +/* Define if has psinfo_t.pr_pid. */ +#undef HAVE_PSINFO_T_PR_PID + /* Define if has pstatus32_t. */ #undef HAVE_PSTATUS32_T @@ -215,6 +256,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PROCFS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -230,11 +274,17 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WCHAR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_WCTYPE_H + /* Define if has win32_pstatus_t. */ #undef HAVE_WIN32_PSTATUS_T -/* 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 to the sub-directory in which libtool stores uninstalled libraries. */ @@ -294,6 +344,9 @@ /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER +/* Define if we should use 64-bit archives. */ +#undef USE_64_BIT_ARCHIVE + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN @@ -306,9 +359,6 @@ /* Define if we should default to creating read-only plt entries */ #undef USE_SECUREPLT -/* Define if we may generate symbols with ELF's STT_COMMON type */ -#undef USE_STT_COMMON - /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE