xref: /third_party/f2fs-tools/config.h (revision 5e5c12b0)
1/*
2 * Copyright (C) 2021 Huawei Device Co., Ltd.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8/* config.h.  Generated from config.h.in by configure.  */
9/* config.h.in.  Generated from configure.ac by autoheader.  */
10
11#ifndef CONFIG_H
12#define CONFIG_H
13
14/* Major version for f2fs-tools */
15#define F2FS_MAJOR_VERSION 1
16
17/* Minor version for f2fs-tools */
18#define F2FS_MINOR_VERSION 14
19
20/* f2fs-tools date based on Source releases */
21#define F2FS_TOOLS_DATE "2023-04-11"
22
23/* f2fs-tools version */
24#define F2FS_TOOLS_VERSION "v1.16.0"
25
26/* Define to 1 if you have the `add_key' function. */
27/* #undef HAVE_ADD_KEY */
28
29/* Define to 1 if you have the <attr/xattr.h> header file. */
30/* #undef HAVE_ATTR_XATTR_H */
31
32/* report zones includes zone capacity */
33/* #undef HAVE_BLK_ZONE_REP_V2 */
34
35/* Define to 1 if you have the <byteswap.h> header file. */
36#define HAVE_BYTESWAP_H 1
37
38/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
39   don't. */
40#define HAVE_DECL_BSWAP_64 1
41
42/* Define to 1 if you have the <dlfcn.h> header file. */
43#define HAVE_DLFCN_H 1
44
45/* Define to 1 if you have the `fallocate' function. */
46#define HAVE_FALLOCATE 1
47
48/* Define to 1 if you have the <fcntl.h> header file. */
49#define HAVE_FCNTL_H 1
50
51/* Define to 1 if you have the `fsetxattr' function. */
52#define HAVE_FSETXATTR 1
53
54/* Define to 1 if you have the `fstat' function. */
55#define HAVE_FSTAT 1
56
57/* Define to 1 if you have the `fstat64' function. */
58#define HAVE_FSTAT64 1
59
60/* Define to 1 if you have the `getmntent' function. */
61#define HAVE_GETMNTENT 1
62
63/* Define to 1 if you have the <inttypes.h> header file. */
64#define HAVE_INTTYPES_H 1
65
66/* Define to 1 if you have the `keyctl' function. */
67/* #undef HAVE_KEYCTL */
68
69/* Use blkid */
70/* #undef HAVE_LIBBLKID */
71
72/* Use libselinux */
73/* #define HAVE_LIBSELINUX 1 */
74
75/* Define to 1 if you have the <linux/blkzoned.h> header file. */
76#define HAVE_LINUX_BLKZONED_H 1
77
78/* Define to 1 if you have the <linux/falloc.h> header file. */
79#define HAVE_LINUX_FALLOC_H 1
80
81/* Define to 1 if you have the <linux/fs.h> header file. */
82#define HAVE_LINUX_FS_H 1
83
84/* Define to 1 if you have the <linux/hdreg.h> header file. */
85#define HAVE_LINUX_HDREG_H 1
86
87/* Define to 1 if you have the <linux/limits.h> header file. */
88#define HAVE_LINUX_LIMITS_H 1
89
90/* Define to 1 if you have the <linux/posix_acl.h> header file. */
91#define HAVE_LINUX_POSIX_ACL_H 1
92
93/* Define to 1 if you have the <linux/types.h> header file. */
94#define HAVE_LINUX_TYPES_H 1
95
96/* Define to 1 if you have the <linux/xattr.h> header file. */
97#define HAVE_LINUX_XATTR_H 1
98
99/* Define to 1 if you have the `llseek' function. */
100/* #undef HAVE_LLSEEK */
101
102/* Define to 1 if llseek declared in unistd.h */
103/* #undef HAVE_LLSEEK_PROTOTYPE */
104
105/* Define to 1 if you have the `lseek64' function. */
106#define HAVE_LSEEK64 1
107
108/* Define to 1 if lseek64 declared in unistd.h */
109#define HAVE_LSEEK64_PROTOTYPE 1
110
111/* Define to 1 if you have the <mach/mach_time.h> header file. */
112/* #undef HAVE_MACH_MACH_TIME_H */
113
114/* Define to 1 if you have the <memory.h> header file. */
115#define HAVE_MEMORY_H 1
116
117/* Define to 1 if you have the `memset' function. */
118#define HAVE_MEMSET 1
119
120/* Define to 1 if you have the <mntent.h> header file. */
121#define HAVE_MNTENT_H 1
122
123/* Define to 1 if you have the <scsi/sg.h> header file. */
124#define HAVE_SCSI_SG_H 1
125
126/* Define to 1 if you have the `setmntent' function. */
127#define HAVE_SETMNTENT 1
128
129/* Define to 1 if you have the <stdint.h> header file. */
130#define HAVE_STDINT_H 1
131
132/* Define to 1 if you have the <stdlib.h> header file. */
133#define HAVE_STDLIB_H 1
134
135/* Define to 1 if you have the <strings.h> header file. */
136#define HAVE_STRINGS_H 1
137
138/* Define to 1 if you have the <string.h> header file. */
139#define HAVE_STRING_H 1
140
141/* Define to 1 if you have the <sys/acl.h> header file. */
142/* #undef HAVE_SYS_ACL_H */
143
144/* Define to 1 if you have the <sys/ioctl.h> header file. */
145#define HAVE_SYS_IOCTL_H 1
146
147/* Define to 1 if you have the <sys/mount.h> header file. */
148#define HAVE_SYS_MOUNT_H 1
149
150/* Define to 1 if you have the <sys/stat.h> header file. */
151#define HAVE_SYS_STAT_H 1
152
153/* Define to 1 if you have the <sys/syscall.h> header file. */
154#define HAVE_SYS_SYSCALL_H 1
155
156/* Define to 1 if you have the <sys/sysmacros.h> header file. */
157#define HAVE_SYS_SYSMACROS_H 1
158
159/* Define to 1 if you have the <sys/types.h> header file. */
160#define HAVE_SYS_TYPES_H 1
161
162/* Define to 1 if you have the <sys/utsname.h> header file. */
163#define HAVE_SYS_UTSNAME_H 1
164
165/* Define to 1 if you have the <sys/xattr.h> header file. */
166#define HAVE_SYS_XATTR_H 1
167
168/* Define to 1 if you have the <unistd.h> header file. */
169#define HAVE_UNISTD_H 1
170
171/* Define to the sub-directory where libtool stores uninstalled libraries. */
172#define LT_OBJDIR ".libs/"
173
174/* Name of package */
175#define PACKAGE "f2fs-tools"
176
177/* Define to the address where bug reports for this package should be sent. */
178#define PACKAGE_BUGREPORT "linux-f2fs-devel@lists.sourceforge.net"
179
180/* Define to the full name of this package. */
181#define PACKAGE_NAME "F2FS tools"
182
183/* Define to the full name and version of this package. */
184#define PACKAGE_STRING "F2FS tools 1.15.0"
185
186/* Define to the one symbol short name of this package. */
187#define PACKAGE_TARNAME "f2fs-tools"
188
189/* Define to the home page for this package. */
190#define PACKAGE_URL ""
191
192/* Define to the version of this package. */
193#define PACKAGE_VERSION "1.15.0"
194
195/* Define to 1 if you have the ANSI C header files. */
196#define STDC_HEADERS 1
197
198/* Version number of package */
199#define VERSION "1.15.0"
200
201#define HAVE_UUID_UUID_H 1
202
203#define HAVE_LIBUUID 1
204
205#define WITH_BLKDISCARD 1
206
207#define HAVE_FSYNC 1
208
209#define WITH_OHOS 1
210
211/* Define to `__inline__' or `__inline' if that's what the C compiler
212   calls it, or to nothing if 'inline' is not supported under any name.  */
213#ifndef __cplusplus
214/* #undef inline */
215#endif
216
217/* Define to the type of a signed integer type of width exactly 32 bits if
218   such a type exists and the standard includes do not define it. */
219/* #undef int32_t */
220
221/* Define to the type of a signed integer type of width exactly 8 bits if such
222   a type exists and the standard includes do not define it. */
223/* #undef int8_t */
224
225/* Define to `unsigned int' if <sys/types.h> does not define. */
226/* #undef size_t */
227#endif
228