summaryrefslogtreecommitdiff
path: root/sapi/embed/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/embed/config.w32')
-rw-r--r--sapi/embed/config.w328
1 files changed, 0 insertions, 8 deletions
diff --git a/sapi/embed/config.w32 b/sapi/embed/config.w32
deleted file mode 100644
index 8ea0781ed3..0000000000
--- a/sapi/embed/config.w32
+++ /dev/null
@@ -1,8 +0,0 @@
-// vim:ft=javascript
-// $Id$
-
-ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
-
-if (PHP_EMBED != "no") {
- SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
-}