mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/getloadavg.m4 (gl_FUNC_GETDELIM): Set HAVE_GETLOADAVG. Move AC_LIBOBJ and gl_PREREQ_GETLOADAVG invocations from here... * modules/getloadavg (configure.ac): ... to here.
35 lines
402 B
Plaintext
35 lines
402 B
Plaintext
Description:
|
|
Return the current system load averages.
|
|
|
|
Files:
|
|
lib/getloadavg.c
|
|
m4/getloadavg.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
intprops
|
|
stdbool
|
|
stdlib
|
|
|
|
configure.ac:
|
|
gl_GETLOADAVG
|
|
if test $HAVE_GETLOADAVG = 0; then
|
|
AC_LIBOBJ([getloadavg])
|
|
gl_PREREQ_GETLOADAVG
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([getloadavg])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
Link:
|
|
$(GETLOADAVG_LIBS)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|