File: config.w32

package info (click to toggle)
php-msgpack 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,396 kB
  • ctags: 361
  • sloc: ansic: 3,937; xml: 333; php: 18; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

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

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