summaryrefslogtreecommitdiff
path: root/pkg/fuse/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 14:15:04 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commit638a869d2c7ada3ed7a33c19ed269d19989c708f (patch)
tree82c16a3b07697f9552a9a65ecb87725a4cdefc2a /pkg/fuse/config.h
parent4e554f04953e88ec03f645001c5153461d760bc0 (diff)
fuse: Update to 3.4.2
Diffstat (limited to 'pkg/fuse/config.h')
-rw-r--r--pkg/fuse/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h
index aece8f61..95f4c819 100644
--- a/pkg/fuse/config.h
+++ b/pkg/fuse/config.h
@@ -1,7 +1,9 @@
#define FUSERMOUNT_DIR "/bin"
#define FUSE_CONF "/etc/fuse.conf"
+#define FUSE_USE_VERSION 34
#define IGNORE_MTAB
+#undef HAVE_COPY_FILE_RANGE
#define HAVE_FDATASYNC
#define HAVE_FORK
#define HAVE_FSTATAT
@@ -16,4 +18,4 @@
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC
#define HAVE_UTIMENSAT
#define HAVE_VMSPLICE
-#define PACKAGE_VERSION "3.3.0"
+#define PACKAGE_VERSION "3.4.2"