summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-05-08 22:49:33 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-05-08 22:49:33 +0000
commit57ab3dfef762780a52fccd428b2a630bc33a48f4 (patch)
tree22d944da0465db82999d4d066201b8145bc1641c /win32/config_H.bc
parentdd15e2708920dbc7ca0967cd7bb3cf4d1bdabec2 (diff)
downloadperl-57ab3dfef762780a52fccd428b2a630bc33a48f4.tar.gz
make the gettimeofday() implementation in Time::HiRes available
from perl p4raw-id: //depot/perl@16503
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index a754aa9981..6bb8aad76b 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -169,7 +169,7 @@
* <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