mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-28 07:22:27 -08:00
Added the support for bsd sockets made by Julian Stecklina and ported to windows by M. Goffioul
This commit is contained in:
parent
f027e1ed22
commit
9f16d5106e
10 changed files with 2491 additions and 402 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue