about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index af82128eea..b6223d73d4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -38,6 +38,9 @@
    declaring a symbol global (default `.globl').  */
 #undef	ASM_GLOBAL_DIRECTIVE
 
+/* Define a symbol_name as a global .symbol_name for ld.  */
+#undef	HAVE_ASM_GLOBAL_DOT_NAME
+
 /* Define to use GNU libio instead of GNU stdio.
    This is defined by configure under --enable-libio.  */
 #undef	USE_IN_LIBIO