This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix the API description of SvLEN_set()
[perl5.git] / hints / irix_6.sh
index fc315a5..832fde2 100644 (file)
@@ -683,3 +683,6 @@ usemymalloc=${usemymalloc:-false}
 # instead; in IRIX this is not true because the prototype of fcntl()
 # requires explicit include of <fcntl.h>
 i_fcntl=define
+
+# There is <prctl.h> but it's not the Linux one that Configure expects.
+d_prctl="$undef"