📄 configure.in
字号:
# This file is a shell script that supplies the information necessary# to tailor a template configure script into the configure script# appropriate for this directory. For more information, check any# existing configure script.srctrigger=mmalloc.csrcname="mmalloc library"configdirs=""# per-host:case "${host}" in mips-sgi-irix4) host_makefile_frag=config/mh-irix4 ;; *-sun-sunos4*) host_makefile_frag=config/mh-sunos4 ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; *-*-sysv4*|*-*-solaris*) host_makefile_frag=config/mh-sysv4 ;;esac# per-target:## Local Variables:# fill-column: 131# End:#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -