mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 20:40:16 +01:00
BSD's also have /dev/urandom.
This commit is contained in:
parent
aad1c37b09
commit
895d4e274d
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ AC_CHECK_FUNC([dlopen], [],
|
|||
case $host_os in
|
||||
linux*|darwin*)
|
||||
AC_DEFINE(HAVE_URANDOM, 1, [Has /dev/urandom]) ;;
|
||||
freebsd*|netbsd*|openbsd*|dragonfly*)
|
||||
AC_DEFINE(HAVE_URANDOM, 1, [Has /dev/urandom]) ;;
|
||||
solaris*)
|
||||
# Solaris 8 with patches, or Solaris 9 or later have /dev/urandom
|
||||
if test -r /dev/urandom ; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue