config.in

来自「这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,」· IN 代码 · 共 24 行

IN
24
字号
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Finding Utilities'bool 'find'	    CONFIG_FINDif [ "$CONFIG_FIND" = "y" ] ; then    bool '  Enable modified time matching (-mtime) option' CONFIG_FEATURE_FIND_MTIME    bool '  Enable permissions matching (-perm) option' CONFIG_FEATURE_FIND_PERM    bool '  Enable filetype matching (-type) option' CONFIG_FEATURE_FIND_TYPEfibool 'grep'	    CONFIG_GREPif [ "$CONFIG_GREP" = "y" ] ; then    bool '  Support extended regular expressions (egrep & grep -E)'		CONFIG_FEATURE_GREP_EGREP_ALIAS    bool '  Enable before and after context flags (-A, -B and -C)' 	CONFIG_FEATURE_GREP_CONTEXTfibool 'which'	    CONFIG_WHICHbool 'xargs'	    CONFIG_XARGSendmenu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?