From: Jarkko Hietaniemi Date: Mon, 18 Mar 2002 01:58:51 +0000 (+0000) Subject: More prototype calming (really should fix the Configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=673e8799fbe9a63833ba47438c877d7ecc9b489a;p=p5sagit%2Fp5-mst-13.2.git More prototype calming (really should fix the Configure protochk, but not at this point in time). p4raw-id: //depot/perl@15280 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 5b57433..a9055c7 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -391,6 +391,20 @@ for more information. EOM fi + + # These prototypes should be visible since we using + # -D_REENTRANT, but that does not seem to work. + # It does seem to work for getnetbyaddr_r, weirdly enough. + + d_ctermid_r_proto="$define" + d_gethostbyaddr_r_proto="$define" + d_gethostbyname_r_proto="$define" + d_getnetbyname_r_proto="$define" + d_getprotobyname_r_proto="$define" + d_getprotobynumber_r_proto="$define" + d_getservbyname_r_proto="$define" + d_getservbyport_r_proto="$define" + ;; esac EOCBU