Re: [Plib-users] need help compiling plib
Brought to you by:
sjbaker
|
From: <lo...@sl...> - 2002-04-23 04:40:53
|
> > Clearly we should be including that header - but we may need conditional > compilation to use socklen_t only if it's defined and fall back on an 'int' > instead. To be honest though, it's hard to imagine a socket system whose > internal structure was more than 2^32 bytes long! Just an FYI but Tru64 does define socklen_t to be 64 bits (at least in some cases): typedef unsigned long socklen_t; /* 64-bits */ Jeff Long |