Home
last modified time | relevance | path

Searched refs:TCL_THREADS (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc216 TCL_THREADS = 1
247 TCL_THREADS = 0
249 TCL_THREADS = 1
364 !if !$(TCL_THREADS)
463 !if $(TCL_THREADS)
594 !if !exist($(TCLSH)) && $(TCL_THREADS)
607 !if !exist($(TCLSH)) && $(TCL_THREADS)
H A Dmakefile.vc380 !if $(TCL_THREADS)
381 -d TCL_THREADS \
/sqlite-3.40.0/autoconf/tea/
H A Dconfigure.ac157 if test "${TCL_THREADS}" = "1" ; then
/sqlite-3.40.0/src/
H A Dtest_async.c17 #define TCL_THREADS macro
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4750 # TCL_THREADS is checked so that if you are compiling an extension
770 # TCL_THREADS
788 if test "$tcl_ok" = "yes" -o "${TCL_THREADS}" = 1; then
789 TCL_THREADS=1
834 TCL_THREADS=0
842 TCL_THREADS=0
846 if test "${TCL_THREADS}" = 1; then
847 AC_DEFINE(TCL_THREADS, 1, [Are we building with threads enabled?])
856 if test "${TCL_THREADS}" = "0"; then
863 AC_SUBST(TCL_THREADS)
[all …]