Adding win32 configuration file

This commit is contained in:
Frank M. Kromann
2004-08-21 03:19:44 +00:00
parent 05db59abeb
commit 804999465d

10
config.w32 Normal file
View File

@@ -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");
}