summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorAlex Davies <adavies@ptc.com>2006-08-03 09:31:14 -0400
committerSteve Hay <SteveHay@planit.com>2006-08-07 16:58:16 +0000
commita5f786198f5104d24b4ee7932677792b887777e2 (patch)
treee74190f996adb1fe7ff11316cb9a8202f60bc1ba /dosish.h
parentede336cb4d3639b0e0b9304f1dc603f9c89b3e47 (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
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