]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the code in ctime.c a bit to report on more compile time options. And
authordan <dan@noemail.net>
Fri, 16 Jun 2017 19:51:47 +0000 (19:51 +0000)
committerdan <dan@noemail.net>
Fri, 16 Jun 2017 19:51:47 +0000 (19:51 +0000)
commitda1f49b83f2ef60c9e1ecd81245e210b594ac923
tree5d0fc550e5626b125328a0f086548293c31e73f6
parentba87c6c2cd80fa19503e576f954605fca78a86fd
Rework the code in ctime.c a bit to report on more compile time options. And
to only output configuration options passed in to SQLite, not the default
values of #define symbols set automatically. Also generate the large array in
ctime.c using new script tool/mkctime.tcl, instead of entering it manually.

FossilOrigin-Name: bc1951d699e6eeacbe15776a37cd0f5cf3f09eb85d3ae01cff43293cb286fcd7
manifest
manifest.uuid
src/ctime.c
src/main.c
src/sqliteInt.h
test/ctime.test
tool/mkctimec.tcl [new file with mode: 0644]
tool/mksqlite3c.tcl