📄 mconfig
字号:
## Makefile configuration.#WARNINGS=-Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual \ -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Winline -Wcast-align# -Wwrite-strings (Neither <arpa/ftp.h> nor bison output pass this)# -Wshadow (seems to produce only bogus warnings)# -Wredundant-decls (there are a number of such in Linux's /usr/include)CC=gccCFLAGS=-O2 -pipe $(WARNINGS) -D__USE_BSD_SIGNALLDFLAGS=LIBS=YACC=bison -y# Do you use shadow passwords?#CFLAGS+=-DUSE_SHADOWDAEMONMODE=755MANMODE=644SBINDIR=/usr/sbinMANDIR=/usr/man
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -