This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ae3df
)
Record IEEE usage in config.h on VMS.
author
Craig A. Berry
<craigberry@mac.com>
Sun, 23 Sep 2007 15:09:51 +0000
(15:09 +0000)
committer
Craig A. Berry
<craigberry@mac.com>
Sun, 23 Sep 2007 15:09:51 +0000
(15:09 +0000)
p4raw-id: //depot/perl@31944
configure.com
patch
|
blob
|
blame
|
history
diff --git
a/configure.com
b/configure.com
index
87aa0b4
..
3a9e85c
100644
(file)
--- a/
configure.com
+++ b/
configure.com
@@
-6684,6
+6684,7
@@
$ ENDIF
$ IF use64bitall .OR. use64bitall .EQS. "define" THEN -
WC "#define USE_64_BIT_ALL"
$ IF be_case_sensitive THEN WC "#define VMS_WE_ARE_CASE_SENSITIVE"
+$ IF use_ieee_math THEN WC "#define USE_IEEE"
$ IF d_herrno .EQS. "undef" THEN WC "#define NEED_AN_H_ERRNO"
$ WC "#define HAS_ENVGETENV"
$ WC "#define PERL_EXTERNAL_GLOB"