mconfig

来自「伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.」· 代码 · 共 25 行

TXT
25
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?