summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/lib/php/src/ext/thrift_protocol/config.w32
blob: e0f273f950f1bc9954225a1a3fd7db52e114412b (plain)
1
2
3
4
5
6
7
8
// $Id: config.w32 250404 2008-01-11 13:37:24Z rrichards $
// vim:ft=javascript

ARG_WITH("thrift_protocol", "whether to enable the thrift_protocol extension", "yes");

if (PHP_THRIFT_PROTOCOL == "yes"){
  EXTENSION("thrift_protocol", "php_thrift_protocol.cpp")
}