config.w32   [plain text]


// $Id: config.w32,v 1.1 2003/12/02 23:16:51 wez Exp $
// vim:ft=javascript

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

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