ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/configure.in
(Generate patch)

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.38 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.39 by ats, Sun Oct 19 12:04:05 2003 UTC

# Line 34 | Line 34 | AC_FUNC_MALLOC
34   AC_FUNC_REALLOC
35   AC_CHECK_FUNCS(atoll)
36  
37 + # Disk IO read and write statistics are only present on recent NetBSD.
38 + AC_CHECK_MEMBER(struct disk_sysctl.dk_rbytes,
39 +                [AC_DEFINE(HAVE_DK_RBYTES, , [New-style NetBSD stats])],
40 +                [],
41 +                [#include <sys/disk.h>])
42 +
43   # Default needing setgid to false
44   AM_CONDITIONAL(SETGIDBINS, false)
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines