Re: [Plib-users] Installing plib-1.4.1
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-07-11 21:59:18
|
Sam Stickland wrote: > Yes - on some platforms socklen_t is an int, and on others an unsigned int. It appears in these cases 'int' has been written rather > than socklen_t. So this code will work on some setups, but complain on others. Yes - but on yet others, socklen_t is not defined. There is no way to avoid an ifdef here. :-( ----------------------------- Steve Baker ------------------------------- HomeMail : <sjb...@ai...> WorkMail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://agtoys.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net |