diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-14 22:24:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-18 13:52:15 +0000 |
commit | 53133ed1c5068175ce48d34c24e23b1aa3a97766 (patch) | |
tree | 55be825fe9122e55eaef26b4868099b7d00d72b0 /uconfig.sh | |
parent | 38dbb4c5bff4245c0c337aed9a1133048655deae (diff) | |
download | perl-53133ed1c5068175ce48d34c24e23b1aa3a97766.tar.gz |
d_nv_preserves_uv_bits
Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15290
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 78e405ceb5..4fedcfc6ab 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -239,7 +239,7 @@ d_mymalloc='undef' d_nice='undef' d_nl_langinfo='undef' d_nv_preserves_uv='undef' -d_nv_preserves_uv_bits='0' +nv_preserves_uv_bits='0' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' |