pecl-tools-stomp/config.w32

10 lines
154 B
Plaintext
Raw Normal View History

2009-10-30 04:28:16 +03:00
// $Id$
// vim:ft=javascript
ARG_ENABLE("stomp", "enable stomp support", "no");
if (PHP_STOMP != "no") {
EXTENSION("stomp", "stomp.c php_stomp.c");
}