mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
// $Id$
|
|
// vim:ft=javascript
|
|
|
|
ARG_ENABLE("ctype", "ctype", "yes");
|
|
|
|
if (PHP_CTYPE == "yes") {
|
|
EXTENSION("ctype", "ctype.c");
|
|
AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
|
|
}
|