make the gettimeofday() implementation in Time::HiRes available
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 9aa8c21..94cbd13 100644 (file)
  *     <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
  *     The type "Timeval" should be used to refer to "struct timeval".
  */
-/*#define HAS_GETTIMEOFDAY     /**/
+#define HAS_GETTIMEOFDAY       /**/
 #ifdef HAS_GETTIMEOFDAY
 #define Timeval struct timeval /* Structure used by gettimeofday() */
 #endif