diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 13:41:47 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 4e554f04953e88ec03f645001c5153461d760bc0 (patch) | |
| tree | 847df67cca191155775d353e023fb442fb2cd0d5 /pkg/fuse/config.h | |
| parent | 5a1e8ee09062969521dee5609d144ecf727805e1 (diff) | |
Rename libfuse to fuse
Although the upstream repository is called libfuse, the distributed
source archives are called fuse, and this is how most other
distributions name the package.
Diffstat (limited to 'pkg/fuse/config.h')
| -rw-r--r-- | pkg/fuse/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h new file mode 100644 index 00000000..aece8f61 --- /dev/null +++ b/pkg/fuse/config.h @@ -0,0 +1,19 @@ +#define FUSERMOUNT_DIR "/bin" +#define FUSE_CONF "/etc/fuse.conf" +#define IGNORE_MTAB + +#define HAVE_FDATASYNC +#define HAVE_FORK +#define HAVE_FSTATAT +#undef HAVE_ICONV +#define HAVE_OPENAT +#define HAVE_PIPE2 +#define HAVE_POSIX_FALLOCATE +#define HAVE_READLINKAT +#define HAVE_SETXATTR +#define HAVE_SPLICE +#define HAVE_STRUCT_STAT_ST_ATIM +#undef HAVE_STRUCT_STAT_ST_ATIMESPEC +#define HAVE_UTIMENSAT +#define HAVE_VMSPLICE +#define PACKAGE_VERSION "3.3.0" |
