You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdlib/config.w32

14 lines
348 B

6 years ago
// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("pdlib", "for pdlib support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("pdlib", "enable pdlib support", "no");
if (PHP_PDLIB != "no") {
EXTENSION("pdlib", "pdlib.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
}