📄 configure.in
字号:
## Autoconf input file.## Version: $Id: configure.in,v 1.1.2.3 2006/06/12 15:04:29 nbk Exp $#AC_INIT(rlm_sqlippool.c)AC_REVISION($Revision: 1.1.2.3 $)AC_DEFUN(modname,[rlm_sqlippool])if test x$with_[]modname != xno; then dnl This module doesn't need any autoconf test which is not already dnl in top-level configure. targetname=modnameelse targetname= echo \*\*\* module modname is disabled.fiAC_SUBST(targetname)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -