69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
append description ", Without Tcl pkgs/ and all encodings"
}
}
"staticlibssl" {
if {$value} {
append description ", Statically linked to LibSSL"
}
}
"storage" {
switch -- $value {
"mk4" {
append description ", Metakit-based"
}
"zip" {
|
>
>
>
>
>
|
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
append description ", Without Tcl pkgs/ and all encodings"
}
}
"staticlibssl" {
if {$value} {
append description ", Statically linked to LibSSL"
}
}
"staticpkgs" {
if {$value} {
append description ", With Tcl 8.6+ pkgs/ directory all packages statically linked in"
}
}
"storage" {
switch -- $value {
"mk4" {
append description ", Metakit-based"
}
"zip" {
|