summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 09:39:57 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:08 +0200
commitb4e58111b9ee66ed279eaf88ee8ec523a17220f1 (patch)
tree52c8ab799f839e24090b2d4043981155c5fad979 /lib
parentd5c7de8650ee2e05de591f3901c2cad010b88b77 (diff)
downloadsamba-b4e58111b9ee66ed279eaf88ee8ec523a17220f1.tar.gz
samba-b4e58111b9ee66ed279eaf88ee8ec523a17220f1.tar.bz2
samba-b4e58111b9ee66ed279eaf88ee8ec523a17220f1.zip
build: Remove configure tests for *64 functions and types
We now use the standard types only. Andrew Bartlett
Diffstat (limited to 'lib')
-rw-r--r--lib/util/wscript_configure5
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))',