mirror_zfs/zfs/lib/libumem/config.h
2008-11-20 12:01:55 -08:00

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