Define HAVE_HIDDEN.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 May 2002 23:09:29 +0000 (23:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 May 2002 23:09:29 +0000 (23:09 +0000)
config.h.in

index ddb7357aad34701127189acac1073207991674f1..34e3547431bd12d7c6067c454e8e5af76c4da7aa 100644 (file)
 /* 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