xref: /php-ast/config.w32 (revision 3cc26811)
1// vim:ft=javascript
2
3ARG_ENABLE("ast", "enable ast support", "no");
4
5if (PHP_AST != "no") {
6	EXTENSION("ast", "ast.c ast_data.c");
7}
8
9