2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

Define HAVE_HIDDEN.

This commit is contained in:
Ulrich Drepper 2002-05-30 23:09:29 +00:00
parent de3fa8286f
commit 5c24bb7d7b

@ -102,6 +102,9 @@
/* 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