⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config

📁 使用Modem发送网上传呼
💻
字号:
#	-*- sh -*-#	SECTION A.) Global configuration#	Select compiler commandCC	= gcc#CFLAGS	= -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypesLDFLAGS	=EXLIBS	=##	Select scripting language(s)#	SLang (ftp://space.mit.edu/pub/davis/slang/)#SLANG	= True#	LUA (ftp://ftp.icad.puc-rio.br/pub/lua/)#LUA	= True##	Define this to disable debugging#NDEBUG	= True####	SECTION B.) yaps configuration#	Name and location of global configuration fileYAPS_CFGFILE	= /etc/yaps.rc#	Name of local configuration file (location is $HOME.)YAPS_LCFGFILE 	= .yapsrc#	Directory for installing the binaryYAPS_BINDIR	= /usr/local/bin#	Directory for optional support filesYAPS_LIBDIR	= /usr/local/lib/yaps#	User/Group/Mode for yapsYAPS_USER	= binYAPS_GROUP	= uucpYAPS_MODE	= 2711#	User/Group/Mode for global configuration fileYAPS_RCUSER	= binYAPS_RCGROUP	= binYAPS_RCMODE	= 644##	End of Configuration, the rest is for automatic#	configuration depending on settings aboveLDEFS	=LLIBS	=ifdef	SLANGLDEFS	+= -DSCRIPT_SLANGLLIBS	+= -lslangMATH	= Trueendififdef	LUALDEFS	+= -DSCRIPT_LUALLIBS	+= -llualib -lluaMATH	= Trueendififdef	MATHLLIBS	+= -lmendif#ifdef	NDEBUGDDEFS	= -DNDEBUGG	= -OelseG	= -gendif#CFLAGS	:= $G $(CFLAGS) $(LDEFS) $(DDEFS)LDFLAGS	:= $G $(LDFLAGS)

⌨️ 快捷键说明

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