diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 09:39:57 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:08 +0200 |
commit | b4e58111b9ee66ed279eaf88ee8ec523a17220f1 (patch) | |
tree | 52c8ab799f839e24090b2d4043981155c5fad979 /lib | |
parent | d5c7de8650ee2e05de591f3901c2cad010b88b77 (diff) | |
download | samba-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_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))', |