5 dnl See if struct statfs has the f_fstypename member.
6 dnl If so, define HAVE_STRUCT_STATFS_F_FSTYPENAME.
9 # Copyright (C) 1998-1999, 2001, 2004, 2006, 2009-2011 Free Software
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],,,
19 #include <sys/types.h>
20 #include <sys/param.h>
21 #include <sys/mount.h>