xref: /freebsd/sys/modules/zfs/zfs_config.h (revision 9e5787d2284e187abb5b654d924394a65772e004)
1*9e5787d2SMatt Macy /*
2*9e5787d2SMatt Macy  * $FreeBSD$
3*9e5787d2SMatt Macy  */
4*9e5787d2SMatt Macy 
5*9e5787d2SMatt Macy /* zfs_config.h.  Generated from zfs_config.h.in by configure.  */
6*9e5787d2SMatt Macy /* zfs_config.h.in.  Generated from configure.ac by autoheader.  */
7*9e5787d2SMatt Macy 
8*9e5787d2SMatt Macy /* Define to 1 if translation of program messages to the user's native
9*9e5787d2SMatt Macy    language is requested. */
10*9e5787d2SMatt Macy /* #undef ENABLE_NLS */
11*9e5787d2SMatt Macy 
12*9e5787d2SMatt Macy /* bio_end_io_t wants 1 arg */
13*9e5787d2SMatt Macy /* #undef HAVE_1ARG_BIO_END_IO_T */
14*9e5787d2SMatt Macy 
15*9e5787d2SMatt Macy /* lookup_bdev() wants 1 arg */
16*9e5787d2SMatt Macy /* #undef HAVE_1ARG_LOOKUP_BDEV */
17*9e5787d2SMatt Macy 
18*9e5787d2SMatt Macy /* submit_bio() wants 1 arg */
19*9e5787d2SMatt Macy /* #undef HAVE_1ARG_SUBMIT_BIO */
20*9e5787d2SMatt Macy 
21*9e5787d2SMatt Macy /* bdi_setup_and_register() wants 2 args */
22*9e5787d2SMatt Macy /* #undef HAVE_2ARGS_BDI_SETUP_AND_REGISTER */
23*9e5787d2SMatt Macy 
24*9e5787d2SMatt Macy /* lookup_bdev() wants 2 args */
25*9e5787d2SMatt Macy /* #undef HAVE_2ARGS_LOOKUP_BDEV */
26*9e5787d2SMatt Macy 
27*9e5787d2SMatt Macy /* vfs_getattr wants 2 args */
28*9e5787d2SMatt Macy /* #undef HAVE_2ARGS_VFS_GETATTR */
29*9e5787d2SMatt Macy 
30*9e5787d2SMatt Macy /* zlib_deflate_workspacesize() wants 2 args */
31*9e5787d2SMatt Macy /* #undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE */
32*9e5787d2SMatt Macy 
33*9e5787d2SMatt Macy /* bdi_setup_and_register() wants 3 args */
34*9e5787d2SMatt Macy /* #undef HAVE_3ARGS_BDI_SETUP_AND_REGISTER */
35*9e5787d2SMatt Macy 
36*9e5787d2SMatt Macy /* vfs_getattr wants 3 args */
37*9e5787d2SMatt Macy /* #undef HAVE_3ARGS_VFS_GETATTR */
38*9e5787d2SMatt Macy 
39*9e5787d2SMatt Macy /* vfs_getattr wants 4 args */
40*9e5787d2SMatt Macy /* #undef HAVE_4ARGS_VFS_GETATTR */
41*9e5787d2SMatt Macy 
42*9e5787d2SMatt Macy /* kernel has access_ok with 'type' parameter */
43*9e5787d2SMatt Macy /* #undef HAVE_ACCESS_OK_TYPE */
44*9e5787d2SMatt Macy 
45*9e5787d2SMatt Macy /* posix_acl has refcount_t */
46*9e5787d2SMatt Macy /* #undef HAVE_ACL_REFCOUNT */
47*9e5787d2SMatt Macy 
48*9e5787d2SMatt Macy /* Define if host toolchain supports AES */
49*9e5787d2SMatt Macy #define HAVE_AES 1
50*9e5787d2SMatt Macy 
51*9e5787d2SMatt Macy #ifdef __amd64__
52*9e5787d2SMatt Macy #ifndef RESCUE
53*9e5787d2SMatt Macy /* Define if host toolchain supports AVX */
54*9e5787d2SMatt Macy #define HAVE_AVX 1
55*9e5787d2SMatt Macy #endif
56*9e5787d2SMatt Macy 
57*9e5787d2SMatt Macy /* Define if host toolchain supports AVX2 */
58*9e5787d2SMatt Macy #define HAVE_AVX2 1
59*9e5787d2SMatt Macy 
60*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512BW */
61*9e5787d2SMatt Macy #define HAVE_AVX512BW 1
62*9e5787d2SMatt Macy 
63*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512CD */
64*9e5787d2SMatt Macy #define HAVE_AVX512CD 1
65*9e5787d2SMatt Macy 
66*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512DQ */
67*9e5787d2SMatt Macy #define HAVE_AVX512DQ 1
68*9e5787d2SMatt Macy 
69*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512ER */
70*9e5787d2SMatt Macy #define HAVE_AVX512ER 1
71*9e5787d2SMatt Macy 
72*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512F */
73*9e5787d2SMatt Macy #define HAVE_AVX512F 1
74*9e5787d2SMatt Macy 
75*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512IFMA */
76*9e5787d2SMatt Macy #define HAVE_AVX512IFMA 1
77*9e5787d2SMatt Macy 
78*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512PF */
79*9e5787d2SMatt Macy #define HAVE_AVX512PF 1
80*9e5787d2SMatt Macy 
81*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512VBMI */
82*9e5787d2SMatt Macy #define HAVE_AVX512VBMI 1
83*9e5787d2SMatt Macy 
84*9e5787d2SMatt Macy /* Define if host toolchain supports AVX512VL */
85*9e5787d2SMatt Macy #define HAVE_AVX512VL 1
86*9e5787d2SMatt Macy #endif
87*9e5787d2SMatt Macy 
88*9e5787d2SMatt Macy /* bio->bi_opf is defined */
89*9e5787d2SMatt Macy /* #undef HAVE_BIO_BI_OPF */
90*9e5787d2SMatt Macy 
91*9e5787d2SMatt Macy /* bio->bi_status exists */
92*9e5787d2SMatt Macy /* #undef HAVE_BIO_BI_STATUS */
93*9e5787d2SMatt Macy 
94*9e5787d2SMatt Macy /* bio has bi_iter */
95*9e5787d2SMatt Macy /* #undef HAVE_BIO_BVEC_ITER */
96*9e5787d2SMatt Macy 
97*9e5787d2SMatt Macy /* bio_set_dev() is available */
98*9e5787d2SMatt Macy /* #undef HAVE_BIO_SET_DEV */
99*9e5787d2SMatt Macy 
100*9e5787d2SMatt Macy /* bio_set_dev() GPL-only */
101*9e5787d2SMatt Macy /* #undef HAVE_BIO_SET_DEV_GPL_ONLY */
102*9e5787d2SMatt Macy 
103*9e5787d2SMatt Macy /* bio_set_op_attrs is available */
104*9e5787d2SMatt Macy /* #undef HAVE_BIO_SET_OP_ATTRS */
105*9e5787d2SMatt Macy 
106*9e5787d2SMatt Macy /* blkdev_reread_part() exists */
107*9e5787d2SMatt Macy /* #undef HAVE_BLKDEV_REREAD_PART */
108*9e5787d2SMatt Macy 
109*9e5787d2SMatt Macy /* blkg_tryget() is available */
110*9e5787d2SMatt Macy /* #undef HAVE_BLKG_TRYGET */
111*9e5787d2SMatt Macy 
112*9e5787d2SMatt Macy /* blkg_tryget() GPL-only */
113*9e5787d2SMatt Macy /* #undef HAVE_BLKG_TRYGET_GPL_ONLY */
114*9e5787d2SMatt Macy 
115*9e5787d2SMatt Macy /* blk_alloc_queue() expects request function */
116*9e5787d2SMatt Macy /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN */
117*9e5787d2SMatt Macy 
118*9e5787d2SMatt Macy /* blk queue backing_dev_info is dynamic */
119*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_BDI_DYNAMIC */
120*9e5787d2SMatt Macy 
121*9e5787d2SMatt Macy /* blk_queue_flag_clear() exists */
122*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_FLAG_CLEAR */
123*9e5787d2SMatt Macy 
124*9e5787d2SMatt Macy /* blk_queue_flag_set() exists */
125*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_FLAG_SET */
126*9e5787d2SMatt Macy 
127*9e5787d2SMatt Macy /* blk_queue_flush() is available */
128*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_FLUSH */
129*9e5787d2SMatt Macy 
130*9e5787d2SMatt Macy /* blk_queue_flush() is GPL-only */
131*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_FLUSH_GPL_ONLY */
132*9e5787d2SMatt Macy 
133*9e5787d2SMatt Macy /* blk_queue_secdiscard() is available */
134*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_SECDISCARD */
135*9e5787d2SMatt Macy 
136*9e5787d2SMatt Macy /* blk_queue_secure_erase() is available */
137*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_SECURE_ERASE */
138*9e5787d2SMatt Macy 
139*9e5787d2SMatt Macy /* blk_queue_write_cache() exists */
140*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_WRITE_CACHE */
141*9e5787d2SMatt Macy 
142*9e5787d2SMatt Macy /* blk_queue_write_cache() is GPL-only */
143*9e5787d2SMatt Macy /* #undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY */
144*9e5787d2SMatt Macy 
145*9e5787d2SMatt Macy /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
146*9e5787d2SMatt Macy    CoreFoundation framework. */
147*9e5787d2SMatt Macy /* #undef HAVE_CFLOCALECOPYCURRENT */
148*9e5787d2SMatt Macy 
149*9e5787d2SMatt Macy /* Define to 1 if you have the Mac OS X function
150*9e5787d2SMatt Macy    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
151*9e5787d2SMatt Macy /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
152*9e5787d2SMatt Macy 
153*9e5787d2SMatt Macy /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
154*9e5787d2SMatt Macy    the CoreFoundation framework. */
155*9e5787d2SMatt Macy /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
156*9e5787d2SMatt Macy 
157*9e5787d2SMatt Macy /* clear_inode() is available */
158*9e5787d2SMatt Macy /* #undef HAVE_CLEAR_INODE */
159*9e5787d2SMatt Macy 
160*9e5787d2SMatt Macy /* dentry uses const struct dentry_operations */
161*9e5787d2SMatt Macy /* #undef HAVE_CONST_DENTRY_OPERATIONS */
162*9e5787d2SMatt Macy 
163*9e5787d2SMatt Macy /* current_time() exists */
164*9e5787d2SMatt Macy /* #undef HAVE_CURRENT_TIME */
165*9e5787d2SMatt Macy 
166*9e5787d2SMatt Macy /* Define if the GNU dcgettext() function is already present or preinstalled.
167*9e5787d2SMatt Macy    */
168*9e5787d2SMatt Macy /* #undef HAVE_DCGETTEXT */
169*9e5787d2SMatt Macy 
170*9e5787d2SMatt Macy /* DECLARE_EVENT_CLASS() is available */
171*9e5787d2SMatt Macy /* #undef HAVE_DECLARE_EVENT_CLASS */
172*9e5787d2SMatt Macy 
173*9e5787d2SMatt Macy /* sops->dirty_inode() wants flags */
174*9e5787d2SMatt Macy /* #undef HAVE_DIRTY_INODE_WITH_FLAGS */
175*9e5787d2SMatt Macy 
176*9e5787d2SMatt Macy /* Define to 1 if you have the <dlfcn.h> header file. */
177*9e5787d2SMatt Macy #define HAVE_DLFCN_H 1
178*9e5787d2SMatt Macy 
179*9e5787d2SMatt Macy /* d_make_root() is available */
180*9e5787d2SMatt Macy /* #undef HAVE_D_MAKE_ROOT */
181*9e5787d2SMatt Macy 
182*9e5787d2SMatt Macy /* d_prune_aliases() is available */
183*9e5787d2SMatt Macy /* #undef HAVE_D_PRUNE_ALIASES */
184*9e5787d2SMatt Macy 
185*9e5787d2SMatt Macy /* dops->d_revalidate() operation takes nameidata */
186*9e5787d2SMatt Macy /* #undef HAVE_D_REVALIDATE_NAMEIDATA */
187*9e5787d2SMatt Macy 
188*9e5787d2SMatt Macy /* eops->encode_fh() wants child and parent inodes */
189*9e5787d2SMatt Macy /* #undef HAVE_ENCODE_FH_WITH_INODE */
190*9e5787d2SMatt Macy 
191*9e5787d2SMatt Macy /* sops->evict_inode() exists */
192*9e5787d2SMatt Macy /* #undef HAVE_EVICT_INODE */
193*9e5787d2SMatt Macy 
194*9e5787d2SMatt Macy /* fops->aio_fsync() exists */
195*9e5787d2SMatt Macy /* #undef HAVE_FILE_AIO_FSYNC */
196*9e5787d2SMatt Macy 
197*9e5787d2SMatt Macy /* file_dentry() is available */
198*9e5787d2SMatt Macy /* #undef HAVE_FILE_DENTRY */
199*9e5787d2SMatt Macy 
200*9e5787d2SMatt Macy /* file_inode() is available */
201*9e5787d2SMatt Macy /* #undef HAVE_FILE_INODE */
202*9e5787d2SMatt Macy 
203*9e5787d2SMatt Macy /* iops->follow_link() cookie */
204*9e5787d2SMatt Macy /* #undef HAVE_FOLLOW_LINK_COOKIE */
205*9e5787d2SMatt Macy 
206*9e5787d2SMatt Macy /* iops->follow_link() nameidata */
207*9e5787d2SMatt Macy /* #undef HAVE_FOLLOW_LINK_NAMEIDATA */
208*9e5787d2SMatt Macy 
209*9e5787d2SMatt Macy /* fops->fsync() with range */
210*9e5787d2SMatt Macy /* #undef HAVE_FSYNC_RANGE */
211*9e5787d2SMatt Macy 
212*9e5787d2SMatt Macy /* fops->fsync() without dentry */
213*9e5787d2SMatt Macy /* #undef HAVE_FSYNC_WITHOUT_DENTRY */
214*9e5787d2SMatt Macy 
215*9e5787d2SMatt Macy /* generic_start_io_acct()/generic_end_io_acct() available */
216*9e5787d2SMatt Macy /* #undef HAVE_GENERIC_IO_ACCT_3ARG */
217*9e5787d2SMatt Macy 
218*9e5787d2SMatt Macy /* generic_start_io_acct()/generic_end_io_acct() 4 arg available */
219*9e5787d2SMatt Macy /* #undef HAVE_GENERIC_IO_ACCT_4ARG */
220*9e5787d2SMatt Macy 
221*9e5787d2SMatt Macy /* generic_readlink is global */
222*9e5787d2SMatt Macy /* #undef HAVE_GENERIC_READLINK */
223*9e5787d2SMatt Macy 
224*9e5787d2SMatt Macy /* generic_setxattr() exists */
225*9e5787d2SMatt Macy /* #undef HAVE_GENERIC_SETXATTR */
226*9e5787d2SMatt Macy 
227*9e5787d2SMatt Macy /* generic_write_checks() takes kiocb */
228*9e5787d2SMatt Macy /* #undef HAVE_GENERIC_WRITE_CHECKS_KIOCB */
229*9e5787d2SMatt Macy 
230*9e5787d2SMatt Macy /* Define if the GNU gettext() function is already present or preinstalled. */
231*9e5787d2SMatt Macy /* #undef HAVE_GETTEXT */
232*9e5787d2SMatt Macy 
233*9e5787d2SMatt Macy /* get_disk_and_module() is available */
234*9e5787d2SMatt Macy /* #undef HAVE_GET_DISK_AND_MODULE */
235*9e5787d2SMatt Macy 
236*9e5787d2SMatt Macy /* iops->get_link() cookie */
237*9e5787d2SMatt Macy /* #undef HAVE_GET_LINK_COOKIE */
238*9e5787d2SMatt Macy 
239*9e5787d2SMatt Macy /* iops->get_link() delayed */
240*9e5787d2SMatt Macy /* #undef HAVE_GET_LINK_DELAYED */
241*9e5787d2SMatt Macy 
242*9e5787d2SMatt Macy /* group_info->gid exists */
243*9e5787d2SMatt Macy /* #undef HAVE_GROUP_INFO_GID */
244*9e5787d2SMatt Macy 
245*9e5787d2SMatt Macy /* Define if you have the iconv() function and it works. */
246*9e5787d2SMatt Macy #define HAVE_ICONV 1
247*9e5787d2SMatt Macy 
248*9e5787d2SMatt Macy /* yes */
249*9e5787d2SMatt Macy /* #undef HAVE_INODE_LOCK_SHARED */
250*9e5787d2SMatt Macy 
251*9e5787d2SMatt Macy /* inode_set_flags() exists */
252*9e5787d2SMatt Macy /* #undef HAVE_INODE_SET_FLAGS */
253*9e5787d2SMatt Macy 
254*9e5787d2SMatt Macy /* inode_set_iversion() exists */
255*9e5787d2SMatt Macy /* #undef HAVE_INODE_SET_IVERSION */
256*9e5787d2SMatt Macy 
257*9e5787d2SMatt Macy /* inode->i_*time's are timespec64 */
258*9e5787d2SMatt Macy /* #undef HAVE_INODE_TIMESPEC64_TIMES */
259*9e5787d2SMatt Macy 
260*9e5787d2SMatt Macy /* timestamp_truncate() exists */
261*9e5787d2SMatt Macy /* #undef HAVE_INODE_TIMESTAMP_TRUNCATE */
262*9e5787d2SMatt Macy 
263*9e5787d2SMatt Macy /* Define to 1 if you have the <inttypes.h> header file. */
264*9e5787d2SMatt Macy #define HAVE_INTTYPES_H 1
265*9e5787d2SMatt Macy 
266*9e5787d2SMatt Macy /* in_compat_syscall() is available */
267*9e5787d2SMatt Macy /* #undef HAVE_IN_COMPAT_SYSCALL */
268*9e5787d2SMatt Macy 
269*9e5787d2SMatt Macy /* yes */
270*9e5787d2SMatt Macy /* #undef HAVE_IO_SCHEDULE_TIMEOUT */
271*9e5787d2SMatt Macy 
272*9e5787d2SMatt Macy /* Define to 1 if you have the `issetugid' function. */
273*9e5787d2SMatt Macy #define HAVE_ISSETUGID 1
274*9e5787d2SMatt Macy 
275*9e5787d2SMatt Macy /* kernel has kernel_fpu_* functions */
276*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_FPU */
277*9e5787d2SMatt Macy 
278*9e5787d2SMatt Macy /* kernel has asm/fpu/api.h */
279*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_FPU_API_HEADER */
280*9e5787d2SMatt Macy 
281*9e5787d2SMatt Macy /* kernel fpu internal */
282*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_FPU_INTERNAL */
283*9e5787d2SMatt Macy 
284*9e5787d2SMatt Macy /* uncached_acl_sentinel() exists */
285*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_GET_ACL_HANDLE_CACHE */
286*9e5787d2SMatt Macy 
287*9e5787d2SMatt Macy /* kernel does stack verification */
288*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_OBJTOOL */
289*9e5787d2SMatt Macy 
290*9e5787d2SMatt Macy /* kernel_read() take loff_t pointer */
291*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_READ_PPOS */
292*9e5787d2SMatt Macy 
293*9e5787d2SMatt Macy /* timer_list.function gets a timer_list */
294*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_TIMER_FUNCTION_TIMER_LIST */
295*9e5787d2SMatt Macy 
296*9e5787d2SMatt Macy /* struct timer_list has a flags member */
297*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_TIMER_LIST_FLAGS */
298*9e5787d2SMatt Macy 
299*9e5787d2SMatt Macy /* timer_setup() is available */
300*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_TIMER_SETUP */
301*9e5787d2SMatt Macy 
302*9e5787d2SMatt Macy /* kernel_write() take loff_t pointer */
303*9e5787d2SMatt Macy /* #undef HAVE_KERNEL_WRITE_PPOS */
304*9e5787d2SMatt Macy 
305*9e5787d2SMatt Macy /* kmem_cache_create_usercopy() exists */
306*9e5787d2SMatt Macy /* #undef HAVE_KMEM_CACHE_CREATE_USERCOPY */
307*9e5787d2SMatt Macy 
308*9e5787d2SMatt Macy /* kstrtoul() exists */
309*9e5787d2SMatt Macy /* #undef HAVE_KSTRTOUL */
310*9e5787d2SMatt Macy 
311*9e5787d2SMatt Macy /* ktime_get_coarse_real_ts64() exists */
312*9e5787d2SMatt Macy /* #undef HAVE_KTIME_GET_COARSE_REAL_TS64 */
313*9e5787d2SMatt Macy 
314*9e5787d2SMatt Macy /* ktime_get_raw_ts64() exists */
315*9e5787d2SMatt Macy /* #undef HAVE_KTIME_GET_RAW_TS64 */
316*9e5787d2SMatt Macy 
317*9e5787d2SMatt Macy /* kvmalloc exists */
318*9e5787d2SMatt Macy /* #undef HAVE_KVMALLOC */
319*9e5787d2SMatt Macy 
320*9e5787d2SMatt Macy /* kernel has large stacks */
321*9e5787d2SMatt Macy /* #undef HAVE_LARGE_STACKS */
322*9e5787d2SMatt Macy 
323*9e5787d2SMatt Macy /* Define if you have libaio */
324*9e5787d2SMatt Macy /* #undef HAVE_LIBAIO */
325*9e5787d2SMatt Macy 
326*9e5787d2SMatt Macy /* Define if you have libblkid */
327*9e5787d2SMatt Macy /* #undef HAVE_LIBBLKID */
328*9e5787d2SMatt Macy 
329*9e5787d2SMatt Macy /* Define if you have libssl */
330*9e5787d2SMatt Macy #define HAVE_LIBSSL 1
331*9e5787d2SMatt Macy 
332*9e5787d2SMatt Macy /* Define to 1 if you have the `tirpc' library (-ltirpc). */
333*9e5787d2SMatt Macy /* #undef HAVE_LIBTIRPC */
334*9e5787d2SMatt Macy 
335*9e5787d2SMatt Macy /* Define if you have libudev */
336*9e5787d2SMatt Macy /* #undef HAVE_LIBUDEV */
337*9e5787d2SMatt Macy 
338*9e5787d2SMatt Macy /* Define if udev_device_get_is_initialized is available */
339*9e5787d2SMatt Macy /* #undef HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED */
340*9e5787d2SMatt Macy 
341*9e5787d2SMatt Macy /* Define if you have libuuid */
342*9e5787d2SMatt Macy /* #undef HAVE_LIBUUID */
343*9e5787d2SMatt Macy 
344*9e5787d2SMatt Macy /* lseek_execute() is available */
345*9e5787d2SMatt Macy /* #undef HAVE_LSEEK_EXECUTE */
346*9e5787d2SMatt Macy 
347*9e5787d2SMatt Macy /* makedev() is declared in sys/mkdev.h */
348*9e5787d2SMatt Macy /* #undef HAVE_MAKEDEV_IN_MKDEV */
349*9e5787d2SMatt Macy 
350*9e5787d2SMatt Macy /* makedev() is declared in sys/sysmacros.h */
351*9e5787d2SMatt Macy /* #undef HAVE_MAKEDEV_IN_SYSMACROS */
352*9e5787d2SMatt Macy 
353*9e5787d2SMatt Macy /* Noting that make_request_fn() returns blk_qc_t */
354*9e5787d2SMatt Macy /* #undef HAVE_MAKE_REQUEST_FN_RET_QC */
355*9e5787d2SMatt Macy 
356*9e5787d2SMatt Macy /* Noting that make_request_fn() returns void */
357*9e5787d2SMatt Macy /* #undef HAVE_MAKE_REQUEST_FN_RET_VOID */
358*9e5787d2SMatt Macy 
359*9e5787d2SMatt Macy /* Define to 1 if you have the <memory.h> header file. */
360*9e5787d2SMatt Macy #define HAVE_MEMORY_H 1
361*9e5787d2SMatt Macy 
362*9e5787d2SMatt Macy /* iops->create()/mkdir()/mknod() take umode_t */
363*9e5787d2SMatt Macy /* #undef HAVE_MKDIR_UMODE_T */
364*9e5787d2SMatt Macy 
365*9e5787d2SMatt Macy /* Define to 1 if you have the `mlockall' function. */
366*9e5787d2SMatt Macy #define HAVE_MLOCKALL 1
367*9e5787d2SMatt Macy 
368*9e5787d2SMatt Macy /* Define if host toolchain supports MOVBE */
369*9e5787d2SMatt Macy #define HAVE_MOVBE 1
370*9e5787d2SMatt Macy 
371*9e5787d2SMatt Macy /* new_sync_read()/new_sync_write() are available */
372*9e5787d2SMatt Macy /* #undef HAVE_NEW_SYNC_READ */
373*9e5787d2SMatt Macy 
374*9e5787d2SMatt Macy /* iops->getattr() takes a path */
375*9e5787d2SMatt Macy /* #undef HAVE_PATH_IOPS_GETATTR */
376*9e5787d2SMatt Macy 
377*9e5787d2SMatt Macy /* Define if host toolchain supports PCLMULQDQ */
378*9e5787d2SMatt Macy #define HAVE_PCLMULQDQ 1
379*9e5787d2SMatt Macy 
380*9e5787d2SMatt Macy /* posix_acl_chmod() exists */
381*9e5787d2SMatt Macy /* #undef HAVE_POSIX_ACL_CHMOD */
382*9e5787d2SMatt Macy 
383*9e5787d2SMatt Macy /* posix_acl_from_xattr() needs user_ns */
384*9e5787d2SMatt Macy /* #undef HAVE_POSIX_ACL_FROM_XATTR_USERNS */
385*9e5787d2SMatt Macy 
386*9e5787d2SMatt Macy /* posix_acl_release() is available */
387*9e5787d2SMatt Macy /* #undef HAVE_POSIX_ACL_RELEASE */
388*9e5787d2SMatt Macy 
389*9e5787d2SMatt Macy /* posix_acl_release() is GPL-only */
390*9e5787d2SMatt Macy /* #undef HAVE_POSIX_ACL_RELEASE_GPL_ONLY */
391*9e5787d2SMatt Macy 
392*9e5787d2SMatt Macy /* posix_acl_valid() wants user namespace */
393*9e5787d2SMatt Macy /* #undef HAVE_POSIX_ACL_VALID_WITH_NS */
394*9e5787d2SMatt Macy 
395*9e5787d2SMatt Macy /* proc_ops structure exists */
396*9e5787d2SMatt Macy /* #undef HAVE_PROC_OPS_STRUCT */
397*9e5787d2SMatt Macy 
398*9e5787d2SMatt Macy /* iops->put_link() cookie */
399*9e5787d2SMatt Macy /* #undef HAVE_PUT_LINK_COOKIE */
400*9e5787d2SMatt Macy 
401*9e5787d2SMatt Macy /* iops->put_link() delayed */
402*9e5787d2SMatt Macy /* #undef HAVE_PUT_LINK_DELAYED */
403*9e5787d2SMatt Macy 
404*9e5787d2SMatt Macy /* iops->put_link() nameidata */
405*9e5787d2SMatt Macy /* #undef HAVE_PUT_LINK_NAMEIDATA */
406*9e5787d2SMatt Macy 
407*9e5787d2SMatt Macy /* If available, contains the Python version number currently in use. */
408*9e5787d2SMatt Macy #define HAVE_PYTHON "3.7"
409*9e5787d2SMatt Macy 
410*9e5787d2SMatt Macy /* qat is enabled and existed */
411*9e5787d2SMatt Macy /* #undef HAVE_QAT */
412*9e5787d2SMatt Macy 
413*9e5787d2SMatt Macy /* iops->rename() wants flags */
414*9e5787d2SMatt Macy /* #undef HAVE_RENAME_WANTS_FLAGS */
415*9e5787d2SMatt Macy 
416*9e5787d2SMatt Macy /* REQ_DISCARD is defined */
417*9e5787d2SMatt Macy /* #undef HAVE_REQ_DISCARD */
418*9e5787d2SMatt Macy 
419*9e5787d2SMatt Macy /* REQ_FLUSH is defined */
420*9e5787d2SMatt Macy /* #undef HAVE_REQ_FLUSH */
421*9e5787d2SMatt Macy 
422*9e5787d2SMatt Macy /* REQ_OP_DISCARD is defined */
423*9e5787d2SMatt Macy /* #undef HAVE_REQ_OP_DISCARD */
424*9e5787d2SMatt Macy 
425*9e5787d2SMatt Macy /* REQ_OP_FLUSH is defined */
426*9e5787d2SMatt Macy /* #undef HAVE_REQ_OP_FLUSH */
427*9e5787d2SMatt Macy 
428*9e5787d2SMatt Macy /* REQ_OP_SECURE_ERASE is defined */
429*9e5787d2SMatt Macy /* #undef HAVE_REQ_OP_SECURE_ERASE */
430*9e5787d2SMatt Macy 
431*9e5787d2SMatt Macy /* REQ_PREFLUSH is defined */
432*9e5787d2SMatt Macy /* #undef HAVE_REQ_PREFLUSH */
433*9e5787d2SMatt Macy 
434*9e5787d2SMatt Macy /* struct rw_semaphore has member activity */
435*9e5787d2SMatt Macy /* #undef HAVE_RWSEM_ACTIVITY */
436*9e5787d2SMatt Macy 
437*9e5787d2SMatt Macy /* struct rw_semaphore has atomic_long_t member count */
438*9e5787d2SMatt Macy /* #undef HAVE_RWSEM_ATOMIC_LONG_COUNT */
439*9e5787d2SMatt Macy 
440*9e5787d2SMatt Macy /* linux/sched/signal.h exists */
441*9e5787d2SMatt Macy /* #undef HAVE_SCHED_SIGNAL_HEADER */
442*9e5787d2SMatt Macy 
443*9e5787d2SMatt Macy /* setattr_prepare() is available */
444*9e5787d2SMatt Macy /* #undef HAVE_SETATTR_PREPARE */
445*9e5787d2SMatt Macy 
446*9e5787d2SMatt Macy /* iops->set_acl() exists */
447*9e5787d2SMatt Macy /* #undef HAVE_SET_ACL */
448*9e5787d2SMatt Macy 
449*9e5787d2SMatt Macy /* set_cached_acl() is usable */
450*9e5787d2SMatt Macy /* #undef HAVE_SET_CACHED_ACL_USABLE */
451*9e5787d2SMatt Macy 
452*9e5787d2SMatt Macy /* struct shrink_control exists */
453*9e5787d2SMatt Macy /* #undef HAVE_SHRINK_CONTROL_STRUCT */
454*9e5787d2SMatt Macy 
455*9e5787d2SMatt Macy /* new shrinker callback wants 2 args */
456*9e5787d2SMatt Macy /* #undef HAVE_SINGLE_SHRINKER_CALLBACK */
457*9e5787d2SMatt Macy 
458*9e5787d2SMatt Macy /* ->count_objects exists */
459*9e5787d2SMatt Macy /* #undef HAVE_SPLIT_SHRINKER_CALLBACK */
460*9e5787d2SMatt Macy 
461*9e5787d2SMatt Macy #if defined(__amd64__) || defined(__i386__)
462*9e5787d2SMatt Macy /* Define if host toolchain supports SSE */
463*9e5787d2SMatt Macy #define HAVE_SSE 1
464*9e5787d2SMatt Macy 
465*9e5787d2SMatt Macy /* Define if host toolchain supports SSE2 */
466*9e5787d2SMatt Macy #define HAVE_SSE2 1
467*9e5787d2SMatt Macy 
468*9e5787d2SMatt Macy /* Define if host toolchain supports SSE3 */
469*9e5787d2SMatt Macy #define HAVE_SSE3 1
470*9e5787d2SMatt Macy 
471*9e5787d2SMatt Macy /* Define if host toolchain supports SSE4.1 */
472*9e5787d2SMatt Macy #define HAVE_SSE4_1 1
473*9e5787d2SMatt Macy 
474*9e5787d2SMatt Macy /* Define if host toolchain supports SSE4.2 */
475*9e5787d2SMatt Macy #define HAVE_SSE4_2 1
476*9e5787d2SMatt Macy 
477*9e5787d2SMatt Macy /* Define if host toolchain supports SSSE3 */
478*9e5787d2SMatt Macy #define HAVE_SSSE3 1
479*9e5787d2SMatt Macy #endif
480*9e5787d2SMatt Macy 
481*9e5787d2SMatt Macy /* STACK_FRAME_NON_STANDARD is defined */
482*9e5787d2SMatt Macy /* #undef HAVE_STACK_FRAME_NON_STANDARD */
483*9e5787d2SMatt Macy 
484*9e5787d2SMatt Macy /* Define to 1 if you have the <stdint.h> header file. */
485*9e5787d2SMatt Macy #define HAVE_STDINT_H 1
486*9e5787d2SMatt Macy 
487*9e5787d2SMatt Macy /* Define to 1 if you have the <stdlib.h> header file. */
488*9e5787d2SMatt Macy #define HAVE_STDLIB_H 1
489*9e5787d2SMatt Macy 
490*9e5787d2SMatt Macy /* Define to 1 if you have the <strings.h> header file. */
491*9e5787d2SMatt Macy #define HAVE_STRINGS_H 1
492*9e5787d2SMatt Macy 
493*9e5787d2SMatt Macy /* Define to 1 if you have the <string.h> header file. */
494*9e5787d2SMatt Macy #define HAVE_STRING_H 1
495*9e5787d2SMatt Macy 
496*9e5787d2SMatt Macy /* Define to 1 if you have the `strlcat' function. */
497*9e5787d2SMatt Macy #define HAVE_STRLCAT 1
498*9e5787d2SMatt Macy 
499*9e5787d2SMatt Macy /* Define to 1 if you have the `strlcpy' function. */
500*9e5787d2SMatt Macy #define HAVE_STRLCPY 1
501*9e5787d2SMatt Macy 
502*9e5787d2SMatt Macy /* super_setup_bdi_name() exits */
503*9e5787d2SMatt Macy /* #undef HAVE_SUPER_SETUP_BDI_NAME */
504*9e5787d2SMatt Macy 
505*9e5787d2SMatt Macy /* super_block->s_user_ns exists */
506*9e5787d2SMatt Macy /* #undef HAVE_SUPER_USER_NS */
507*9e5787d2SMatt Macy 
508*9e5787d2SMatt Macy /* Define to 1 if you have the <sys/stat.h> header file. */
509*9e5787d2SMatt Macy #define HAVE_SYS_STAT_H 1
510*9e5787d2SMatt Macy 
511*9e5787d2SMatt Macy /* Define to 1 if you have the <sys/types.h> header file. */
512*9e5787d2SMatt Macy #define HAVE_SYS_TYPES_H 1
513*9e5787d2SMatt Macy 
514*9e5787d2SMatt Macy /* i_op->tmpfile() exists */
515*9e5787d2SMatt Macy /* #undef HAVE_TMPFILE */
516*9e5787d2SMatt Macy 
517*9e5787d2SMatt Macy /* totalhigh_pages() exists */
518*9e5787d2SMatt Macy /* #undef HAVE_TOTALHIGH_PAGES */
519*9e5787d2SMatt Macy 
520*9e5787d2SMatt Macy /* kernel has totalram_pages() */
521*9e5787d2SMatt Macy /* #undef HAVE_TOTALRAM_PAGES_FUNC */
522*9e5787d2SMatt Macy 
523*9e5787d2SMatt Macy /* kernel has __kernel_fpu_* functions */
524*9e5787d2SMatt Macy /* #undef HAVE_UNDERSCORE_KERNEL_FPU */
525*9e5787d2SMatt Macy 
526*9e5787d2SMatt Macy /* Define to 1 if you have the <unistd.h> header file. */
527*9e5787d2SMatt Macy #define HAVE_UNISTD_H 1
528*9e5787d2SMatt Macy 
529*9e5787d2SMatt Macy /* iops->getattr() takes a vfsmount */
530*9e5787d2SMatt Macy /* #undef HAVE_VFSMOUNT_IOPS_GETATTR */
531*9e5787d2SMatt Macy 
532*9e5787d2SMatt Macy /* aops->direct_IO() uses iovec */
533*9e5787d2SMatt Macy /* #undef HAVE_VFS_DIRECT_IO_IOVEC */
534*9e5787d2SMatt Macy 
535*9e5787d2SMatt Macy /* aops->direct_IO() uses iov_iter without rw */
536*9e5787d2SMatt Macy /* #undef HAVE_VFS_DIRECT_IO_ITER */
537*9e5787d2SMatt Macy 
538*9e5787d2SMatt Macy /* aops->direct_IO() uses iov_iter with offset */
539*9e5787d2SMatt Macy /* #undef HAVE_VFS_DIRECT_IO_ITER_OFFSET */
540*9e5787d2SMatt Macy 
541*9e5787d2SMatt Macy /* aops->direct_IO() uses iov_iter with rw and offset */
542*9e5787d2SMatt Macy /* #undef HAVE_VFS_DIRECT_IO_ITER_RW_OFFSET */
543*9e5787d2SMatt Macy 
544*9e5787d2SMatt Macy /* fops->iterate() is available */
545*9e5787d2SMatt Macy /* #undef HAVE_VFS_ITERATE */
546*9e5787d2SMatt Macy 
547*9e5787d2SMatt Macy /* fops->iterate_shared() is available */
548*9e5787d2SMatt Macy /* #undef HAVE_VFS_ITERATE_SHARED */
549*9e5787d2SMatt Macy 
550*9e5787d2SMatt Macy /* fops->readdir() is available */
551*9e5787d2SMatt Macy /* #undef HAVE_VFS_READDIR */
552*9e5787d2SMatt Macy 
553*9e5787d2SMatt Macy /* fops->read/write_iter() are available */
554*9e5787d2SMatt Macy /* #undef HAVE_VFS_RW_ITERATE */
555*9e5787d2SMatt Macy 
556*9e5787d2SMatt Macy /* __vmalloc page flags exists */
557*9e5787d2SMatt Macy /* #undef HAVE_VMALLOC_PAGE_KERNEL */
558*9e5787d2SMatt Macy 
559*9e5787d2SMatt Macy /* yes */
560*9e5787d2SMatt Macy /* #undef HAVE_WAIT_ON_BIT_ACTION */
561*9e5787d2SMatt Macy 
562*9e5787d2SMatt Macy /* wait_queue_entry_t exists */
563*9e5787d2SMatt Macy /* #undef HAVE_WAIT_QUEUE_ENTRY_T */
564*9e5787d2SMatt Macy 
565*9e5787d2SMatt Macy /* wq_head->head and wq_entry->entry exist */
566*9e5787d2SMatt Macy /* #undef HAVE_WAIT_QUEUE_HEAD_ENTRY */
567*9e5787d2SMatt Macy 
568*9e5787d2SMatt Macy /* xattr_handler->get() wants dentry */
569*9e5787d2SMatt Macy /* #undef HAVE_XATTR_GET_DENTRY */
570*9e5787d2SMatt Macy 
571*9e5787d2SMatt Macy /* xattr_handler->get() wants both dentry and inode */
572*9e5787d2SMatt Macy /* #undef HAVE_XATTR_GET_DENTRY_INODE */
573*9e5787d2SMatt Macy 
574*9e5787d2SMatt Macy /* xattr_handler->get() wants xattr_handler */
575*9e5787d2SMatt Macy /* #undef HAVE_XATTR_GET_HANDLER */
576*9e5787d2SMatt Macy 
577*9e5787d2SMatt Macy /* xattr_handler has name */
578*9e5787d2SMatt Macy /* #undef HAVE_XATTR_HANDLER_NAME */
579*9e5787d2SMatt Macy 
580*9e5787d2SMatt Macy /* xattr_handler->list() wants dentry */
581*9e5787d2SMatt Macy /* #undef HAVE_XATTR_LIST_DENTRY */
582*9e5787d2SMatt Macy 
583*9e5787d2SMatt Macy /* xattr_handler->list() wants xattr_handler */
584*9e5787d2SMatt Macy /* #undef HAVE_XATTR_LIST_HANDLER */
585*9e5787d2SMatt Macy 
586*9e5787d2SMatt Macy /* xattr_handler->list() wants simple */
587*9e5787d2SMatt Macy /* #undef HAVE_XATTR_LIST_SIMPLE */
588*9e5787d2SMatt Macy 
589*9e5787d2SMatt Macy /* xattr_handler->set() wants dentry */
590*9e5787d2SMatt Macy /* #undef HAVE_XATTR_SET_DENTRY */
591*9e5787d2SMatt Macy 
592*9e5787d2SMatt Macy /* xattr_handler->set() wants both dentry and inode */
593*9e5787d2SMatt Macy /* #undef HAVE_XATTR_SET_DENTRY_INODE */
594*9e5787d2SMatt Macy 
595*9e5787d2SMatt Macy /* xattr_handler->set() wants xattr_handler */
596*9e5787d2SMatt Macy /* #undef HAVE_XATTR_SET_HANDLER */
597*9e5787d2SMatt Macy 
598*9e5787d2SMatt Macy /* Define if you have zlib */
599*9e5787d2SMatt Macy #define HAVE_ZLIB 1
600*9e5787d2SMatt Macy 
601*9e5787d2SMatt Macy /* __posix_acl_chmod() exists */
602*9e5787d2SMatt Macy /* #undef HAVE___POSIX_ACL_CHMOD */
603*9e5787d2SMatt Macy 
604*9e5787d2SMatt Macy /* Define as const if the declaration of iconv() needs const. */
605*9e5787d2SMatt Macy #define ICONV_CONST
606*9e5787d2SMatt Macy 
607*9e5787d2SMatt Macy /* kernel exports FPU functions */
608*9e5787d2SMatt Macy /* #undef KERNEL_EXPORTS_X86_FPU */
609*9e5787d2SMatt Macy 
610*9e5787d2SMatt Macy /* Define to the sub-directory where libtool stores uninstalled libraries. */
611*9e5787d2SMatt Macy #define LT_OBJDIR ".libs/"
612*9e5787d2SMatt Macy 
613*9e5787d2SMatt Macy /* make_request_fn() return type */
614*9e5787d2SMatt Macy /* #undef MAKE_REQUEST_FN_RET */
615*9e5787d2SMatt Macy 
616*9e5787d2SMatt Macy /* hardened module_param_call */
617*9e5787d2SMatt Macy /* #undef MODULE_PARAM_CALL_CONST */
618*9e5787d2SMatt Macy 
619*9e5787d2SMatt Macy /* struct shrink_control has nid */
620*9e5787d2SMatt Macy /* #undef SHRINK_CONTROL_HAS_NID */
621*9e5787d2SMatt Macy 
622*9e5787d2SMatt Macy /* Defined for legacy compatibility. */
623*9e5787d2SMatt Macy #define SPL_META_ALIAS ZFS_META_ALIAS
624*9e5787d2SMatt Macy 
625*9e5787d2SMatt Macy /* Defined for legacy compatibility. */
626*9e5787d2SMatt Macy #define SPL_META_RELEASE ZFS_META_RELEASE
627*9e5787d2SMatt Macy 
628*9e5787d2SMatt Macy /* Defined for legacy compatibility. */
629*9e5787d2SMatt Macy #define SPL_META_VERSION ZFS_META_VERSION
630*9e5787d2SMatt Macy 
631*9e5787d2SMatt Macy /* True if ZFS is to be compiled for a FreeBSD system */
632*9e5787d2SMatt Macy #define SYSTEM_FREEBSD 1
633*9e5787d2SMatt Macy 
634*9e5787d2SMatt Macy /* True if ZFS is to be compiled for a Linux system */
635*9e5787d2SMatt Macy /* #undef SYSTEM_LINUX */
636*9e5787d2SMatt Macy 
637*9e5787d2SMatt Macy /* zfs debugging enabled */
638*9e5787d2SMatt Macy /* #define ZFS_DEBUG 1 */
639*9e5787d2SMatt Macy 
640*9e5787d2SMatt Macy /* /dev/zfs minor */
641*9e5787d2SMatt Macy /* #undef ZFS_DEVICE_MINOR */
642*9e5787d2SMatt Macy 
643*9e5787d2SMatt Macy /* enum node_stat_item contains NR_FILE_PAGES */
644*9e5787d2SMatt Macy /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_FILE_PAGES */
645*9e5787d2SMatt Macy 
646*9e5787d2SMatt Macy /* enum node_stat_item contains NR_INACTIVE_ANON */
647*9e5787d2SMatt Macy /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_ANON */
648*9e5787d2SMatt Macy 
649*9e5787d2SMatt Macy /* enum node_stat_item contains NR_INACTIVE_FILE */
650*9e5787d2SMatt Macy /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_FILE */
651*9e5787d2SMatt Macy 
652*9e5787d2SMatt Macy /* enum node_stat_item contains NR_SLAB_RECLAIMABLE */
653*9e5787d2SMatt Macy /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_SLAB_RECLAIMABLE */
654*9e5787d2SMatt Macy 
655*9e5787d2SMatt Macy /* enum zone_stat_item contains NR_FILE_PAGES */
656*9e5787d2SMatt Macy /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_FILE_PAGES */
657*9e5787d2SMatt Macy 
658*9e5787d2SMatt Macy /* enum zone_stat_item contains NR_INACTIVE_ANON */
659*9e5787d2SMatt Macy /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_ANON */
660*9e5787d2SMatt Macy 
661*9e5787d2SMatt Macy /* enum zone_stat_item contains NR_INACTIVE_FILE */
662*9e5787d2SMatt Macy /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_FILE */
663*9e5787d2SMatt Macy 
664*9e5787d2SMatt Macy /* enum zone_stat_item contains NR_SLAB_RECLAIMABLE */
665*9e5787d2SMatt Macy /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_SLAB_RECLAIMABLE */
666*9e5787d2SMatt Macy 
667*9e5787d2SMatt Macy /* global_node_page_state() exists */
668*9e5787d2SMatt Macy /* #undef ZFS_GLOBAL_NODE_PAGE_STATE */
669*9e5787d2SMatt Macy 
670*9e5787d2SMatt Macy /* global_zone_page_state() exists */
671*9e5787d2SMatt Macy /* #undef ZFS_GLOBAL_ZONE_PAGE_STATE */
672*9e5787d2SMatt Macy 
673*9e5787d2SMatt Macy /* Define to 1 if GPL-only symbols can be used */
674*9e5787d2SMatt Macy /* #undef ZFS_IS_GPL_COMPATIBLE */
675*9e5787d2SMatt Macy 
676*9e5787d2SMatt Macy /* Define the project alias string. */
677*9e5787d2SMatt Macy #define ZFS_META_ALIAS "zfs-0.8.0-1"
678*9e5787d2SMatt Macy 
679*9e5787d2SMatt Macy /* Define the project author. */
680*9e5787d2SMatt Macy #define ZFS_META_AUTHOR "OpenZFS on Linux"
681*9e5787d2SMatt Macy 
682*9e5787d2SMatt Macy /* Define the project release date. */
683*9e5787d2SMatt Macy /* #undef ZFS_META_DATA */
684*9e5787d2SMatt Macy 
685*9e5787d2SMatt Macy /* Define the maximum compatible kernel version. */
686*9e5787d2SMatt Macy #define ZFS_META_KVER_MAX "5.6"
687*9e5787d2SMatt Macy 
688*9e5787d2SMatt Macy /* Define the minimum compatible kernel version. */
689*9e5787d2SMatt Macy #define ZFS_META_KVER_MIN "3.10"
690*9e5787d2SMatt Macy 
691*9e5787d2SMatt Macy /* Define the project license. */
692*9e5787d2SMatt Macy #define ZFS_META_LICENSE "CDDL"
693*9e5787d2SMatt Macy 
694*9e5787d2SMatt Macy /* Define the libtool library 'age' version information. */
695*9e5787d2SMatt Macy /* #undef ZFS_META_LT_AGE */
696*9e5787d2SMatt Macy 
697*9e5787d2SMatt Macy /* Define the libtool library 'current' version information. */
698*9e5787d2SMatt Macy /* #undef ZFS_META_LT_CURRENT */
699*9e5787d2SMatt Macy 
700*9e5787d2SMatt Macy /* Define the libtool library 'revision' version information. */
701*9e5787d2SMatt Macy /* #undef ZFS_META_LT_REVISION */
702*9e5787d2SMatt Macy 
703*9e5787d2SMatt Macy /* Define the project name. */
704*9e5787d2SMatt Macy #define ZFS_META_NAME "zfs"
705*9e5787d2SMatt Macy 
706*9e5787d2SMatt Macy /* Define the project release. */
707*9e5787d2SMatt Macy #define ZFS_META_RELEASE "1"
708*9e5787d2SMatt Macy 
709*9e5787d2SMatt Macy /* Define the project version. */
710*9e5787d2SMatt Macy #define ZFS_META_VERSION "0.8.0"
711*9e5787d2SMatt Macy 
712