summaryrefslogtreecommitdiffstats
path: root/ark/configure.in.in
blob: e0e280a499483d90b4e3bb3074400a37870ace09 (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_CHECK_KDEMAXPATHLEN

KDE_CHECK_FUNC_EXT(statfs, [
#include <sys/mount.h> 
], [
  char buffer[200];
  struct statfs b;
  statfs(buffer, &b);
], [
  int statfs(const char *path, struct statfs *buffer)
], [STATFS])