mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-09 01:30:33 +03:00
14 lines
267 B
C
14 lines
267 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define UMEM_PTHREAD_MUTEX_TOO_BIG 1
|
||
|
|
||
|
#define HAVE_SYS_TIME_H 1
|
||
|
#define HAVE_DLFCN_H 1
|
||
|
#define HAVE_UNISTD_H 1
|
||
|
#define HAVE_SYS_MMAN_H 1
|
||
|
#define HAVE_SYS_SYSMACROS_H 1
|
||
|
#define HAVE_STRINGS_H 1
|
||
|
|
||
|
#endif
|