123456789 |
- ### s48_urandom.m4 --- S48_URANDOM macro -*- Autoconf -*-
- # serial 1
- AC_DEFUN([S48_URANDOM], [dnl
- AC_CHECK_FILE(/dev/urandom,
- [AC_DEFINE([HAVE_URANDOM], [1], [Define if the system has /dev/urandom])],
- [AC_MSG_RESULT([no])])
- ])
- ### s48_urandom.m4 ends here
|