diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-23 09:32:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-23 09:32:55 +0000 |
commit | 0fa134633c25c81f88c755a1df2a0e565cac3868 (patch) | |
tree | e898fd0f082cd3a7293e7d9665a16b4f7a8b9ae2 /epoc | |
parent | 64b03d2c1fa0b5080c98a3c9f4d011c4d596698a (diff) | |
download | perl-0fa134633c25c81f88c755a1df2a0e565cac3868.tar.gz |
Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
p4raw-id: //depot/perl@24949
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 9553265f30..9287dccd88 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -1075,6 +1075,7 @@ d_strtold='undef' d_strtoll='undef' d_strtouq='undef' d_nv_preserves_uv='define' +d_nv_zero_is_allbits_zero='undef' use5005threads='undef' useithreads='undef' inc_version_list=' ' |