From c06768c88045b33165c4bb6750bf5ae9a2d29c3e Mon Sep 17 00:00:00 2001 From: Tim Pierce Date: Mon, 1 Dec 1997 18:22:04 +0000 Subject: [PATCH] acconfig.h: Add USCORE. scmconfig.h.in: Regenerated. --- ChangeLog | 4 ++++ acconfig.h | 3 +++ libguile/ChangeLog | 4 ++++ libguile/scmconfig.h.in | 3 +++ 4 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61d55cae0..2af07e0e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1997-12-01 Tim Pierce + + * acconfig.h: Add USCORE. + 1997-11-27 Mikael Djurfeldt * configure.in: Added code to enable GUILE_ISELECT on systems diff --git a/acconfig.h b/acconfig.h index 64733e499..f0b69ec13 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 94cfe6c42..b3af4b987 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +1997-12-01 Tim Pierce + + * scmconfig.h.in: Regenerated for USCORE change in ../acconfig.h. + Sun Nov 30 11:29:18 1997 Mikael Djurfeldt * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index 4aba9b394..1d1073ad3 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -155,6 +155,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