# Edit this file to change the way modules are loaded. # The format is strict; do not break lines or add extra spaces. # Run `make prep' if you change anything here after compiling # (there is no need if you change this just after the first time # you run `configure'). # # Values of `link' are `static', `dynamic' or `no' to compile the # module into the shell, link it in at run time, or not use it at all. # In the final case, no attempt will be made to compile it. # Use `static' or `no' if you do not have dynamic loading. # # Values of `load' are `yes' or `no'; if yes, any builtins etc. # provided by the module will be autoloaded by the main shell # (so long as `link' is not set to `no'). # # Values of `auto' are `yes' or `no'. configure sets the value to # `yes'. If you set it by hand to `no', the line will be retained # when the file is regenerated in future. # # Note that the `functions' entry extends to the end of the line. # It should not be quoted; it is used verbatim to find files to install. # # You will need to run `config.status --recheck' if you add a new # module. # # You should not change the values for the pseudo-module zsh/main, # which is the main shell (apart from the functions entry). name=zsh/main modfile=Src/zsh.mdd link=static auto=yes load=yes functions=Functions/Misc/* Functions/Prompts/* name=zsh/rlimits modfile=Src/Builtins/rlimits.mdd link=dynamic auto=yes load=yes name=zsh/sched modfile=Src/Builtins/sched.mdd link=dynamic auto=yes load=yes name=zsh/cap modfile=Src/Modules/cap.mdd link=dynamic auto=yes load=no name=zsh/clone modfile=Src/Modules/clone.mdd link=dynamic auto=yes load=no name=zsh/example modfile=Src/Modules/example.mdd link=dynamic auto=yes load=no name=zsh/files modfile=Src/Modules/files.mdd link=dynamic auto=yes load=no name=zsh/mapfile modfile=Src/Modules/mapfile.mdd link=dynamic auto=yes load=no name=zsh/mathfunc modfile=Src/Modules/mathfunc.mdd link=dynamic auto=yes load=no name=zsh/parameter modfile=Src/Modules/parameter.mdd link=dynamic auto=yes load=yes name=zsh/stat modfile=Src/Modules/stat.mdd link=dynamic auto=yes load=no name=zsh/termcap modfile=Src/Modules/termcap.mdd link=dynamic auto=yes load=yes name=zsh/terminfo modfile=Src/Modules/terminfo.mdd link=dynamic auto=yes load=yes name=zsh/zftp modfile=Src/Modules/zftp.mdd link=dynamic auto=yes load=no functions=Functions/Zftp/* name=zsh/zprof modfile=Src/Modules/zprof.mdd link=dynamic auto=yes load=no name=zsh/zpty modfile=Src/Modules/zpty.mdd link=dynamic auto=yes load=no name=zsh/zutil modfile=Src/Modules/zutil.mdd link=dynamic auto=yes load=yes name=zsh/compctl modfile=Src/Zle/compctl.mdd link=dynamic auto=yes load=yes name=zsh/complete modfile=Src/Zle/complete.mdd link=dynamic auto=yes load=yes functions=Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/* name=zsh/complist modfile=Src/Zle/complist.mdd link=dynamic auto=yes load=yes name=zsh/computil modfile=Src/Zle/computil.mdd link=dynamic auto=yes load=yes name=zsh/deltochar modfile=Src/Zle/deltochar.mdd link=dynamic auto=yes load=no name=zsh/zle modfile=Src/Zle/zle.mdd link=dynamic auto=yes load=yes functions=Functions/Zle/* name=zsh/zleparameter modfile=Src/Zle/zleparameter.mdd link=dynamic auto=yes load=yes