xref: /third_party/libfuse/include/fuse_config.h (revision 6881f68f)
1/*
2 * Autogenerated by the Meson build system.
3 * Do not edit, your changes will be lost.
4 */
5
6#pragma once
7
8#define HAVE_COPY_FILE_RANGE
9
10#define HAVE_FALLOCATE
11
12#define HAVE_FDATASYNC
13
14#define HAVE_FORK
15
16#define HAVE_FSTATAT
17
18#define HAVE_ICONV
19
20#define HAVE_OPENAT
21
22#define HAVE_PIPE2
23
24#define HAVE_POSIX_FALLOCATE
25
26#define HAVE_READLINKAT
27
28#define HAVE_SETXATTR
29
30#define HAVE_SPLICE
31
32#define HAVE_STRUCT_STAT_ST_ATIM
33
34#undef HAVE_STRUCT_STAT_ST_ATIMESPEC
35
36#define HAVE_UTIMENSAT
37
38#define HAVE_VMSPLICE
39
40#define PACKAGE_VERSION "3.16.1"
41
42#define pthread_setcancelstate(state,p)
43#define pthread_cancel(thread)
44
45#define PTHREAD_CANCEL_ENABLE 0
46#define PTHREAD_CANCEL_DISABLE 0