php-src/ext/ctype/config.w32

10 lines
171 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_ENABLE("ctype", "ctype", "yes");
if (PHP_CTYPE == "yes") {
EXTENSION("ctype", "ctype.c");
AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
}