config.m4
来自「php-4.4.7学习linux时下载的源代码」· M4 代码 · 共 12 行
M4
12 行
dnldnl $Id: config.m4,v 1.6.4.1 2003/10/03 05:25:34 sniper Exp $dnlPHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,[ --enable-filepro Enable the bundled read-only filePro support.])if test "$PHP_FILEPRO" = "yes"; then AC_DEFINE(HAVE_FILEPRO, 1, [ ]) PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared)fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?