From 5c24bb7d7bf2df8085bbf8a5b6ccfdcec6c8cafc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 May 2002 23:09:29 +0000 Subject: [PATCH] Define HAVE_HIDDEN. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index ddb7357aad..34e3547431 100644 --- a/config.h.in +++ b/config.h.in @@ -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