mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add the ATOMIC_INTRINSICS compile-time output output. Move sqlite3Int.h
in front of ctime.c so that default values that are not overridden are shown in PRAGMA compile-time option output. FossilOrigin-Name: e306952690bfb140e2c404a74b05ff2d070c487f7e52c62d62a004505fba0e15
This commit is contained in:
@ -120,7 +120,6 @@ set boolean_defnil_options {
|
||||
SQLITE_MUTEX_PTHREADS
|
||||
SQLITE_MUTEX_W32
|
||||
SQLITE_NEED_ERR_NAME
|
||||
SQLITE_NOINLINE
|
||||
SQLITE_NO_SYNC
|
||||
SQLITE_OMIT_ALTERTABLE
|
||||
SQLITE_OMIT_ANALYZE
|
||||
@ -216,6 +215,7 @@ set value2_options {
|
||||
# and is a single scalar.
|
||||
#
|
||||
set value_options {
|
||||
SQLITE_ATOMIC_INTRINSICS
|
||||
SQLITE_BITMASK_TYPE
|
||||
SQLITE_DEFAULT_CACHE_SIZE
|
||||
SQLITE_DEFAULT_FILE_FORMAT
|
||||
@ -330,7 +330,7 @@ foreach name_defval $boolean_defnnz_options {
|
||||
foreach b $boolean_defnil_options {
|
||||
set name [trim_name $b]
|
||||
set options($name) [subst {
|
||||
#if $b
|
||||
#ifdef $b
|
||||
"$name",
|
||||
#endif
|
||||
}]
|
||||
|
@ -303,8 +303,8 @@ proc copy_file {filename} {
|
||||
# inlining opportunities.
|
||||
#
|
||||
foreach file {
|
||||
ctime.c
|
||||
sqliteInt.h
|
||||
ctime.c
|
||||
|
||||
global.c
|
||||
status.c
|
||||
|
Reference in New Issue
Block a user