pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / random_r
1 Description:
2 reentrant random number generator
3
4 Files:
5 lib/random_r.c
6 m4/random_r.m4
7
8 Depends-on:
9 stdlib
10 stdint
11
12 configure.ac:
13 gl_FUNC_RANDOM_R
14 if test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1; then
15   AC_LIBOBJ([random_r])
16   gl_PREREQ_RANDOM_R
17 fi
18 gl_STDLIB_MODULE_INDICATOR([random_r])
19
20 Makefile.am:
21
22 Include:
23 <stdlib.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Jim Meyering, glibc