|
|
|
@ -151,9 +151,9 @@ if ( BUILD_KSIM )
|
|
|
|
|
check_include_file( "sys/mount.h" HAVE_SYS_MOUNT_H )
|
|
|
|
|
check_include_file( "mntent.h" HAVE_MNTENT_H )
|
|
|
|
|
check_include_file( "sys/ucred.h" HAVE_SYS_UCRED_H )
|
|
|
|
|
check_include_file( "sys/mnttab.h" HAVE_SYS_MNTTAB_H )
|
|
|
|
|
check_include_files( "stdio.h;sys/mnttab.h" HAVE_SYS_MNTTAB_H )
|
|
|
|
|
|
|
|
|
|
check_include_file( "sys/loadavg.h" HAVE_SYS_LOADAVG_H )
|
|
|
|
|
check_include_files( "sys/time.h;sys/loadavg.h" HAVE_SYS_LOADAVG_H )
|
|
|
|
|
check_function_exists( getloadavg HAVE_GETLOADAVG )
|
|
|
|
|
check_function_exists( statfs HAVE_STATFS )
|
|
|
|
|
check_function_exists( statvfs HAVE_STATVFS )
|
|
|
|
|