This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
[perl5.git] / dosish.h
index c41d9a7..0667b54 100644 (file)
--- a/dosish.h
+++ b/dosish.h
@@ -43,7 +43,7 @@
 #endif /* DJGPP */
 
 #ifndef PERL_SYS_TERM
-#  define PERL_SYS_TERM() OP_REFCNT_TERM; MALLOC_TERM
+#  define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM
 #endif
 #define dXSUB_SYS
 
 #define WUNTRACED             0
 
 #endif
+
+/* Don't go reading from /dev/urandom */
+#define PERL_NO_DEV_RANDOM