1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

support new configure options: --disable-posix, --disable-net

and --disable-regex.
This commit is contained in:
Gary Houston 1999-09-26 16:00:36 +00:00
parent e59373d65f
commit 52cfc69be6
19 changed files with 676 additions and 638 deletions

View file

@ -505,6 +505,8 @@ scm_fdes_to_ports (fd)
void
scm_init_ioext ()
{
scm_add_feature ("i/o-extensions");
#include "ioext.x"
}