summaryrefslogtreecommitdiff
path: root/ext/ctype/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/config.w32')
-rw-r--r--ext/ctype/config.w329
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/ctype/config.w32 b/ext/ctype/config.w32
deleted file mode 100644
index 1ade89cdff..0000000000
--- a/ext/ctype/config.w32
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("ctype", "ctype", "yes");
-
-if (PHP_CTYPE == "yes") {
- EXTENSION("ctype", "ctype.c");
- AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
-}