Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/vendor/pimple/pimple/ext/pimple/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/vendor/pimple/pimple/ext/pimple/config.w32

// $Id$
// vim:ft=javascript

// If your extension references something external, use ARG_WITH
// ARG_WITH("pimple", "for pimple support", "no");

// Otherwise, use ARG_ENABLE
// ARG_ENABLE("pimple", "enable pimple support", "no");

if (PHP_PIMPLE != "no") {
	EXTENSION("pimple", "pimple.c");
}