mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
9e1dd4594d
* acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether getmntinfo() takes struct statvfs instead of struct statfs as its first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does. Add a check to determine whether struct statvfs has a field named f_fstypename. Use gl_FSTYPENAME tp determine whether struct statfs has a field named f_fstypename. * src/mountlist.c (HAVE_F_FSTYPENAME): Define when getmntinfo() is used and the struct which it fills has a field named f_fstypename. (read_filesystem_list) [MOUNTED_GETMNTINFO]: Use MOUNTED_GETMNTINFO_STATVFS to determine the type of the first argument to getmntinfo(). |
||
---|---|---|
.. | ||
.cvsignore | ||
codeset.m4 | ||
fstypename.m4 | ||
fsusage.m4 | ||
gettext.m4 | ||
glib.m4 | ||
glibc2.m4 | ||
glibc21.m4 | ||
iconv.m4 | ||
intdiv0.m4 | ||
intmax.m4 | ||
inttypes_h.m4 | ||
inttypes-pri.m4 | ||
inttypes.m4 | ||
lcmessage.m4 | ||
lib-ld.m4 | ||
lib-link.m4 | ||
lib-prefix.m4 | ||
longdouble.m4 | ||
longlong.m4 | ||
ls-mntd-fs.m4 | ||
Makefile.am | ||
nls.m4 | ||
onceonly.m4 | ||
pkg.m4 | ||
po.m4 | ||
printf-posix.m4 | ||
progtest.m4 | ||
README | ||
signed.m4 | ||
size_max.m4 | ||
stdint_h.m4 | ||
uintmax_t.m4 | ||
ulonglong.m4 | ||
wchar_t.m4 | ||
wint_t.m4 | ||
xsize.m4 |
This directory contains m4 macro files for GNU Midnight Commander. None of those files is maintained here! Don't change those files unless: 1) you are upgrading them from the latest version of the package where they are maintained OR 2) the fix is needed right now AND this fix has been submitted to the proper maintainer. Otherwise, your changes will be lost.