[project @ 1998-04-10 12:39:06 by simonm]
authorsimonm <unknown>
Fri, 10 Apr 1998 12:39:57 +0000 (12:39 +0000)
committersimonm <unknown>
Fri, 10 Apr 1998 12:39:57 +0000 (12:39 +0000)
add LEADING_UNDERSCORE.

acconfig.h
mk/config.h.in

index bf0e519..0f695bd 100644 (file)
@@ -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
+
 \f
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind:
index 1254469..e169f69 100644 (file)
 
 /* minimum alignment of double */
 #undef ALIGNMENT_DOUBLE
+
+/* need a leading underscore? */
+#undef LEADING_UNDERSCORE