summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-01-16 19:12:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-01-16 19:12:58 +0000
commit76d49b1cacfde5868001c5aa0ec48417c762179b (patch)
treefdcba8f645cfa2d31ddc4615ac1216fcb30928c8 /Configure
parent747afe9f72bf33257cdb451a75c2349469736b92 (diff)
downloadperl-76d49b1cacfde5868001c5aa0ec48417c762179b.tar.gz
Know strtoll.
p4raw-id: //depot/cfgperl@4808
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 29a59fb32d..d4741cb0fc 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Sun Jan 16 18:22:25 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Sun Jan 16 21:08:34 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -530,6 +530,7 @@ d_syserrlst=''
d_strtod=''
d_strtol=''
d_strtold=''
+d_strtoll=''
d_strtoul=''
d_strtoull=''
d_strtouq=''
@@ -10962,6 +10963,10 @@ eval $inlibc
set strtold d_strtold
eval $inlibc
+: see if strtoll exists
+set strtoll d_strtoll
+eval $inlibc
+
: see if strtoul exists
set strtoul d_strtoul
eval $inlibc
@@ -14637,6 +14642,7 @@ d_strerror='$d_strerror'
d_strtod='$d_strtod'
d_strtol='$d_strtol'
d_strtold='$d_strtold'
+d_strtoll='$d_strtoll'
d_strtoul='$d_strtoul'
d_strtoull='$d_strtoull'
d_strtouq='$d_strtouq'