+ /*
+ Assume it's always available under non-Unix systems with the
+ exception of Palm OS, this does seem to be the case for now. And
+ under Unix we trust configure to detect it (except for SGI special
+ case above).
+ */
+ #if defined(HAVE_WCSFTIME) || \
+ !(defined(__UNIX__) || defined(__WXPALMOS__))