about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-30 23:09:29 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-30 23:09:29 +0000
commit5c24bb7d7bf2df8085bbf8a5b6ccfdcec6c8cafc (patch)
tree85689aaa3f9b54f81bb2d3c06a4fe5eeb8e3bd83 /config.h.in
parentde3fa8286fbb23b37ff1251befc728b1e2fab615 (diff)
downloadglibc-5c24bb7d7bf2df8085bbf8a5b6ccfdcec6c8cafc.tar.gz
glibc-5c24bb7d7bf2df8085bbf8a5b6ccfdcec6c8cafc.tar.xz
glibc-5c24bb7d7bf2df8085bbf8a5b6ccfdcec6c8cafc.zip
Define HAVE_HIDDEN.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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