(Depends-on): Add stdbool.
[gnulib.git] / modules / getloadavg
1 Description:
2 Return the current system load averages.
3
4 Files:
5 lib/getloadavg.c
6 lib/intprops.h
7
8 Depends-on:
9 cloexec
10 xalloc
11 c-strtod
12 stdbool
13 unistd-safer
14
15 configure.ac:
16 AC_FUNC_GETLOADAVG
17
18 Makefile.am:
19
20 Include:
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering