From 673e8799fbe9a63833ba47438c877d7ecc9b489a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 18 Mar 2002 01:58:51 +0000 Subject: [PATCH] More prototype calming (really should fix the Configure protochk, but not at this point in time). p4raw-id: //depot/perl@15280 --- hints/solaris_2.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.7.4