Re: Incorrect detection of member sa_len.

2011-04-10 Thread Bruno Haible
Hello Ralf, > > Any BSD system must include `` in order for the test > > code to deliver a trustworthy answer. As always this header must > > precede `` on any BSD system. > > The test should be using AC_INCLUDES_DEFAULT, no? That takes care of > sys/types.h: > > AC_CHECK_MEMBERS([struct sockadd

Re: Incorrect detection of member sa_len.

2011-04-10 Thread Ralf Wildenhues
Hello, * Mats E Andersson wrote on Sat, Apr 09, 2011 at 02:23:27PM CEST: > the m4 helper in `m4/getaddrinfo.m4` is incorrectly implementing > a test whether `struct sockaddr` contains a member `sa_len`. > > Any BSD system must include `` in order for the test > code to deliver a trustworthy answe

Re: Incorrect detection of member sa_len.

2011-04-09 Thread Bruno Haible
Hello Mats, > the m4 helper in `m4/getaddrinfo.m4` is incorrectly implementing > a test whether `struct sockaddr` contains a member `sa_len`. > > Any BSD system must include `` in order for the test > code to deliver a trustworthy answer. As always this header must > precede `` on any BSD system.

Incorrect detection of member sa_len.

2011-04-09 Thread Mats E Andersson
Dear all, the m4 helper in `m4/getaddrinfo.m4` is incorrectly implementing a test whether `struct sockaddr` contains a member `sa_len`. Any BSD system must include `` in order for the test code to deliver a trustworthy answer. As always this header must precede `` on any BSD system. In fact, thi

Incorrect detection of member sa_len.

2011-04-09 Thread Mats Erik Andersson
Dear all, [resending a seemingly lost message] the m4 helper in `m4/getaddrinfo.m4` is incorrectly implementing a test whether `struct sockaddr` contains a member `sa_len`. Any BSD system must include `` in order for the test code to deliver a trustworthy answer. As always this header must prece