diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2000-08-31 11:47:18 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 16:54:44 +0000 |
commit | b5ddfb46c2ec4c955ac9e13c00d741909a0734a7 (patch) | |
tree | 8ffc9acfb218eba3300cf5a6517bb82f97cd78e3 /configure.com | |
parent | a3318c00b76dd58714c012a4fdc948dc1bd47fe1 (diff) | |
download | perl-b5ddfb46c2ec4c955ac9e13c00d741909a0734a7.tar.gz |
add SCNfldbl to configure.com
Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
p4raw-id: //depot/perl@6980
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 1be2ad727c..176b285847 100644 --- a/configure.com +++ b/configure.com @@ -2764,6 +2764,8 @@ $ d_frexpl = "undef" $ d_isnanl = "undef" $ d_modfl = "undef" $ ENDIF +$ d_SCNfldbl = d_PRIfldbl +$ sSCNfldbl = sPRIfldbl ! expect consistency $! $! Now some that we build up $! @@ -4641,6 +4643,7 @@ $ WC "d_PRIgldbl='" + d_PRIgldbl + "'" $ WC "d_PRIo64='" + d_PRIo64 + "'" $ WC "d_PRIu64='" + d_PRIu64 + "'" $ WC "d_PRIx64='" + d_PRIx64 + "'" +$ WC "d_SCNfldbl='" + d_SCNfldbl + "'" $ WC "d_access='" + d_access + "'" $ WC "d_accessx='undef'" $ WC "d_alarm='define'" @@ -5120,6 +5123,7 @@ $! WC "sPRIi64='" + sPRIi64 + "'" $ WC "sPRIo64='" + sPRIo64 + "'" $ WC "sPRIu64='" + sPRIu64 + "'" $ WC "sPRIx64='" + sPRIx64 + "'" +$ WC "sSCNfldbl='" + sSCNfldbl + "'" $ WC "sched_yield='" + sched_yield + "'" $ WC "seedfunc='" + seedfunc + "'" $ WC "selectminbits='32'" |