mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
Update configuration option definition array (g_config_defs) to add value kind attribute as 4th entry in definition list. This attribute has following possible values: 'i' for integer, 's' for string, 'b' for boolean, 'l' for colon-separated list, 'o' for other.