Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / php / ext / ctype / config.w32
blob1ade89cdff2d7069167eb11c637f7036eb676dbe
1 // $Id$
2 // vim:ft=javascript
4 ARG_ENABLE("ctype", "ctype", "yes");
6 if (PHP_CTYPE == "yes") {
7         EXTENSION("ctype", "ctype.c");
8         AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');