Initial Linux ZFS GIT Repo
[zfs.git] / zfs / lib / libumem / config.h
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #define UMEM_PTHREAD_MUTEX_TOO_BIG 1
5
6 #define HAVE_SYS_TIME_H      1
7 #define HAVE_DLFCN_H         1
8 #define HAVE_UNISTD_H        1
9 #define HAVE_SYS_MMAN_H      1
10 #define HAVE_SYS_SYSMACROS_H 1
11 #define HAVE_STRINGS_H       1
12
13 #endif