acconfig.h: Add USCORE.
authorTim Pierce <twp@skepsis.com>
Mon, 1 Dec 1997 18:22:04 +0000 (18:22 +0000)
committerTim Pierce <twp@skepsis.com>
Mon, 1 Dec 1997 18:22:04 +0000 (18:22 +0000)
scmconfig.h.in: Regenerated.

ChangeLog
acconfig.h
libguile/ChangeLog
libguile/scmconfig.h.in

index 61d55ca..2af07e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1997-12-01  Tim Pierce  <twp@skepsis.com>
+
+       * acconfig.h: Add USCORE.
+
 1997-11-27  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * configure.in: Added code to enable GUILE_ISELECT on systems
index 64733e4..f0b69ec 100644 (file)
@@ -72,6 +72,9 @@
 /* Define if you want support for dynamic linking. */
 #undef DYNAMIC_LINKING
 
+/* Define if symbol tables on this system use leading underscores. */
+#undef USCORE
+
 /* Define if dlsym automatically supplies a leading underscore. */
 #undef DLSYM_ADDS_USCORE
 
index 94cfe6c..b3af4b9 100644 (file)
@@ -1,3 +1,7 @@
+1997-12-01  Tim Pierce  <twp@skepsis.com>
+
+       * scmconfig.h.in: Regenerated for USCORE change in ../acconfig.h.
+
 Sun Nov 30 11:29:18 1997  Mikael Djurfeldt  <mdj@kenneth>
 
        * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent
index 4aba9b3..1d1073a 100644 (file)
 /* Define if you want support for dynamic linking. */
 #undef DYNAMIC_LINKING
 
+/* Define if symbol tables on this system use leading underscores. */
+#undef USCORE
+
 /* Define if dlsym automatically supplies a leading underscore. */
 #undef DLSYM_ADDS_USCORE