diff options
author | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-16 19:53:11 -0500 |
---|---|---|
committer | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-16 19:53:11 -0500 |
commit | 514ba4ca727f0b1076bc67500617722203d34daa (patch) | |
tree | 7b965e8c634361da0f6ccf4755166497d1c4d540 /include/dix-config.h.in | |
parent | 20fd4783247b1b93d9675dc36768dd1ed59ba2d3 (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.in | 3 |
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 |