diff options
-rw-r--r-- | src/ifuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ifuse.c b/src/ifuse.c index b36a446..d0a4f98 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -20,6 +20,7 @@ */ #define FUSE_USE_VERSION 30 +#define FUSE_DARWIN_ENABLE_EXTENSIONS 0 #ifdef HAVE_CONFIG_H #include <config.h> |