diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 18:35:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 18:35:07 +0000 |
commit | 3096c11e739bf04f467c4c9b724450d5b352700b (patch) | |
tree | d81cf359d429549aeace151e674274ba2e3fc901 /uconfig.sh | |
parent | a7fea17fb0e4f34c16267657c9fcab5b8a9fc6fc (diff) | |
download | perl-3096c11e739bf04f467c4c9b724450d5b352700b.tar.gz |
Microperl tweaks.
p4raw-id: //depot/perl@8199
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh index ceb285a0dc..f6d64aef62 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -185,7 +185,7 @@ d_munmap='undef' d_mymalloc='undef' d_nice='undef' d_nv_preserves_uv='undef' -d_nv_preserves_uv_bits='define' +d_nv_preserves_uv_bits='0' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' |