[perl #24079] Missing crypt() function on QNX 6.2.1
Matt Kraai [Mon, 3 Dec 2007 10:18:37 +0000 (02:18 -0800)]
From: "Matt Kraai via RT" <perlbug-comment@perl.org>
Message-ID: <rt-3.6.HEAD-28750-1196705917-150.24079-14-0@perl.org>

p4raw-id: //depot/perl@32563

hints/qnx.sh

index 59eac07..3ef2f32 100644 (file)
@@ -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