Merge branch 'collectd-5.4' into collectd-5.5
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 26 Mar 2016 18:11:32 +0000 (19:11 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 26 Mar 2016 18:11:32 +0000 (19:11 +0100)
1  2 
configure.ac
src/utils_mount.c

diff --cc configure.ac
@@@ -611,7 -601,12 +611,12 @@@ AC_CHECK_HEADERS(linux/un.h, [], []
  #endif
  ])
  
- AC_CHECK_HEADERS(pwd.h grp.h sys/un.h ctype.h limits.h xfs/xqm.h fs_info.h fshelp.h paths.h mntent.h mnttab.h sys/fstyp.h sys/fs_types.h sys/mntent.h sys/mnttab.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/vfstab.h sys/vmmeter.h kvm.h wordexp.h locale.h)
 -AC_CHECK_HEADERS(pwd.h grp.h sys/un.h ctype.h limits.h fs_info.h fshelp.h paths.h mntent.h mnttab.h sys/fstyp.h sys/fs_types.h sys/mntent.h sys/mnttab.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/vfstab.h kvm.h wordexp.h)
++AC_CHECK_HEADERS(pwd.h grp.h sys/un.h ctype.h limits.h fs_info.h fshelp.h paths.h mntent.h mnttab.h sys/fstyp.h sys/fs_types.h sys/mntent.h sys/mnttab.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/vfstab.h sys/vmmeter.h kvm.h wordexp.h locale.h)
+ AC_CHECK_HEADERS([xfs/xqm.h], [], [],
+ [
+ #define _GNU_SOURCE
+ ])
  
  # For the dns plugin
  AC_CHECK_HEADERS(arpa/nameser.h)
  #define XFS_SUPER_MAGIC2_STR "BSFX"
  #endif
  
 -#include "common.h"
 -#include "plugin.h"
++#include "collectd.h"
+ #include "utils_mount.h"
++#include "common.h" /* sstrncpy() et alii */
++#include "plugin.h" /* ERROR() macro */
++
++
  #if HAVE_GETVFSSTAT
  #  if HAVE_SYS_TYPES_H
  #    include <sys/types.h>