git-svn-id: https://profuse.googlecode.com/svn/branches/v2@384 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2011-03-13 05:22:02 +00:00
parent c3f02b28da
commit e6f655a2c9
1 changed files with 4 additions and 0 deletions

View File

@ -9,8 +9,12 @@
#include <unistd.h>
#ifdef __APPLE__
#define __FreeBSD__ 10
#define __DARWIN_64_BIT_INO_T 1
#endif
#define _FILE_OFFSET_BITS 64
#define FUSE_USE_VERSION 27