File: config.w32

package info (click to toggle)
php-msgpack 2.0.2%2B0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,192 kB
  • ctags: 729
  • sloc: ansic: 6,789; xml: 702; php: 18; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

ARG_ENABLE("msgpack", "for msgpack support", "no");

if (PHP_MSGPACK != "no") {
   EXTENSION("msgpack", "msgpack.c", PHP_MSGPACK_SHARED, "");
   ADD_SOURCES(configure_module_dirname, "msgpack_pack.c msgpack_unpack.c msgpack_class.c msgpack_convert.c", "msgpack");
}