// $Id: config.w32,v 1.1 2007/11/13 11:31:30 pollita Exp $ // vim:ft=javascript ARG_ENABLE("params", "enable params support", "yes"); if (PHP_PARAMS != "no") { EXTENSION("params", "php_params.c"); }