Hey Markus,
See below :-)
On 18-3-2011 14:59, Markus Rathgeb wrote:
Bump the old SQLite version to the recent one that is recommend by the
sqlite developers.
-#choice
-# prompt "Assume text encoding"
-# default ISO8859
-#
-# config SQLITE_ISO8859
-# bool
-# prompt "ISO8859"
-#
-# config SQLITE_UTF8
-# bool
-# prompt "UTF-8"
-#endchoice
-
-choice
- prompt "Temp. RAM storage"
- default SQLITE_TEMPSTORE_NEVER
-
- config SQLITE_TEMPSTORE_NEVER
- bool
- prompt "never"
-
- config SQLITE_TEMPSTORE_NO
- bool
- prompt "no"
-
- config SQLITE_TEMPSTORE_YES
- bool
- prompt "yes"
-
- config SQLITE_TEMPSTORE_ALWAYS
- bool
- prompt "always"
-
-endchoice
-
-
config SQLITE_THREADSAFE
bool
prompt "Safe for use within a multi-threaded program"
-config SQLITE_CROSS_THREAD_CONNECTIONS
- bool
- prompt "Thread connection sharing"
- help
- Allow connection sharing across threads
-
-config SQLITE_THREAD_OVERRIDE_LOCKS
- bool
- prompt "Thread override locks"
- help
- Threads can override each others locks
-
config SQLITE_LOAD_EXTENTION
bool
prompt "external extensions"
@@ -81,12 +32,6 @@ config SQLITE_READLINE
help
Enable readline support
-config SQLITE_TCL
- bool
- prompt "build tcl extension"
- help
- Build the TCL extension
-
comment "install options"
Why did you remove all config options/choices ?
- Erwin
--
ptxdist mailing list
[email protected]