DEBSOURCES
Skip Quicknav
sources / php-ast / 1.1.2-3 / ast-1.1.2 / config.w32
12345678
// vim:ft=javascript ARG_ENABLE("ast", "enable ast support", "no"); if (PHP_AST != "no") { EXTENSION("ast", "ast.c ast_data.c"); }