diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/wscript_configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util/wscript_configure b/lib/util/wscript_configure index ad55476c7d..28199272f2 100644 --- a/lib/util/wscript_configure +++ b/lib/util/wscript_configure @@ -26,11 +26,6 @@ conf.CHECK_STRUCTURE_MEMBER('struct statvfs', 'f_frsize', define='HAVE_FRSIZE', # all the different ways of doing statfs statfs_types = [ - ( 'STAT_STATVFS64', - 'Linux statvfs64', - 'struct statvfs64 fsd; exit(statvfs64 (".", &fsd))', - 'sys/statvfs.h' ), - ( 'STAT_STATVFS', 'statvfs (SVR4)', 'struct statvfs fsd; exit(statvfs(0, &fsd))', |