From: Vasiljevic Z. <zv...@ar...> - 2008-05-18 13:57:43
|
Hi! Another candidate: nsconf.tcl.sharedlibrary This was used in pre-naviserver code to locate and load Tcl files. In addition to that, there is also per server servPtr->tcl.library Both are not used by the code any more. There is also C-API Ns_TclLibrary that returns the config value and [ns_info] list element that reflects this in Tcl API. Suggestion: remove nsconf.tcl.sharedlibrary and servPtr->tcl.library config, Ns_TclLibrary call and leave an empty string at the corresponding place in [ns_info] (alternatively scrapping the element altogether). Any reasons why we should not scrap those away? Cheers Zoran |