Define HAVE_HIDDEN.

This commit is contained in:
Ulrich Drepper 2002-05-30 23:09:29 +00:00
parent de3fa8286f
commit 5c24bb7d7b
1 changed files with 3 additions and 0 deletions

View File

@ -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