name=zsh/rlimits link=either load=yes autofeatures="b:limit b:ulimit b:unlimit" # limit is the csh builtin, while ulimit is the ksh/posix one. # Autoloading ulimit in csh emulation should be relatively # harmless as "ulimit" contrary to "limit" is not otherwise # a common English word. So we're only accomodating sh/ksh # emulations. autofeatures_posix="b:ulimit" objects="rlimits.o"