summaryrefslogtreecommitdiff
path: root/www/tclhttpd/files/pkgIndex.tcl
blob: 1bbba5b304650a3978650848beda7ed83c1bb02a (plain) (blame)
1
2
3
4
5
6
# Tiny helper binaries for thc TclHttp-daemon providing the
# functionality not available in the TCL itself:
package ifneeded crypt 1.0 [list load $dir/@LIB@]
package ifneeded setuid 1.0 [list load $dir/@LIB@]
package ifneeded limit 1.0 [list load $dir/@LIB@]
package ifneeded utime 1.0 [list load $dir/@LIB@]