aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-06-20 11:29:19 -0700
committerNikolaus Rath <Nikolaus@rath.org>2017-06-20 11:29:19 -0700
commit0908f570dc3f7ec319188a77662cf0fea9da2a8e (patch)
tree11c89ee66b599d39b0a58629a17c414fc6b474ef /cache.h
parent5bc9ff371dfc02c786071cbc0f3116251f34f2f5 (diff)
downloadsshfs-0908f570dc3f7ec319188a77662cf0fea9da2a8e.tar
sshfs-0908f570dc3f7ec319188a77662cf0fea9da2a8e.tar.gz
sshfs-0908f570dc3f7ec319188a77662cf0fea9da2a8e.tar.bz2
sshfs-0908f570dc3f7ec319188a77662cf0fea9da2a8e.zip
Dropped obsolete FUSE 2.x #ifdefs
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cache.h b/cache.h
index cec9ca4..2da984d 100644
--- a/cache.h
+++ b/cache.h
@@ -9,10 +9,6 @@
#include <fuse.h>
#include <fuse_opt.h>
-#ifndef FUSE_VERSION
-#define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION)
-#endif
-
typedef struct fuse_cache_dirhandle *fuse_cache_dirh_t;
typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name,
const struct stat *stbuf);