summaryrefslogtreecommitdiff
path: root/ext/shmop/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop/config.w32')
-rw-r--r--ext/shmop/config.w329
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/shmop/config.w32 b/ext/shmop/config.w32
new file mode 100644
index 0000000..9302184
--- /dev/null
+++ b/ext/shmop/config.w32
@@ -0,0 +1,9 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_ENABLE("shmop", "shmop support", "no");
+
+if (PHP_SHMOP == "yes") {
+ EXTENSION("shmop", "shmop.c");
+ AC_DEFINE('HAVE_SHMOP', 1, 'Have SHMOP support');
+}