]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/lib/php/src/ext/thrift_protocol/config.w32
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / php / src / ext / thrift_protocol / config.w32
1 // $Id: config.w32 250404 2008-01-11 13:37:24Z rrichards $
2 // vim:ft=javascript
3
4 ARG_WITH("thrift_protocol", "whether to enable the thrift_protocol extension", "yes");
5
6 if (PHP_THRIFT_PROTOCOL == "yes"){
7 EXTENSION("thrift_protocol", "php_thrift_protocol.cpp")
8 }