Searched refs:TCL_THREADS (Results 1 – 5 of 5) sorted by relevance
216 TCL_THREADS = 1247 TCL_THREADS = 0249 TCL_THREADS = 1364 !if !$(TCL_THREADS)463 !if $(TCL_THREADS)594 !if !exist($(TCLSH)) && $(TCL_THREADS)607 !if !exist($(TCLSH)) && $(TCL_THREADS)
380 !if $(TCL_THREADS)381 -d TCL_THREADS \
157 if test "${TCL_THREADS}" = "1" ; then
17 #define TCL_THREADS macro
750 # TCL_THREADS is checked so that if you are compiling an extension770 # TCL_THREADS788 if test "$tcl_ok" = "yes" -o "${TCL_THREADS}" = 1; then789 TCL_THREADS=1834 TCL_THREADS=0842 TCL_THREADS=0846 if test "${TCL_THREADS}" = 1; then847 AC_DEFINE(TCL_THREADS, 1, [Are we building with threads enabled?])856 if test "${TCL_THREADS}" = "0"; then863 AC_SUBST(TCL_THREADS)[all …]