From: Matt Kraai Date: Mon, 3 Dec 2007 10:18:37 +0000 (-0800) Subject: [perl #24079] Missing crypt() function on QNX 6.2.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ef113e19c4c8bf65a3dffa40ccddd65e45b30d6;p=p5sagit%2Fp5-mst-13.2.git [perl #24079] Missing crypt() function on QNX 6.2.1 From: "Matt Kraai via RT" Message-ID: p4raw-id: //depot/perl@32563 --- diff --git a/hints/qnx.sh b/hints/qnx.sh index 59eac07..3ef2f32 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -259,4 +259,7 @@ else # If we use perl's malloc, it dies with an invalid sbrk. # This is probably worth tracking down someday. usemymalloc='false' + + # crypt isn't detected in the C library even though it's there. + d_crypt='define' fi