diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-16 03:08:58 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-16 03:08:58 +0000 |
commit | f06570ecd736f8f16c70df9f2d0383e8cbc6c8a2 (patch) | |
tree | 299e50b6b5893b76ed6c58d79e13c1e099770f7f /hints/solaris_2.sh | |
parent | 7a6396bb195fabc333e5411cdf008b6f96896932 (diff) | |
download | perl-f06570ecd736f8f16c70df9f2d0383e8cbc6c8a2.tar.gz |
perl 5.003_03: hints/solaris_2.sh
Perl.h no longer prefers bcmp, so it's again ok if Configure
finds them, since perl will prefer the mem* versions anyway.
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 4e12dbb8cb..ced345b6c4 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -35,17 +35,6 @@ case "$archname" in ;; esac -# Solaris 2.5 has reintroduced some BSD-ish functions into libc. -# This is no problem unless you compile perl under Solaris 2.5 but -# try to run the binary on 2.4. Here, we take the easy way out by -# claiming we don't have these functions. perl.h works around all of -# these anyway. -# XXX Eventually, I should fix perl.h to prefer the POSIX versions. -d_bcmp='undef' -d_bcopy='undef' -d_safebcpy='undef' -d_index='undef' - ###################################################### # General sanity testing. See below for excerpts from the Solaris FAQ. |