diff options
author | Edin Kadribasic <edink@php.net> | 2003-12-07 00:59:35 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-12-07 00:59:35 +0000 |
commit | a25670504466554f33bc2cd14a0f83c93fe4ea12 (patch) | |
tree | 97112d1d79ac82be4ec01f74ef0581cdba407189 /ext | |
parent | 10b53557db79fb6216c04153b5dd294569f6295b (diff) | |
download | php-git-a25670504466554f33bc2cd14a0f83c93fe4ea12.tar.gz |
Added filepro to the new win32 build. Works both as shared
and built-in extension on windows.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/filepro/config.w32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/filepro/config.w32 b/ext/filepro/config.w32 new file mode 100644 index 0000000000..06848c7767 --- /dev/null +++ b/ext/filepro/config.w32 @@ -0,0 +1,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'); +} |