summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2012-02-12 14:38:30 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2012-02-12 14:38:30 +0100
commit8852e312c3c616ab731ccbe7da54fb04eb8c3d30 (patch)
tree7b3f2164a9d5fb77b5d4aa12d1c5f1b202a841c5 /Configure
parent3129e2be3ef6d3c824031a00459b4d9c42d113fe (diff)
downloadperl-8852e312c3c616ab731ccbe7da54fb04eb8c3d30.tar.gz
Add strptime probe
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 43f56bfdc4..09aa091b4f 100755
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
# See Porting/pumpkin.pod for more information on metaconfig.
#
-# Generated on Fri Jan 27 15:48:54 CET 2012 [metaconfig 3.5 PL0]
+# Generated on Sun Feb 12 14:10:23 CET 2012 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -777,6 +777,7 @@ strerror_r_proto=''
d_strftime=''
d_strlcat=''
d_strlcpy=''
+d_strptime=''
d_strtod=''
d_strtol=''
d_strtold=''
@@ -18126,6 +18127,10 @@ eval $inlibc
set strlcpy d_strlcpy
eval $inlibc
+: see if strptime exists
+set strptime d_strptime
+eval $inlibc
+
: see if strtod exists
set strtod d_strtod
eval $inlibc
@@ -23149,6 +23154,7 @@ d_strerror_r='$d_strerror_r'
d_strftime='$d_strftime'
d_strlcat='$d_strlcat'
d_strlcpy='$d_strlcpy'
+d_strptime='$d_strptime'
d_strtod='$d_strtod'
d_strtol='$d_strtol'
d_strtold='$d_strtold'