mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 03:40:33 +00:00
Remove all private modulemaps [skip ci]
This commit is contained in:
11
submodules/sqlcipher/Sources/sqlcipher_config.h
Normal file
11
submodules/sqlcipher/Sources/sqlcipher_config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user