New versions of mingw have gettimeofday(), so add an autoconf...
/* New versions of MingW have gettimeofday, old mingw and msvc don't */ #ifndefHAVE_GETTIMEOFDAY /* Last parameter not used */ externintgettimeofday(structtimeval*tp,structtimezone*tzp); #endif #else/* !WIN32 */ /* Expand Down