php-src/ext/ctype/config.w32
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00

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');
}