From: Perl 5 Porters Date: Fri, 16 Aug 1996 03:08:58 +0000 (+0000) Subject: perl 5.003_03: hints/solaris_2.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f06570ecd736f8f16c70df9f2d0383e8cbc6c8a2;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 4e12dbb..ced345b 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.