check for missing statfs() prototype (happens at least under AIX 4)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-23 23:12:37 +00:00
parent c5035065a8
commit 84ae7ca4f6
5 changed files with 84 additions and 18 deletions

View File

@@ -813,6 +813,9 @@
/* define if you have statfs function */
#undef HAVE_STATFS
/* define if you have statfs prototype */
#undef HAVE_STATFS_DECL
/* define if you have statvfs function */
#undef HAVE_STATVFS