Added checks for <procfs.h> and <sys/procfs.h>

* configure.in, acconfig.h: Added checks for <procfs.h>
        and <sys/procfs.h>
This commit is contained in:
Drazen Kacar
1999-05-09 20:29:56 +00:00
parent 03be66c857
commit 0a45542477
3 changed files with 12 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
1999-05-09 Drazen Kacar <dave@srce.hr>
* configure.in, acconfig.h: Added checks for <procfs.h>
and <sys/procfs.h>
1999-05-09 Martin Baulig <martin@home-of-linux.org>
* doc: One should ship the documentation of a package together with
+5
View File
@@ -159,3 +159,8 @@
/* Define if you want to use LibGTop without GNOME. */
#undef WITHOUT_GNOME
/* Define if you have the <procfs.h> header file */
#undef HAVE_PROCFS_H
/* Define if you have the <sys/procfs.h> header file */
#undef HAVE_SYS_PROCFS_H
+2 -1
View File
@@ -183,9 +183,10 @@ AC_CHECK_HEADERS(string.h strings.h, break)
AC_REPLACE_FUNCS(strerror)
AC_CHECK_LIB(kvm, kvm_open)
dnl Solaris 7
dnl Solaris
AC_CHECK_LIB(kstat, kstat_open)
AC_CHECK_FUNCS(getloadavg swapctl)
AC_CHECK_HEADERS(procfs.h sys/procfs.h, break)
dnl For DEC OSF1
AC_CHECK_LIB(mach, vm_statistics)