summaryrefslogtreecommitdiff
path: root/ext/ctype/config.w32
blob: 1ade89cdff2d7069167eb11c637f7036eb676dbe (plain)
1
2
3
4
5
6
7
8
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');
}