summaryrefslogtreecommitdiff
path: root/ext/ctype/config.w32
blob: 552efada64ce3fc7bb2086a36fd8197af183c27e (plain)
1
2
3
4
5
6
7
8
// vim:ft=javascript

ARG_ENABLE("ctype", "ctype", "yes");

if (PHP_CTYPE == "yes") {
	EXTENSION("ctype", "ctype.c");
	AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
}