diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-08 22:49:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-08 22:49:33 +0000 |
commit | 57ab3dfef762780a52fccd428b2a630bc33a48f4 (patch) | |
tree | 22d944da0465db82999d4d066201b8145bc1641c /win32/config.vc64 | |
parent | dd15e2708920dbc7ca0967cd7bb3cf4d1bdabec2 (diff) | |
download | perl-57ab3dfef762780a52fccd428b2a630bc33a48f4.tar.gz |
make the gettimeofday() implementation in Time::HiRes available
from perl
p4raw-id: //depot/perl@16503
Diffstat (limited to 'win32/config.vc64')
-rw-r--r-- | win32/config.vc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64 index e834d3427a..1c1652bddc 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -157,7 +157,7 @@ d_finite='undef' d_finitel='undef' d_flexfnam='define' d_flock='define' -d_flockproto='undef' +d_flockproto='define' d_fork='undef' d_fp_class='undef' d_fpathconf='undef' @@ -229,7 +229,7 @@ d_getservent_r='undef' d_getservprotos='define' d_getspnam='undef' d_getspnam_r='undef' -d_gettimeod='undef' +d_gettimeod='define' d_gmtime_r='undef' d_gnulibc='undef' d_grpasswd='undef' |