summaryrefslogtreecommitdiff
path: root/ext/enchant/config.w32
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2004-06-07 14:23:46 +0000
committerSVN Migration <svn@php.net>2004-06-07 14:23:46 +0000
commitaff15d154d8c653126df64ef994aff2091745830 (patch)
tree709caec5580c75176e2bdc6de619c03501f2a8f1 /ext/enchant/config.w32
parent6f4715622895dc77d06f094b4006a219b3bf8709 (diff)
downloadphp-git-php-5.0.0RC3.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3'.php-5.0.0RC3
Diffstat (limited to 'ext/enchant/config.w32')
-rw-r--r--ext/enchant/config.w329
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/enchant/config.w32 b/ext/enchant/config.w32
deleted file mode 100644
index 5be9572057..0000000000
--- a/ext/enchant/config.w32
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("enchant", "Enchant Support", "no");
-
-if (PHP_ENCHANT == "yes") {
- EXTENSION("enchant", "enchant.c");
- AC_DEFINE('HAVE_ENCHANT', 1, 'Have Enchant support', false);
-}