File: config.w32

package info (click to toggle)
php-ast 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: ansic: 2,173; xml: 621; php: 319; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
// vim:ft=javascript

ARG_ENABLE("ast", "enable ast support", "no");

if (PHP_AST != "no") {
	EXTENSION("ast", "ast.c ast_data.c");
}