From: Alex Davies Date: Thu, 3 Aug 2006 13:31:14 +0000 (-0400) Subject: Define PERL_NO_DEV_RANDOM on Windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5f786198f5104d24b4ee7932677792b887777e2;p=p5sagit%2Fp5-mst-13.2.git Define PERL_NO_DEV_RANDOM on Windows From: "Davies, Alex" Message-ID: This stops perl from trying to read C:\dev\urandom on Windows p4raw-id: //depot/perl@28671 --- diff --git a/dosish.h b/dosish.h index 94a15af..0667b54 100644 --- a/dosish.h +++ b/dosish.h @@ -190,3 +190,6 @@ #define WUNTRACED 0 #endif + +/* Don't go reading from /dev/urandom */ +#define PERL_NO_DEV_RANDOM