mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
23 lines
528 B
C
23 lines
528 B
C
#define FUSERMOUNT_DIR "/bin"
|
|
#define FUSE_CONF "/etc/fuse.conf"
|
|
#define FUSE_USE_VERSION 35
|
|
#define IGNORE_MTAB
|
|
|
|
#define HAVE_COPY_FILE_RANGE
|
|
#define HAVE_FALLOCATE
|
|
#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.10.5"
|