Remove all private modulemaps [skip ci]

This commit is contained in:
Peter
2019-08-15 21:13:24 +03:00
parent e1a570472a
commit cb48f2b224
94 changed files with 2680 additions and 509 deletions

View 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 */