PEAR2_Pyrus_Developer-0.3.0 › PEAR2_Pyrus_Developer-0.3.0/data/PEAR2_Pyrus_Developer/pear2.php.net/config.w32
- PEAR2_Pyrus_Developer-0.3.0/
- customcommand/
- PEAR2_Pyrus_Developer/
- pear2.php.net/
- PEAR2_Pyrus_Developer/
- data/
- PEAR2_Pyrus_Developer/
- php/
- PEAR2/
- Autoload.php
- Exception.php
- MultiErrors/
- MultiErrors.php
- Pyrus/
- Developer/
- CoverageAnalyzer/
- Creator/
- PackageFile/
- Runphpt/
- Developer/
- PEAR2/
- www/
- customcommand/
- package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("@extname@", "for @extname@ support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("@extname@", "enable @extname@ support", "no");
if (PHP_@EXTNAME@ != "no") {
EXTENSION("@extname@", "@extname@.c");
}
EOF
