mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-09-26 19:11:13 +08:00
45 lines
593 B
C
45 lines
593 B
C
/*
|
|
* Autogenerated by the Meson build system.
|
|
* Do not edit, your changes will be lost.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// not available in musl
|
|
// #define HAVE_BACKTRACE
|
|
|
|
#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.0"
|
|
|