]> granicus.if.org Git - php/commitdiff
Added filepro to the new win32 build. Works both as shared
authorEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:59:35 +0000 (00:59 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:59:35 +0000 (00:59 +0000)
and built-in extension on windows.

ext/filepro/config.w32 [new file with mode: 0644]

diff --git a/ext/filepro/config.w32 b/ext/filepro/config.w32
new file mode 100644 (file)
index 0000000..06848c7
--- /dev/null
@@ -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');
+}