[Squash/Drop] Add ROBUST_FLAG: Prep for 2 next commits

robust
Hallvard Furuseth 10 years ago
parent cf8c8fc024
commit b7db3d2938
  1. 5
      libraries/liblmdb/mdb.c

@ -179,6 +179,11 @@
#if MDB_DEVEL && (defined(_WIN32) || (defined(EOWNERDEAD) && !defined(MDB_USE_POSIX_SEM))) #if MDB_DEVEL && (defined(_WIN32) || (defined(EOWNERDEAD) && !defined(MDB_USE_POSIX_SEM)))
#define MDB_ROBUST_SUPPORTED 1 #define MDB_ROBUST_SUPPORTED 1
#endif
#ifdef MDB_ROBUST_SUPPORTED
#define ROBUST_FLAG MDB_ROBUST
#else
#define ROBUST_FLAG 0
#endif #endif
/** Wrapper around __func__, which is a C99 feature */ /** Wrapper around __func__, which is a C99 feature */

Loading…
Cancel
Save