diff options
author | Alex Davies <adavies@ptc.com> | 2006-08-03 09:31:14 -0400 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-08-07 16:58:16 +0000 |
commit | a5f786198f5104d24b4ee7932677792b887777e2 (patch) | |
tree | e74190f996adb1fe7ff11316cb9a8202f60bc1ba /dosish.h | |
parent | ede336cb4d3639b0e0b9304f1dc603f9c89b3e47 (diff) | |
download | perl-a5f786198f5104d24b4ee7932677792b887777e2.tar.gz |
Define PERL_NO_DEV_RANDOM on Windows
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
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,3 +190,6 @@ #define WUNTRACED 0 #endif + +/* Don't go reading from /dev/urandom */ +#define PERL_NO_DEV_RANDOM |