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