added iOS source code
[wl-app.git] / iOS / Pods / Realm / include / core / realm / util / config.h
1 // Version information
2 #define REALM_VERSION ""
3
4 // Specific headers
5 #define HAVE_MALLOC_H 0
6
7 // Realm-specific configuration
8 #define REALM_MAX_BPNODE_SIZE 1000
9 /* #undef REALM_MAX_BPNODE_SIZE_DEBUG */
10 #define REALM_ENABLE_ASSERTIONS 0
11 #define REALM_ENABLE_ALLOC_SET_ZERO 0
12 #define REALM_ENABLE_ENCRYPTION 1
13 #define REALM_ENABLE_MEMDEBUG 0
14 #define REALM_VALGRIND 0
15 #define REALM_METRICS 1
16 #define REALM_ASAN 0
17 #define REALM_TSAN 0
18
19 #define REALM_INSTALL_PREFIX "/usr/local"
20 #define REALM_INSTALL_INCLUDEDIR "include"
21 #define REALM_INSTALL_BINDIR "bin"
22 #define REALM_INSTALL_LIBDIR "lib"
23 #define REALM_INSTALL_LIBEXECDIR "libexec"
24 #define REALM_INSTALL_EXEC_PREFIX "/usr/local"