Define PERL_NO_DEV_RANDOM on Windows
Alex Davies [Thu, 3 Aug 2006 13:31:14 +0000 (09:31 -0400)]
From: "Davies, Alex" <adavies@ptc.com>
Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>

This stops perl from trying to read C:\dev\urandom on Windows

p4raw-id: //depot/perl@28671

dosish.h

index 94a15af..0667b54 100644 (file)
--- a/dosish.h
+++ b/dosish.h
 #define WUNTRACED             0
 
 #endif
+
+/* Don't go reading from /dev/urandom */
+#define PERL_NO_DEV_RANDOM