mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
12 lines
257 B
C
12 lines
257 B
C
#ifndef sqlcipher_config_h
|
|
#define sqlcipher_config_h
|
|
|
|
#define SQLITE_HAS_CODEC 1
|
|
#define SQLCIPHER_CRYPTO_CC 1
|
|
#define SQLITE_ENABLE_FTS5 1
|
|
#define SQLITE_DEFAULT_MEMSTATUS 0
|
|
#define NDEBUG 1
|
|
#define SQLITE_MAX_MMAP_SIZE 0
|
|
|
|
#endif /* sqlcipher_config_h */
|