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:
Martin Baulig
1999-03-24 13:41:04 +00:00
committed by Martin Baulig
parent 3068969b51
commit cd8ac36e9b
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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)