random: Fix compilation error on Android 4.3.
[gnulib.git] / modules / random
blobe58ebd18b51a42f3ed1a40c525ea2fce3e8283d2
1 Description:
2 global random number generator
4 Files:
5 lib/random.c
6 m4/random.m4
8 Depends-on:
9 libc-config     [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]
10 stdlib
11 stdint          [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]
12 random_r        [test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1]
14 configure.ac:
15 gl_FUNC_RANDOM
16 if test $HAVE_RANDOM = 0 || test $REPLACE_RANDOM = 1 || test $REPLACE_INITSTATE = 1 || test $REPLACE_SETSTATE = 1; then
17   AC_LIBOBJ([random])
18   gl_PREREQ_RANDOM
20 gl_STDLIB_MODULE_INDICATOR([random])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 glibc