socketlib.txt - bsd socket emulation library for Minix Claudio Tantignone - ctantignone@hotmail.com 22 March 2004 ---------------------------------------------------------------- file to download: socketlib.taz This is an emulation library to use standard socket calls in programs under Minix. Tested under 2.0.2 and 2.0.4 (32bits). The library creates the calls to Minix networking calls. There are a few routines available now. These ones allows to succesfully compile some tools like - OpenSSL - lynx - stunnel Installation like # make install You need to include into your program #include and while compiling # cc -l socket ... to have the networking support. Any feedback is welcome [descriptive file edited by ASW 2005-03-27]