1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

acconfig.h: Add USCORE.

scmconfig.h.in: Regenerated.
This commit is contained in:
Tim Pierce 1997-12-01 18:22:04 +00:00
parent c44bfbc946
commit c06768c880
4 changed files with 14 additions and 0 deletions

View file

@ -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

View 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

View 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

View file

@ -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