Rod Taylor <rbt@rbt.ca> writes:
> It would seem the configure test isn't picking up on the structure.
It works here (where "works" is defined as "finds the struct on Linux
and doesn't find it on HPUX" --- both correct according to a search
of /usr/include). You'll need to dig into why it fails on BSD.
First thought that comes to mind is that <sys/socket.h> may require
something else to be included first --- maybe <sys/types.h> ?
regards, tom lane