diff --git a/config.w32 b/config.w32 new file mode 100644 index 0000000..3261e93 --- /dev/null +++ b/config.w32 @@ -0,0 +1,10 @@ +// $Id$ +// vim:ft=javascript + +ARG_ENABLE("parsekit", "enable parsekit support", "no"); + +if (PHP_PARSEKIT != "no") { + AC_DEFINE('WITH_PARSEKIT', 1); + EXTENSION("parsekit", "parsekit.c"); +} +