Blame view

Pods/Realm/include/core/realm/util/config.h 502 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  // Version information
  #define REALM_VERSION ""
  
  // Realm-specific configuration
  #define REALM_HAVE_READDIR64 0
  #define REALM_HAVE_OPENSSL 0
  #define REALM_HAVE_SECURE_TRANSPORT 1
  #define REALM_INCLUDE_CERTS 0
  #define REALM_HAVE_DOGLESS 0
  #define REALM_MAX_BPNODE_SIZE 1000
  #define REALM_ENABLE_ASSERTIONS 1
  #define REALM_ENABLE_ALLOC_SET_ZERO 0
  #define REALM_ENABLE_ENCRYPTION 1
  #define REALM_ENABLE_MEMDEBUG 0
  #define REALM_VALGRIND 0
  #define REALM_METRICS 1
  #define REALM_ASAN 0
  #define REALM_TSAN 0