diff options
| author | Michael Forney <mforney@mforney.org> | 2017-11-14 22:08:12 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-11-14 22:08:12 -0800 |
| commit | 49454a2d4acfab9f7534128ed063e4c2f567df6a (patch) | |
| tree | 1980cac5b558d0aa31eec41866b6c318a493bf8b /pkg/libfuse/config.h | |
| parent | 74b44605730b770b46f0af0a735051ea6cd7adfd (diff) | |
libfuse: Update to 3.2.1
Diffstat (limited to 'pkg/libfuse/config.h')
| -rw-r--r-- | pkg/libfuse/config.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/pkg/libfuse/config.h b/pkg/libfuse/config.h index 4e6db089..60f886db 100644 --- a/pkg/libfuse/config.h +++ b/pkg/libfuse/config.h @@ -1,13 +1,18 @@ -#include <config-posix.h> - #define FUSERMOUNT_DIR "/bin" #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.1.1" +#define PACKAGE_VERSION "3.2.1" |
