summaryrefslogtreecommitdiff
path: root/ext/filepro/config.w32
blob: 06848c7767df231e71c4003bab5e0ff7e9a9afea (plain)
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

ARG_ENABLE("filepro", "Enable the bundled read-only filePro support.", "no");

if (PHP_FILEPRO != "no") {
	EXTENSION("filepro", "filepro.c");
	AC_DEFINE('HAVE_FILEPRO', 1, 'filepro support');
}