summaryrefslogtreecommitdiff
path: root/ext/mime_magic/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mime_magic/config.w32')
-rw-r--r--ext/mime_magic/config.w329
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/mime_magic/config.w32 b/ext/mime_magic/config.w32
deleted file mode 100644
index 8c48a89490..0000000000
--- a/ext/mime_magic/config.w32
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_WITH("mime-magic", "Mime Magic support", "no");
-
-if (PHP_MIME_MAGIC != "no") {
- EXTENSION('mime_magic', 'mime_magic.c');
-}
-