Yaffs site version 1.1
[yaffs-website] / vendor / symfony / debug / Resources / ext / config.w32
1 // $Id$
2 // vim:ft=javascript
3
4 // If your extension references something external, use ARG_WITH
5 // ARG_WITH("symfony_debug", "for symfony_debug support", "no");
6
7 // Otherwise, use ARG_ENABLE
8 // ARG_ENABLE("symfony_debug", "enable symfony_debug support", "no");
9
10 if (PHP_SYMFONY_DEBUG != "no") {
11         EXTENSION("symfony_debug", "symfony_debug.c");
12 }
13