mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
10 lines
171 B
JavaScript
10 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');
|
|
}
|