buildfarm breakage

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-02-09T01:07:00Z
Lists: pgsql-hackers
It looks like some recent patches have broken a couple of things on the 
buildfarm.

Mingw builds are missing in6addr_any in backend/libpq/auth.c, added by a 
recent RADIUS support fix. Looks like we might need to include win32.h 
in there.

MSVC builds are broken from a missing _isnan function on the ECPG tests. 
Do we need to link in a math lib or something there?

Our Solaris *moth members seem to have stopped building. Have we lost them?

cheers

andrew