mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-08-26 20:47:37 -04:00
bd5ee7c317
Signed-off-by: fangzhiyi18 <fangzhiyi1@h-partners.com>
51 lines
740 B
C
51 lines
740 B
C
/*
|
|
* Autogenerated by the Meson build system.
|
|
* Do not edit, your changes will be lost.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define HAVE_COPY_FILE_RANGE
|
|
|
|
#define HAVE_FALLOCATE
|
|
|
|
#define HAVE_FDATASYNC
|
|
|
|
#define HAVE_FORK
|
|
|
|
#define HAVE_FSTATAT
|
|
|
|
#define 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.17.3"
|
|
|
|
#define HAVE_BACKTRACE
|
|
|
|
#define HAVE_PTHREAD_SETNAME_NP
|
|
|
|
#define HAVE_LIBFUSE_PRIVATE_CONFIG_H
|
|
|
|
#define pthread_setcancelstate(state,p)
|
|
#define pthread_cancel(thread)
|
|
|
|
#define PTHREAD_CANCEL_ENABLE 0 |