mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
parent
ab9b08f8af
commit
dddc7a385b
@ -67,7 +67,6 @@
|
||||
|
||||
#if defined(__APPLE__) || defined (BSD)
|
||||
# define MDB_USE_POSIX_SEM 1
|
||||
# define MDB_USE_HASH 1
|
||||
# define MDB_FDATASYNC fsync
|
||||
#elif defined(ANDROID)
|
||||
# define MDB_FDATASYNC fsync
|
||||
@ -76,6 +75,7 @@
|
||||
#ifndef _WIN32
|
||||
#include <pthread.h>
|
||||
#ifdef MDB_USE_POSIX_SEM
|
||||
# define MDB_USE_HASH 1
|
||||
#include <semaphore.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user