pthread-cond: Fix compilation error on native Windows.
[gnulib.git] / modules / random_r
blob6ae9c6db58a740df8562fdeebc5485d780b6aef1
1 Description:
2 reentrant random number generator
4 Files:
5 lib/random_r.c
6 m4/random_r.m4
8 Depends-on:
9 c99
10 libc-config     [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1]
11 stdlib
12 stdint
14 configure.ac:
15 gl_FUNC_RANDOM_R
16 gl_CONDITIONAL([GL_COND_OBJ_RANDOM_R],
17                [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1])
18 AM_COND_IF([GL_COND_OBJ_RANDOM_R], [
19   gl_PREREQ_RANDOM_R
21 gl_STDLIB_MODULE_INDICATOR([random_r])
23 Makefile.am:
24 if GL_COND_OBJ_RANDOM_R
25 lib_SOURCES += random_r.c
26 endif
28 Include:
29 <stdlib.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering, glibc