mirror_zfs/zfs/lib/libumem/config.h

14 lines
267 B
C
Raw Normal View History

2008-11-20 23:01:55 +03:00
#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