Merge branch '2968_viewer_next_prev_mode'
[midnight-commander.git] / m4.include / fstypename.m4
blob20d2f05cfdfa4e05b5503cb303d1e24d8322b23d
1 #serial 6
3 dnl From Jim Meyering.
4 dnl
5 dnl See if struct statfs has the f_fstypename member.
6 dnl If so, define HAVE_STRUCT_STATFS_F_FSTYPENAME.
7 dnl
9 # Copyright (C) 1998-1999, 2001, 2004, 2006, 2009-2011 Free Software
10 # Foundation, Inc.
11 # This file is free software; the Free Software Foundation
12 # gives unlimited permission to copy and/or distribute it,
13 # with or without modifications, as long as this notice is preserved.
15 AC_DEFUN([gl_FSTYPENAME],
17   AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,
18     [
19       #include <sys/types.h>
20       #include <sys/param.h>
21       #include <sys/mount.h>
22     ])