summaryrefslogtreecommitdiff
path: root/libc/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-11-07 22:59:31 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-11-07 22:59:31 +0000
commit2a9b4a0cce09a1bccb092ddc9fb98532ec8b720f (patch)
treed89ccfd8639aaf3a0ece7ac6ccff0b345ba757c7 /libc/config.h.in
parent5464a78aac33302c987c3dab8463f53c3c1dd7df (diff)
downloadeglibc2-2a9b4a0cce09a1bccb092ddc9fb98532ec8b720f.tar.gz
Merge changes between r426 and r615 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@616 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/config.h.in')
-rw-r--r--libc/config.h.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/libc/config.h.in b/libc/config.h.in
index da973f6a5..a46e40526 100644
--- a/libc/config.h.in
+++ b/libc/config.h.in
@@ -120,23 +120,6 @@
/* Define if the linker supports the -z combreloc option. */
#undef HAVE_Z_COMBRELOC
-/* Define if the assembler supported .protected. */
-#undef HAVE_PROTECTED
-
-/* Define if the assembler supported .hidden. */
-#undef HAVE_HIDDEN
-
-/* Define if the compiler supports __attribute__ ((visibility (...))). */
-#undef HAVE_VISIBILITY_ATTRIBUTE
-
-/* Define if the compiler doesn't support __attribute__ ((visibility (...)))
- together with __asm__ redirection properly. */
-#undef HAVE_BROKEN_VISIBILITY_ATTRIBUTE
-
-/* Define if the compiler doesn't support __attribute__ ((alias (...)))
- together with __asm__ redirection properly. */
-#undef HAVE_BROKEN_ALIAS_ATTRIBUTE
-
/* Define if _rtld_local structure should be forced into .sdata section. */
#undef HAVE_SDATA_SECTION
@@ -188,9 +171,6 @@
/* Defined if forced unwind support is available. */
#undef HAVE_FORCED_UNWIND
-/* Defined if the linker supports the -z relro option. */
-#undef HAVE_Z_RELRO
-
/* Defined of libidn is available. */
#undef HAVE_LIBIDN