(svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)

This commit is contained in:
truelight
2005-04-13 18:36:29 +00:00
parent 5960857d9d
commit f36354a70f
2 changed files with 2 additions and 2 deletions

2
unix.c
View File

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