diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/fuse.h b/include/fuse.h index ade49f5..ca96084 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -16,21 +16,6 @@ new application), to use the old API define it to 21 (this is the default), to use the even older 1.X API define it to 11. */ -#ifndef FUSE_USE_VERSION -#define FUSE_USE_VERSION 21 -#endif - -/** Major version of FUSE library interface */ -#define FUSE_MAJOR_VERSION 2 - -/** Minor version of FUSE library interface */ -#define FUSE_MINOR_VERSION 4 - -/* This interface uses 64 bit off_t */ -#if _FILE_OFFSET_BITS != 64 -#error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! -#endif - #include "fuse_common.h" #include <sys/types.h> |