Skip to content

Commit

Permalink
build: Remove configure tests for *64 functions and types
Browse files Browse the repository at this point in the history
We now use the standard types only.

Andrew Bartlett
  • Loading branch information
abartlet committed Apr 5, 2012
1 parent d5c7de8 commit b4e5811
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 589 deletions.
5 changes: 0 additions & 5 deletions lib/util/wscript_configure
Original file line number Diff line number Diff line change
Expand Up @@ -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))',
Expand Down
Loading

0 comments on commit b4e5811

Please sign in to comment.