summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-18 01:58:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-18 01:58:51 +0000
commit673e8799fbe9a63833ba47438c877d7ecc9b489a (patch)
tree0102c116c5aec04d2502e912c969c473980e1663 /hints/solaris_2.sh
parent793b8d8ecd9b7f89192059b23ba1d5a067462d54 (diff)
downloadperl-673e8799fbe9a63833ba47438c877d7ecc9b489a.tar.gz
More prototype calming (really should fix the Configure
protochk, but not at this point in time). p4raw-id: //depot/perl@15280
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 5b574334e7..a9055c7398 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