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

* acconfig.h (GUILE_LANG): New configuration variable.

This commit is contained in:
Mikael Djurfeldt 1999-07-27 19:10:34 +00:00
parent 159500fb70
commit 04eaea3390

View file

@ -95,6 +95,9 @@
the Guile library itself. */ the Guile library itself. */
#undef GUILE_DEBUG #undef GUILE_DEBUG
/* Define this to include experimental multilanguage support. */
#undef GUILE_LANG
/* Define to implement scm_internal_select */ /* Define to implement scm_internal_select */
#undef GUILE_ISELECT #undef GUILE_ISELECT