diff options
Diffstat (limited to 'ext/ctype/config.w32')
-rw-r--r-- | ext/ctype/config.w32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/ctype/config.w32 b/ext/ctype/config.w32 new file mode 100644 index 0000000..1ade89c --- /dev/null +++ b/ext/ctype/config.w32 @@ -0,0 +1,9 @@ +// $Id$ +// vim:ft=javascript + +ARG_ENABLE("ctype", "ctype", "yes"); + +if (PHP_CTYPE == "yes") { + EXTENSION("ctype", "ctype.c"); + AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype'); +} |