Added the support for bsd sockets made by Julian Stecklina and ported to windows by M. Goffioul

This commit is contained in:
jjgarcia 2005-02-11 18:00:24 +00:00
parent f027e1ed22
commit 9f16d5106e
10 changed files with 2491 additions and 402 deletions

View file

@ -64,6 +64,9 @@ main(int argc, char **args)
#endif
#ifdef CLX
SYM_VAL(@'*features*') = CONS(make_keyword("WANTS-CLX"), SYM_VAL(@'*features*'));
#endif
#ifdef TCP
SYM_VAL(@'*features*') = CONS(make_keyword("WANTS-SOCKETS"), SYM_VAL(@'*features*'));
#endif
top_level = _intern("TOP-LEVEL", cl_core.system_package);
cl_def_c_function(top_level, si_simple_toplevel, 0);