John Fuller - 2003-09-23

While version 2 didn't have a problem,
version 3 seems to have trouble finding isnan()
used in SOAPTypeTraits.cpp.

By adding
extern "C" int isnan(double x);
gcc3xxx can compile it ok.
(Though perhaps this could as well be dealt with in the    configure
)