posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getentropy
blob680aa4716b5a525f9ed2e793918f7ef1f6a21dba
1 Description:
2 Fill buffer with random bytes.
4 Files:
5 lib/getentropy.c
6 m4/getentropy.m4
8 Depends-on:
9 getrandom      [test $HAVE_GETENTROPY = 0]
10 extensions
11 unistd
13 configure.ac:
14 gl_FUNC_GETENTROPY
15 if test $HAVE_GETENTROPY = 0; then
16   AC_LIBOBJ([getentropy])
18 gl_UNISTD_MODULE_INDICATOR([getentropy])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 Link:
26 $(LIB_GETRANDOM)
28 License:
29 LGPL
31 Maintainer:
32 all