summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-19 15:16:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 15:16:43 +0000
commitb430fd0465bf67481688d8bedfceb885abf2a170 (patch)
tree404da1135b0afd4c5e0b871d58c51c913b1a325c /Configure
parent8b2eb6baf3a025e29d66405a3bae06e917411ea9 (diff)
downloadperl-b430fd0465bf67481688d8bedfceb885abf2a170.tar.gz
Support crypt_r(const char*,const char*, CRYPTD*).
p4raw-id: //depot/perl@15326
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/Configure b/Configure
index 9678a6ee91..89beadcc28 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Mar 18 16:52:30 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Mar 19 18:17:12 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -9949,6 +9949,10 @@ case "$d_crypt_r" in
./protochk "extern $try" $hdrs && crypt_r_proto=B_CCS ;;
esac
case "$crypt_r_proto" in
+ ''|0) try='char* crypt_r(const char*, const char*, CRYPTD*);'
+ ./protochk "extern $try" $hdrs && crypt_r_proto=B_CCD ;;
+ esac
+ case "$crypt_r_proto" in
'') d_crypt_r=undef
crypt_r_proto=0
echo "Disabling crypt_r, cannot determine prototype." >&4 ;;