Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead
[p5sagit/p5-mst-13.2.git] / hints / qnx.sh
index e4469a1..3ef2f32 100644 (file)
@@ -253,7 +253,13 @@ else
   # recognize that option, so we're better off setting cc=gcc.
   cc='gcc'
 
+  # gcc uses $QNX_TARGET/usr/include as the include directory.
+  usrinc="$QNX_TARGET/usr/include"
+
   # 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