summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/filepro/config.w329
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');
+}