15e5c12b0Sopenharmony_ci/* 25e5c12b0Sopenharmony_ci * Copyright (C) 2021 Huawei Device Co., Ltd. 35e5c12b0Sopenharmony_ci * 45e5c12b0Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 55e5c12b0Sopenharmony_ci * it under the terms of the GNU General Public License version 2 as 65e5c12b0Sopenharmony_ci * published by the Free Software Foundation. 75e5c12b0Sopenharmony_ci */ 85e5c12b0Sopenharmony_ci/* config.h. Generated from config.h.in by configure. */ 95e5c12b0Sopenharmony_ci/* config.h.in. Generated from configure.ac by autoheader. */ 105e5c12b0Sopenharmony_ci 115e5c12b0Sopenharmony_ci#ifndef CONFIG_H 125e5c12b0Sopenharmony_ci#define CONFIG_H 135e5c12b0Sopenharmony_ci 145e5c12b0Sopenharmony_ci/* Major version for f2fs-tools */ 155e5c12b0Sopenharmony_ci#define F2FS_MAJOR_VERSION 1 165e5c12b0Sopenharmony_ci 175e5c12b0Sopenharmony_ci/* Minor version for f2fs-tools */ 185e5c12b0Sopenharmony_ci#define F2FS_MINOR_VERSION 14 195e5c12b0Sopenharmony_ci 205e5c12b0Sopenharmony_ci/* f2fs-tools date based on Source releases */ 215e5c12b0Sopenharmony_ci#define F2FS_TOOLS_DATE "2023-04-11" 225e5c12b0Sopenharmony_ci 235e5c12b0Sopenharmony_ci/* f2fs-tools version */ 245e5c12b0Sopenharmony_ci#define F2FS_TOOLS_VERSION "v1.16.0" 255e5c12b0Sopenharmony_ci 265e5c12b0Sopenharmony_ci/* Define to 1 if you have the `add_key' function. */ 275e5c12b0Sopenharmony_ci/* #undef HAVE_ADD_KEY */ 285e5c12b0Sopenharmony_ci 295e5c12b0Sopenharmony_ci/* Define to 1 if you have the <attr/xattr.h> header file. */ 305e5c12b0Sopenharmony_ci/* #undef HAVE_ATTR_XATTR_H */ 315e5c12b0Sopenharmony_ci 325e5c12b0Sopenharmony_ci/* report zones includes zone capacity */ 335e5c12b0Sopenharmony_ci/* #undef HAVE_BLK_ZONE_REP_V2 */ 345e5c12b0Sopenharmony_ci 355e5c12b0Sopenharmony_ci/* Define to 1 if you have the <byteswap.h> header file. */ 365e5c12b0Sopenharmony_ci#define HAVE_BYTESWAP_H 1 375e5c12b0Sopenharmony_ci 385e5c12b0Sopenharmony_ci/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 395e5c12b0Sopenharmony_ci don't. */ 405e5c12b0Sopenharmony_ci#define HAVE_DECL_BSWAP_64 1 415e5c12b0Sopenharmony_ci 425e5c12b0Sopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */ 435e5c12b0Sopenharmony_ci#define HAVE_DLFCN_H 1 445e5c12b0Sopenharmony_ci 455e5c12b0Sopenharmony_ci/* Define to 1 if you have the `fallocate' function. */ 465e5c12b0Sopenharmony_ci#define HAVE_FALLOCATE 1 475e5c12b0Sopenharmony_ci 485e5c12b0Sopenharmony_ci/* Define to 1 if you have the <fcntl.h> header file. */ 495e5c12b0Sopenharmony_ci#define HAVE_FCNTL_H 1 505e5c12b0Sopenharmony_ci 515e5c12b0Sopenharmony_ci/* Define to 1 if you have the `fsetxattr' function. */ 525e5c12b0Sopenharmony_ci#define HAVE_FSETXATTR 1 535e5c12b0Sopenharmony_ci 545e5c12b0Sopenharmony_ci/* Define to 1 if you have the `fstat' function. */ 555e5c12b0Sopenharmony_ci#define HAVE_FSTAT 1 565e5c12b0Sopenharmony_ci 575e5c12b0Sopenharmony_ci/* Define to 1 if you have the `fstat64' function. */ 585e5c12b0Sopenharmony_ci#define HAVE_FSTAT64 1 595e5c12b0Sopenharmony_ci 605e5c12b0Sopenharmony_ci/* Define to 1 if you have the `getmntent' function. */ 615e5c12b0Sopenharmony_ci#define HAVE_GETMNTENT 1 625e5c12b0Sopenharmony_ci 635e5c12b0Sopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */ 645e5c12b0Sopenharmony_ci#define HAVE_INTTYPES_H 1 655e5c12b0Sopenharmony_ci 665e5c12b0Sopenharmony_ci/* Define to 1 if you have the `keyctl' function. */ 675e5c12b0Sopenharmony_ci/* #undef HAVE_KEYCTL */ 685e5c12b0Sopenharmony_ci 695e5c12b0Sopenharmony_ci/* Use blkid */ 705e5c12b0Sopenharmony_ci/* #undef HAVE_LIBBLKID */ 715e5c12b0Sopenharmony_ci 725e5c12b0Sopenharmony_ci/* Use libselinux */ 735e5c12b0Sopenharmony_ci/* #define HAVE_LIBSELINUX 1 */ 745e5c12b0Sopenharmony_ci 755e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/blkzoned.h> header file. */ 765e5c12b0Sopenharmony_ci#define HAVE_LINUX_BLKZONED_H 1 775e5c12b0Sopenharmony_ci 785e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/falloc.h> header file. */ 795e5c12b0Sopenharmony_ci#define HAVE_LINUX_FALLOC_H 1 805e5c12b0Sopenharmony_ci 815e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/fs.h> header file. */ 825e5c12b0Sopenharmony_ci#define HAVE_LINUX_FS_H 1 835e5c12b0Sopenharmony_ci 845e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/hdreg.h> header file. */ 855e5c12b0Sopenharmony_ci#define HAVE_LINUX_HDREG_H 1 865e5c12b0Sopenharmony_ci 875e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/limits.h> header file. */ 885e5c12b0Sopenharmony_ci#define HAVE_LINUX_LIMITS_H 1 895e5c12b0Sopenharmony_ci 905e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/posix_acl.h> header file. */ 915e5c12b0Sopenharmony_ci#define HAVE_LINUX_POSIX_ACL_H 1 925e5c12b0Sopenharmony_ci 935e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/types.h> header file. */ 945e5c12b0Sopenharmony_ci#define HAVE_LINUX_TYPES_H 1 955e5c12b0Sopenharmony_ci 965e5c12b0Sopenharmony_ci/* Define to 1 if you have the <linux/xattr.h> header file. */ 975e5c12b0Sopenharmony_ci#define HAVE_LINUX_XATTR_H 1 985e5c12b0Sopenharmony_ci 995e5c12b0Sopenharmony_ci/* Define to 1 if you have the `llseek' function. */ 1005e5c12b0Sopenharmony_ci/* #undef HAVE_LLSEEK */ 1015e5c12b0Sopenharmony_ci 1025e5c12b0Sopenharmony_ci/* Define to 1 if llseek declared in unistd.h */ 1035e5c12b0Sopenharmony_ci/* #undef HAVE_LLSEEK_PROTOTYPE */ 1045e5c12b0Sopenharmony_ci 1055e5c12b0Sopenharmony_ci/* Define to 1 if you have the `lseek64' function. */ 1065e5c12b0Sopenharmony_ci#define HAVE_LSEEK64 1 1075e5c12b0Sopenharmony_ci 1085e5c12b0Sopenharmony_ci/* Define to 1 if lseek64 declared in unistd.h */ 1095e5c12b0Sopenharmony_ci#define HAVE_LSEEK64_PROTOTYPE 1 1105e5c12b0Sopenharmony_ci 1115e5c12b0Sopenharmony_ci/* Define to 1 if you have the <mach/mach_time.h> header file. */ 1125e5c12b0Sopenharmony_ci/* #undef HAVE_MACH_MACH_TIME_H */ 1135e5c12b0Sopenharmony_ci 1145e5c12b0Sopenharmony_ci/* Define to 1 if you have the <memory.h> header file. */ 1155e5c12b0Sopenharmony_ci#define HAVE_MEMORY_H 1 1165e5c12b0Sopenharmony_ci 1175e5c12b0Sopenharmony_ci/* Define to 1 if you have the `memset' function. */ 1185e5c12b0Sopenharmony_ci#define HAVE_MEMSET 1 1195e5c12b0Sopenharmony_ci 1205e5c12b0Sopenharmony_ci/* Define to 1 if you have the <mntent.h> header file. */ 1215e5c12b0Sopenharmony_ci#define HAVE_MNTENT_H 1 1225e5c12b0Sopenharmony_ci 1235e5c12b0Sopenharmony_ci/* Define to 1 if you have the <scsi/sg.h> header file. */ 1245e5c12b0Sopenharmony_ci#define HAVE_SCSI_SG_H 1 1255e5c12b0Sopenharmony_ci 1265e5c12b0Sopenharmony_ci/* Define to 1 if you have the `setmntent' function. */ 1275e5c12b0Sopenharmony_ci#define HAVE_SETMNTENT 1 1285e5c12b0Sopenharmony_ci 1295e5c12b0Sopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */ 1305e5c12b0Sopenharmony_ci#define HAVE_STDINT_H 1 1315e5c12b0Sopenharmony_ci 1325e5c12b0Sopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */ 1335e5c12b0Sopenharmony_ci#define HAVE_STDLIB_H 1 1345e5c12b0Sopenharmony_ci 1355e5c12b0Sopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */ 1365e5c12b0Sopenharmony_ci#define HAVE_STRINGS_H 1 1375e5c12b0Sopenharmony_ci 1385e5c12b0Sopenharmony_ci/* Define to 1 if you have the <string.h> header file. */ 1395e5c12b0Sopenharmony_ci#define HAVE_STRING_H 1 1405e5c12b0Sopenharmony_ci 1415e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/acl.h> header file. */ 1425e5c12b0Sopenharmony_ci/* #undef HAVE_SYS_ACL_H */ 1435e5c12b0Sopenharmony_ci 1445e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/ioctl.h> header file. */ 1455e5c12b0Sopenharmony_ci#define HAVE_SYS_IOCTL_H 1 1465e5c12b0Sopenharmony_ci 1475e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/mount.h> header file. */ 1485e5c12b0Sopenharmony_ci#define HAVE_SYS_MOUNT_H 1 1495e5c12b0Sopenharmony_ci 1505e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */ 1515e5c12b0Sopenharmony_ci#define HAVE_SYS_STAT_H 1 1525e5c12b0Sopenharmony_ci 1535e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/syscall.h> header file. */ 1545e5c12b0Sopenharmony_ci#define HAVE_SYS_SYSCALL_H 1 1555e5c12b0Sopenharmony_ci 1565e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 1575e5c12b0Sopenharmony_ci#define HAVE_SYS_SYSMACROS_H 1 1585e5c12b0Sopenharmony_ci 1595e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */ 1605e5c12b0Sopenharmony_ci#define HAVE_SYS_TYPES_H 1 1615e5c12b0Sopenharmony_ci 1625e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/utsname.h> header file. */ 1635e5c12b0Sopenharmony_ci#define HAVE_SYS_UTSNAME_H 1 1645e5c12b0Sopenharmony_ci 1655e5c12b0Sopenharmony_ci/* Define to 1 if you have the <sys/xattr.h> header file. */ 1665e5c12b0Sopenharmony_ci#define HAVE_SYS_XATTR_H 1 1675e5c12b0Sopenharmony_ci 1685e5c12b0Sopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */ 1695e5c12b0Sopenharmony_ci#define HAVE_UNISTD_H 1 1705e5c12b0Sopenharmony_ci 1715e5c12b0Sopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */ 1725e5c12b0Sopenharmony_ci#define LT_OBJDIR ".libs/" 1735e5c12b0Sopenharmony_ci 1745e5c12b0Sopenharmony_ci/* Name of package */ 1755e5c12b0Sopenharmony_ci#define PACKAGE "f2fs-tools" 1765e5c12b0Sopenharmony_ci 1775e5c12b0Sopenharmony_ci/* Define to the address where bug reports for this package should be sent. */ 1785e5c12b0Sopenharmony_ci#define PACKAGE_BUGREPORT "linux-f2fs-devel@lists.sourceforge.net" 1795e5c12b0Sopenharmony_ci 1805e5c12b0Sopenharmony_ci/* Define to the full name of this package. */ 1815e5c12b0Sopenharmony_ci#define PACKAGE_NAME "F2FS tools" 1825e5c12b0Sopenharmony_ci 1835e5c12b0Sopenharmony_ci/* Define to the full name and version of this package. */ 1845e5c12b0Sopenharmony_ci#define PACKAGE_STRING "F2FS tools 1.15.0" 1855e5c12b0Sopenharmony_ci 1865e5c12b0Sopenharmony_ci/* Define to the one symbol short name of this package. */ 1875e5c12b0Sopenharmony_ci#define PACKAGE_TARNAME "f2fs-tools" 1885e5c12b0Sopenharmony_ci 1895e5c12b0Sopenharmony_ci/* Define to the home page for this package. */ 1905e5c12b0Sopenharmony_ci#define PACKAGE_URL "" 1915e5c12b0Sopenharmony_ci 1925e5c12b0Sopenharmony_ci/* Define to the version of this package. */ 1935e5c12b0Sopenharmony_ci#define PACKAGE_VERSION "1.15.0" 1945e5c12b0Sopenharmony_ci 1955e5c12b0Sopenharmony_ci/* Define to 1 if you have the ANSI C header files. */ 1965e5c12b0Sopenharmony_ci#define STDC_HEADERS 1 1975e5c12b0Sopenharmony_ci 1985e5c12b0Sopenharmony_ci/* Version number of package */ 1995e5c12b0Sopenharmony_ci#define VERSION "1.15.0" 2005e5c12b0Sopenharmony_ci 2015e5c12b0Sopenharmony_ci#define HAVE_UUID_UUID_H 1 2025e5c12b0Sopenharmony_ci 2035e5c12b0Sopenharmony_ci#define HAVE_LIBUUID 1 2045e5c12b0Sopenharmony_ci 2055e5c12b0Sopenharmony_ci#define WITH_BLKDISCARD 1 2065e5c12b0Sopenharmony_ci 2075e5c12b0Sopenharmony_ci#define HAVE_FSYNC 1 2085e5c12b0Sopenharmony_ci 2095e5c12b0Sopenharmony_ci#define WITH_OHOS 1 2105e5c12b0Sopenharmony_ci 2115e5c12b0Sopenharmony_ci/* Define to `__inline__' or `__inline' if that's what the C compiler 2125e5c12b0Sopenharmony_ci calls it, or to nothing if 'inline' is not supported under any name. */ 2135e5c12b0Sopenharmony_ci#ifndef __cplusplus 2145e5c12b0Sopenharmony_ci/* #undef inline */ 2155e5c12b0Sopenharmony_ci#endif 2165e5c12b0Sopenharmony_ci 2175e5c12b0Sopenharmony_ci/* Define to the type of a signed integer type of width exactly 32 bits if 2185e5c12b0Sopenharmony_ci such a type exists and the standard includes do not define it. */ 2195e5c12b0Sopenharmony_ci/* #undef int32_t */ 2205e5c12b0Sopenharmony_ci 2215e5c12b0Sopenharmony_ci/* Define to the type of a signed integer type of width exactly 8 bits if such 2225e5c12b0Sopenharmony_ci a type exists and the standard includes do not define it. */ 2235e5c12b0Sopenharmony_ci/* #undef int8_t */ 2245e5c12b0Sopenharmony_ci 2255e5c12b0Sopenharmony_ci/* Define to `unsigned int' if <sys/types.h> does not define. */ 2265e5c12b0Sopenharmony_ci/* #undef size_t */ 2275e5c12b0Sopenharmony_ci#endif 228