// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("qin", "for qin support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("qin", "enable qin support", "no");
if (PHP_QIN != "no") {
EXTENSION("qin", "qin.c");
}