12 Oct
2008
12 Oct
'08
11:06 a.m.
On Sat, Oct 11, 2008 at 12:58:57PM +0200, Joerg Sonnenberger wrote:
On Fri, Oct 10, 2008 at 07:31:08PM -0400, Jorge Arellano Cid wrote:
Consider to replace the AC_CHECK_SIZEOF() point and d_size.h magic with AC_TYPE_UINT16_T and friends. THose use either the system macros or figure out the rest (just include inttypes.h and sys/types.h if present).
I don't really get your socklen_t test. I'm not aware of any platform that lacks socklen_t and where the third argument is not unsigned int.
Do you think the current setup causeis problems or can we delay such a cleanup until after the release? I'm a bit worried to break something... Cheers, Johannes