summaryrefslogtreecommitdiff
path: root/ext/filepro/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filepro/config.w32')
-rw-r--r--ext/filepro/config.w329
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/filepro/config.w32 b/ext/filepro/config.w32
deleted file mode 100644
index 06848c7767..0000000000
--- a/ext/filepro/config.w32
+++ /dev/null
@@ -1,9 +0,0 @@
-// $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');
-}