?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 1999 Jarkko Hietaniemi ?RCS: ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: ?MAKE:d_statfs4: \ d_statfs Compile rm cat i_sysparam i_sysmount i_systypes \ i_sysvfs i_sysstatfs Setvar ?MAKE: -pick add $@ %< ?S:d_statfs4: ?S: This variable conditionally defines the HAS_STATFS symbol, which ?S: indicates to the C program that the statfs() has four arguments. ?S:. ?C:HAS_STATFS4: ?C: This symbol, if defined, indicates that the statfs routine ?C: has four arguments, not two. ?C:. ?H:#$d_statfs4 HAS_STATFS4 /**/ ?H:. ?LINT:set d_statfs4 : Check for statfs4 case "$d_statfs" in define) $cat >try.h < #endif #ifdef HAS_SYS_PARAM # include #endif #ifdef HAS_SYS_MOUNT # include #endif #ifdef HAS_SYS_VFS # include #endif #ifdef HAS_SYS_STATFS # include #endif EOCP echo "Checking to see if your statfs can handle four arguments..." >&4 $cat >try.c <