diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index fae29729e4..dc831e51e6 100644 --- a/config.h.in +++ b/config.h.in @@ -102,6 +102,12 @@ /* Define if the assembler supported .protected. */ #undef HAVE_PROTECTED +/* Define if the compiler supports __attribute__ ((visibility (...))). */ +#undef HAVE_VISIBILITY_ATTRIBUTE + +/* Define if _rtld_local structure should be forced into .sdata section. */ +#undef HAVE_SDATA_SECTION + /* Define if binutils support TLS handling. */ #undef HAVE_TLS_SUPPORT |