From a5f786198f5104d24b4ee7932677792b887777e2 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Thu, 3 Aug 2006 09:31:14 -0400 Subject: 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 --- dosish.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dosish.h') diff --git a/dosish.h b/dosish.h index 94a15afe90..0667b54dfc 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 -- cgit v1.2.1