diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
commit | 8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5 (patch) | |
tree | 196eec145dc3a6fb925a5b07d831b21d761d7c20 /config.h.in | |
parent | 48b752c9f6499f0de89766c94b3b1bedbfd6476e (diff) |
Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config.h.in b/config.h.in index da973f6a5d..a46e405269 100644 --- a/config.h.in +++ b/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 |