(svn r2356) Make check if statvfs() is availible a bit more sensible

pull/155/head
tron 20 years ago
parent 2f83fd2c93
commit 88837fa0b1

@ -12,7 +12,7 @@
#include <pwd.h>
#include <signal.h>
#if ((defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) || defined(__linux__)) && !defined(__dietlibc__)
#if (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) || defined(__GLIBC__)
#define HAS_STATVFS
#endif

Loading…
Cancel
Save