Age | Commit message (Collapse) | Author |
|
test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
systems would end up using the latter. MOUNTED_GETMNTENT1 support
is inadequate on such systems: 1) detecting whether a file system
is remote doesn't work 2) the MOUNTED_VMOUNT code reports the
HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
merely /MOUNT_POINT. Reported by Mike Jetzer.
|
|
check for f_type in sys/mount.h. Instead, just test for the existence
of the getmntinfo function. Needed for Darwin 5.3.
|
|
`struct fsstat' has the `f_fstypename' member.
Use that to define FS_TYPE, which is now used to make
the getfsstat link test tighter.
|
|
Check for these headers: sys/param.h sys/ucred.h sys/mount.h
sys/fs_types.h, and make the link-test for getfsstat guard #include
directives with appropriate #if HAVE_*_H tests so that we can
detect getfsstat on Apple Darwin1.3.7 systems.
Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
|
|
[one-argument getmntent function]): Include stdio.h before mntent.h.
SunOS4.1.x needs it for the declaration of `FILE'.
Patch by Volker Borchert.
|
|
die if neither of the getmntent tests succeeds. Instead, just fall
through and continue with the remaianing tests.
|
|
instead of the mere test for existence of mntent.h. The latter
would get a false-positive on AIX 3.4 systems.
|
|
|
|
getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
UnixWare 7.1.1.
|
|
AS_IF, now that it works once again (mysteriously).
|
|
|
|
|
|
AS_IF and following `dnl'.
|
|
|
|
|
|
|
|
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
|
|
|
|
Based on a patch from Bruno Haible.
|
|
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
|
|
|
|
|
|
|