2017-11-14 18:53:32 +00:00
|
|
|
#if defined(__linux__)
|
2020-12-23 18:13:59 +00:00
|
|
|
#define HAVE_BLK_ZONE_REP_V2 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_BYTESWAP_H 1
|
|
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
#define HAVE_FALLOC_H 1
|
2022-04-22 20:31:53 +00:00
|
|
|
#define HAVE_FSYNC 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_LINUX_HDREG_H 1
|
|
|
|
#define HAVE_LINUX_LIMITS_H 1
|
|
|
|
#define HAVE_POSIX_ACL_H 1
|
|
|
|
#define HAVE_LINUX_TYPES_H 1
|
|
|
|
#define HAVE_LINUX_XATTR_H 1
|
2020-09-10 05:29:48 +00:00
|
|
|
#define HAVE_LINUX_FS_H 1
|
|
|
|
#define HAVE_LINUX_FIEMAP_H 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_MNTENT_H 1
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
#define HAVE_STRING_H 1
|
|
|
|
#define HAVE_SYS_IOCTL_H 1
|
|
|
|
#define HAVE_SYS_SYSCALL_H 1
|
|
|
|
#define HAVE_SYS_MOUNT_H 1
|
2018-05-01 20:54:25 +00:00
|
|
|
#define HAVE_SYS_UTSNAME_H 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_SYS_SYSMACROS_H 1
|
|
|
|
#define HAVE_SYS_XATTR_H 1
|
|
|
|
#define HAVE_UNISTD_H 1
|
2022-05-19 21:16:17 +00:00
|
|
|
#define HAVE_UUID_UUID_H 1
|
2022-05-28 08:13:33 +00:00
|
|
|
#define HAVE_CLOCK_GETTIME 1
|
|
|
|
#define HAVE_CLOCK_BOOTTIME 1
|
2017-11-14 18:53:32 +00:00
|
|
|
|
|
|
|
#define HAVE_FALLOCATE 1
|
|
|
|
#define HAVE_FSETXATTR 1
|
|
|
|
#define HAVE_FSTAT 1
|
|
|
|
#define HAVE_FSTAT64 1
|
|
|
|
#define HAVE_GETMNTENT 1
|
|
|
|
#define HAVE_LLSEEK 1
|
|
|
|
#define HAVE_LSEEK64 1
|
|
|
|
#define HAVE_MEMSET 1
|
2022-04-21 22:18:24 +00:00
|
|
|
#define HAVE_SELINUX_ANDROID_H 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_SETMNTENT 1
|
2022-04-21 22:18:23 +00:00
|
|
|
#define HAVE_SPARSE_SPARSE_H 1
|
2022-04-22 18:59:40 +00:00
|
|
|
#define HAVE_LIBLZ4 1
|
2022-05-19 21:16:17 +00:00
|
|
|
#define HAVE_LIBUUID 1
|
2017-11-30 01:21:12 +00:00
|
|
|
|
|
|
|
#ifdef WITH_SLOAD
|
|
|
|
#define HAVE_LIBSELINUX 1
|
|
|
|
#endif
|
2022-05-25 17:33:05 +00:00
|
|
|
|
2022-05-25 22:47:37 +00:00
|
|
|
#if defined(__BIONIC__)
|
2022-05-25 17:33:05 +00:00
|
|
|
#define HAVE_LINUX_BLKZONED_H 1
|
|
|
|
#endif
|
|
|
|
|
2017-11-14 18:53:32 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(__APPLE__)
|
|
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
#define HAVE_FALLOC_H 1
|
|
|
|
#define HAVE_POSIX_ACL_H 1
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
#define HAVE_STRING_H 1
|
|
|
|
#define HAVE_SYS_IOCTL_H 1
|
|
|
|
#define HAVE_SYS_SYSCALL_H 1
|
|
|
|
#define HAVE_SYS_MOUNT_H 1
|
2018-05-01 20:54:25 +00:00
|
|
|
#define HAVE_SYS_UTSNAME_H 1
|
2017-11-14 18:53:32 +00:00
|
|
|
#define HAVE_SYS_XATTR_H 1
|
|
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
|
|
|
|
#define HAVE_FALLOCATE 1
|
|
|
|
#define HAVE_FSETXATTR 1
|
|
|
|
#define HAVE_FSTAT 1
|
|
|
|
#define HAVE_FSTAT64 1
|
|
|
|
#define HAVE_GETMNTENT 1
|
|
|
|
#define HAVE_LLSEEK 1
|
|
|
|
#define HAVE_MEMSET 1
|
2022-09-09 08:05:51 +00:00
|
|
|
#define HAVE_SPARSE_SPARSE_H 1
|
2022-04-22 18:59:40 +00:00
|
|
|
#define HAVE_LIBLZ4 1
|
2017-11-30 01:21:12 +00:00
|
|
|
|
|
|
|
#ifdef WITH_SLOAD
|
|
|
|
#define HAVE_LIBSELINUX 1
|
|
|
|
#endif
|
2017-11-14 18:53:32 +00:00
|
|
|
#endif
|
2017-12-01 23:03:30 +00:00
|
|
|
|
|
|
|
#if defined(_WIN32)
|
|
|
|
#define HAVE_LSEEK64
|
2022-09-09 08:05:51 +00:00
|
|
|
#define HAVE_SPARSE_SPARSE_H 1
|
2017-12-01 23:03:30 +00:00
|
|
|
#endif
|