xref: /php-src/ext/ctype/config.w32 (revision f66feaec)
1// vim:ft=javascript
2
3ARG_ENABLE("ctype", "ctype", "yes");
4
5if (PHP_CTYPE == "yes") {
6	EXTENSION("ctype", "ctype.c");
7	AC_DEFINE('HAVE_CTYPE', 1, "Define to 1 if the PHP extension 'ctype' is available.");
8}
9