203 |
- |
1 |
# SITECONFIG.TCL, site-specific configuration script for Modules
|
|
|
2 |
#
|
|
|
3 |
# This Tcl script enables to supersede any global variable or procedure
|
|
|
4 |
# definition of modulecmd.tcl. See 'Modulecmd startup' section in module(1)
|
|
|
5 |
# manpage for detailed information.
|
|
|
6 |
|
|
|
7 |
##########################################################################
|
|
|
8 |
|
|
|
9 |
# uncomment the following line to forbid the definition of an extra
|
|
|
10 |
# site-specific configuration script
|
|
|
11 |
#lappendConf locked_configs extra_siteconfig
|
|
|
12 |
|
|
|
13 |
# uncomment the following line to forbid `implicit_default` config option
|
|
|
14 |
# superseding
|
|
|
15 |
#lappendConf locked_configs implicit_default
|
|
|
16 |
|