diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 15:54:48 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 15:54:48 +0000 |
commit | 08c920006ec0eb27982e2ca28a35e7ba85fccf44 (patch) | |
tree | cb6454a911c6d91f0c40e93e8d576e47d4bf3cbd /Configure | |
parent | b34c0dd4a7081ed822e2197d6a723d2ab2fdfc86 (diff) | |
download | perl-08c920006ec0eb27982e2ca28a35e7ba85fccf44.tar.gz |
Added probes for strlcat () and strlcpy () to Configure
Re-ordered config_h.SH
p4raw-id: //depot/perl@23435
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Jul 16 12:49:13 METDST 2004 [metaconfig 3.0 PL70] +# Generated on Sat Oct 30 18:24:58 METDST 2004 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -712,6 +712,8 @@ d_syserrlst='' d_strerror_r='' strerror_r_proto='' d_strftime='' +d_strlcat='' +d_strlcpy='' d_strtod='' d_strtol='' d_strtold='' @@ -16429,6 +16431,14 @@ esac set strftime d_strftime eval $inlibc +: see if strlcat exists +set strlcat d_strlcat +eval $inlibc + +: see if strlcpy exists +set strlcpy d_strlcpy +eval $inlibc + : see if strtod exists set strtod d_strtod eval $inlibc @@ -20879,6 +20889,8 @@ d_strerrm='$d_strerrm' d_strerror='$d_strerror' d_strerror_r='$d_strerror_r' d_strftime='$d_strftime' +d_strlcat='$d_strlcat' +d_strlcpy='$d_strlcpy' d_strtod='$d_strtod' d_strtol='$d_strtol' d_strtold='$d_strtold' |