From 908d7c8b0c874bf53fa6781e007df44cd8284e9e Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 10 Apr 1998 12:39:57 +0000
Subject: [PATCH] [project @ 1998-04-10 12:39:06 by simonm] add
 LEADING_UNDERSCORE.

---
 acconfig.h     | 3 +++
 mk/config.h.in | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/acconfig.h b/acconfig.h
index bf0e519a7eb3..0f695bdaa13f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -45,6 +45,9 @@
 /* Define to alignment constraint on unsigned int - whichever is the greater */
 #undef ALIGNMENT_UNSIGNED_INT
 
+/* Define if C Symbols have a leading underscore added by the compiler */
+#undef LEADING_UNDERSCORE
+
 
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind:
diff --git a/mk/config.h.in b/mk/config.h.in
index 125446909054..e169f691e853 100644
--- a/mk/config.h.in
+++ b/mk/config.h.in
@@ -215,3 +215,6 @@
 
 /* minimum alignment of double */
 #undef ALIGNMENT_DOUBLE
+
+/* need a leading underscore? */
+#undef LEADING_UNDERSCORE
-- 
GitLab