summaryrefslogtreecommitdiff
path: root/ext/shmop/config.w32
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-12-03 00:32:19 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-12-03 00:32:19 +0000
commit4e483f9d351069230927a6f6bda73fa1981abb39 (patch)
tree4e4a763c2b6fd848a17e234a21d3fd1b39b80f60 /ext/shmop/config.w32
parenta829089e25668980f335c8c4fd639ca26c451349 (diff)
downloadphp-git-4e483f9d351069230927a6f6bda73fa1981abb39.tar.gz
Adding shmop config file for the new build system
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 0000000000..9302184af6
--- /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');
+}