Check for getloadavg () and swapctl () for Solaris.
1999-03-24 Martin Baulig <martin@home-of-linux.org> * configure.in: Check for getloadavg () and swapctl () for Solaris.
This commit is contained in:
committed by
Martin Baulig
parent
3068969b51
commit
cd8ac36e9b
@@ -1,3 +1,8 @@
|
|||||||
|
1999-03-24 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* configure.in: Check for getloadavg () and swapctl () for
|
||||||
|
Solaris.
|
||||||
|
|
||||||
1999-03-23 Martin Baulig <martin@home-of-linux.org>
|
1999-03-23 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* glibtop.h (glibtop): Added `wanted'. Applications can set the
|
* glibtop.h (glibtop): Added `wanted'. Applications can set the
|
||||||
|
@@ -185,6 +185,7 @@ AC_CHECK_LIB(kvm, kvm_open)
|
|||||||
|
|
||||||
dnl Solaris 7
|
dnl Solaris 7
|
||||||
AC_CHECK_LIB(kstat, kstat_open)
|
AC_CHECK_LIB(kstat, kstat_open)
|
||||||
|
AC_CHECK_FUNCS(getloadavg swapctl)
|
||||||
|
|
||||||
dnl For DEC OSF1
|
dnl For DEC OSF1
|
||||||
AC_CHECK_LIB(mach, vm_statistics)
|
AC_CHECK_LIB(mach, vm_statistics)
|
||||||
|
Reference in New Issue
Block a user