summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorAdam Jackson <ajax@aspartame.nwnk.net>2007-11-16 19:53:11 -0500
committerAdam Jackson <ajax@aspartame.nwnk.net>2007-11-16 19:53:11 -0500
commit514ba4ca727f0b1076bc67500617722203d34daa (patch)
tree7b965e8c634361da0f6ccf4755166497d1c4d540 /include/dix-config.h.in
parent20fd4783247b1b93d9675dc36768dd1ed59ba2d3 (diff)
Bug #1612: Use a stronger PRNG.
Currently just reads from /dev/urandom, and only on Linux.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index d105e511c..d0333878f 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -240,6 +240,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Have /dev/urandom */
+#undef HAVE_URANDOM
+
/* Define to 1 if you have the `vprintf' function. */
#undef HAVE_VPRINTF