1 Star 0 Fork 0

Mirror711/sqlite-amalgamation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sqlite3_config.h.in 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
/* the compile-time options used to build the SQLite3 library
*
* https://github.com/azadkuh/sqlite-amalgamation
*/
#ifndef SQLITE3_CONFIG_H
#define SQLITE3_CONFIG_H
#cmakedefine SQLITE_ENABLE_DBSTAT_VTAB
#cmakedefine SQLITE_ENABLE_FTS3
#cmakedefine SQLITE_ENABLE_FTS4
#cmakedefine SQLITE_ENABLE_FTS5
#cmakedefine SQLITE_ENABLE_GEOPOLY
#cmakedefine SQLITE_ENABLE_ICU
#cmakedefine SQLITE_ENABLE_JSON1
#cmakedefine SQLITE_ENABLE_MATH_FUNCTIONS
#cmakedefine SQLITE_ENABLE_RBU
#cmakedefine SQLITE_ENABLE_RTREE
#cmakedefine SQLITE_ENABLE_STAT4
#cmakedefine SQLITE_USE_URI
#cmakedefine SQLITE_RECOMMENDED_OPTIONS
#if defined(SQLITE_RECOMMENDED_OPTIONS)
# define SQLITE_DQS 0
# define SQLITE_DEFAULT_MEMSTATUS 0
# define SQLITE_DEFAULT_WAL_SYNCHRONOUS 1
# define SQLITE_LIKE_DOESNT_MATCH_BLOBS
# define SQLITE_MAX_EXPR_DEPTH 1
# define SQLITE_OMIT_DECLTYPE
# define SQLITE_OMIT_DEPRECATED
# define SQLITE_OMIT_PROGRESS_CALLBACK
# define SQLITE_OMIT_SHARED_CACHE
# define SQLITE_USE_ALLOCA
#endif /* SQLITE_RECOMMENDED_OPTIONS */
#endif /* SQLITE3_CONFIG_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Mirror711/sqlite-amalgamation.git
git@gitee.com:Mirror711/sqlite-amalgamation.git
Mirror711
sqlite-amalgamation
sqlite-amalgamation
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385