From: Craig A. Berry Date: Sun, 23 Sep 2007 15:09:51 +0000 (+0000) Subject: Record IEEE usage in config.h on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ffb755ea093644d3991469c641378735bdbd68b;p=p5sagit%2Fp5-mst-13.2.git Record IEEE usage in config.h on VMS. p4raw-id: //depot/perl@31944 --- diff --git a/configure.com b/configure.com index 87aa0b4..3a9e85c 100644 --- 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"