3 Star 0 Fork 0

MHBase/third_party_libfuse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.h 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
linqiheng 提交于 2023-03-28 16:21 . Remove license
#ifndef LIBFUSE_CONFIG_H
#define LIBFUSE_CONFIG_H
#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.10.5"
#define pthread_setcancelstate(state, p)
#define pthread_cancel(thread)
#define PTHREAD_CANCEL_ENABLE 0
#define PTHREAD_CANCEL_DISABLE 0
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mhbase/third_party_libfuse.git
[email protected]:mhbase/third_party_libfuse.git
mhbase
third_party_libfuse
third_party_libfuse
trunk_20231007

搜索帮助