config.in

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

IN
36
字号
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Text Utilities'bool 'cat'	    CONFIG_CATbool 'cmp'	    CONFIG_CMPbool 'cut'	    CONFIG_CUTbool 'dos2unix'	    CONFIG_DOS2UNIXbool 'head'	    CONFIG_HEADbool 'length'	    CONFIG_LENGTHbool 'md5sum'	    CONFIG_MD5SUMbool 'od'	    CONFIG_ODbool 'sort'	    CONFIG_SORTif [ "$CONFIG_SORT" = "y" ]; then    bool '  Enable reverse sort'	CONFIG_FEATURE_SORT_REVERSE    bool '  Enable unique sort'		CONFIG_FEATURE_SORT_UNIQUEfibool 'tail'	    CONFIG_TAILif [ "$CONFIG_TAIL" = "y" ]; then    bool '  Enable extra tail options (-c, -q, -s, and -v)'	CONFIG_FEATURE_FANCY_TAILfibool 'tr'	    CONFIG_TRbool 'uniq'	    CONFIG_UNIQbool 'unix2dos'	    CONFIG_DOS2UNIXbool 'uudecode'	    CONFIG_UUDECODEbool 'uuencode'	    CONFIG_UUENCODEbool 'wc'	    CONFIG_WCendmenu

⌨️ 快捷键说明

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