Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / php / ext / json / config.w32
blobcedbf428298a0beac40cb0592cf74f7e572de2e4
1 // $Id$
2 // vim:ft=javascript
4 ARG_ENABLE("json", "JavaScript Object Serialization support", "yes");
6 if (PHP_JSON != "no") {
7         EXTENSION('json', 'json.c', PHP_JSON_SHARED, "");
8         ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c", "json");
9         PHP_INSTALL_HEADERS("ext/json/", "php_json.h");