Home
last modified time | relevance | path

Searched +refs:sqlite +refs:add +refs:feature +refs:flag (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md47 - [sqlite-config.tcl][]: utility code which is too project-specific
69 an `sqlite-` prefix are in [sqlite-config.tcl][]. The others are part
98 - **`proj-if-opt-truthy flag thenScript ?elseScript?`**\
99 Evals `thenScript` if the given `--flag` is truthy, else it
109 - **`proj-opt-truthy flag`**\
110 Returns 1 if `--flag`'s value is "truthy," i.e. one of (1, on,
120 validate that `$FLAG` is a registered flag so will not fail fatally
131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
132 Adds the given feature flag to the CFLAGS which are specific to
134 `-DSQLITE_ENABLE_...`, or similar, flags. If the `-shell` flag is
[all …]
H A Dsqlite-config.tcl217 => {This legacy flag has no effect on the library but may influence
281 => {Enable SQLITE_ENABLE_ICU and add the given linker flags for the
351 a platform-dependent default is used. On some platforms this flag
356 => {Enable use of --out-implib linker flag to generate an
359 out a name automatically. On some platforms this flag gets
361 explicitly disable this feature on such platforms.}
379 => {Enable the SQLITE_ENABLE_STMT_SCANSTATUS feature flag}
453 define PACKAGE_NAME sqlite
732 foreach flag $::sqliteConfig(all-flag-enables) {
733 if {![proj-opt-was-provided $flag]} {
[all …]