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:
parent
c44bfbc946
commit
c06768c880
4 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue