1// $Id$ 2// vim:ft=javascript 3 4ARG_ENABLE("ctype", "ctype", "yes"); 5 6if (PHP_CTYPE == "yes") { 7 EXTENSION("ctype", "ctype.c"); 8 AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype'); 9} 10