From 9ef113e19c4c8bf65a3dffa40ccddd65e45b30d6 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 3 Dec 2007 02:18:37 -0800 Subject: [perl #24079] Missing crypt() function on QNX 6.2.1 From: "Matt Kraai via RT" Message-ID: p4raw-id: //depot/perl@32563 --- hints/qnx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hints') diff --git a/hints/qnx.sh b/hints/qnx.sh index 59eac07a27..3ef2f32afe 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 -- cgit v1.2.1