aboutsummaryrefslogtreecommitdiffstats
path: root/zfs/lib/libumem/config.h
blob: 9994cd1028e879d7c20218204ecc4f1b1b5b7cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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